Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewbolanos/sk-v1-proposal
https://github.com/matthewbolanos/sk-v1-proposal
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthewbolanos/sk-v1-proposal
- Owner: matthewbolanos
- Created: 2023-10-17T12:03:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T19:48:13.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:17:52.897Z (5 months ago)
- Language: Python
- Size: 297 KB
- Stars: 62
- Watchers: 5
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-semantickernel - SK Extensibility Scenarios
README
# Samples for Semantic Kernel v1 proposal
This repo demonstrates what AI apps may look like once v1 of Semantic Kernel is complete.
> [!IMPORTANT]
> Now that the .NET version of Semantic Kernel is available, we are no longer updating these proposals. Please refer to the
> Semantic Kernel's [syntax examples](https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/KernelSyntaxExamples) or the documentation on [learn.microsoft.com](https://learn.microsoft.com/en-us/semantic-kernel/overview/) to see how to use the V1 APIs in .NET.## Structure of repo
- ~~dotnet - .NET 6 samples~~
- ~~samples – sample apps using proposed v1 API~~
- ~~01-SimpleChat – simple chat bot~~
- ~~02-PersonaChat – chat bot with a custom persona~~
- ~~03-SimpleRag – chat bot that performs basic RAG~~
- ~~04-DynamicRag – chat bot that performs dynamic RAG~~
- ~~05-MultiModal – examples of using different models and modality types with Semantic Kernel~~
- ~~06-Assistants – demonstrates how to use assistants with Semantic Kernel~~
- ~~src – "hacks" to make the proposal "work"~~
- [python](./python) - Python samples
- [samples](./python/samples) - sample apps using the proposed v1 API
- [01-SimpleChat](./python/samples/01-SimpleChat) – simple chat bot
- [02-PersonaChat](./python/samples/02-PersonaChat) – chat bot with a custom persona
- [03-SimpleRag](./python/samples/03-SimpleRag) – chat bot that performs basic RAG
- [04-DynamicRag](./python/samples/04-DynamicRag) – chat bot that performs dynamic RAG
- [src](./python/src) – "hacks" to make the proposal "work"Additional samples (and hacks) will be provided for the Java versions of Semantic Kernel.
## Giving feedback
If you have feedback on the proposal, please join the [discussion board](https://github.com/microsoft/semantic-kernel/discussions/3358).