You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add python getting started notebook
* Fix notebooks usage of Azure text completion
* Fix bug with skills definition
* Update READMEs
* New release version 0.2.2
|[Simple chat summary](samples/apps/chat-summary-webapp-react/README.md)| Use ready-to-use skills and get those skills into your app easily. |
56
87
|[Book creator](samples/apps/book-creator-webapp-react/README.md)| Use planner to deconstruct a complex goal and envision using the planner in your app. |
57
88
|[Authentication and APIs](samples/apps/auth-api-webapp-react/README.md)| Use a basic connector pattern to authenticate and connect to an API and imagine integrating external data into your app's LLM AI. |
58
-
|[Github repository Q&A](samples/apps/github-qna-webapp-react/README.md)| Use embeddings and memory to store recent data and allow you to query against it. |
89
+
|[GitHub repository Q&A](samples/apps/github-qna-webapp-react/README.md)| Use embeddings and memory to store recent data and allow you to query against it. |
59
90
|[Copilot Chat Sample App](samples/apps/copilot-chat-app/README.md)| Build your own chat experience based on Semantic Kernel. |
60
91
61
-
For a more hands-on overview, you can also run the
62
-
[Getting Started notebook](samples/notebooks/dotnet/Getting-Started-Notebook.ipynb),
63
-
looking into the syntax, creating
64
-
[Semantic Functions](docs/GLOSSARY.md),
65
-
working with Memory, and see how the kernel works.
66
-
67
92
**Please note:**
68
93
69
94
- You will need an
@@ -80,59 +105,12 @@ working with Memory, and see how the kernel works.
<b>Python developers:</b> Semantic Kernel is coming to Python soon! Check out the work-in-progress and contribute in the <ahref="https://github.com/microsoft/semantic-kernel/tree/python-preview"><b>python-preview</b></a> branch.
1st Law of Thermodynamics - Energy cannot be created or destroyed.
48
+
2nd Law of Thermodynamics - For a spontaneous process, the entropy of the universe increases.
49
+
3rd Law of Thermodynamics - A perfect crystal at zero Kelvin has zero entropy.";
50
+
51
+
stringtext2=@"
52
+
1. An object at rest remains at rest, and an object in motion remains in motion at constant speed and in a straight line unless acted on by an unbalanced force.
53
+
2. The acceleration of an object depends on the mass of the object and the amount of force applied.
54
+
3. Whenever one object exerts a force on another object, the second object exerts an equal and opposite on the first.";
0 commit comments