This repo demonstrates what AI apps may look like once v1 of Semantic Kernel is complete.
- 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"
- samples – sample apps using proposed v1 API
- python - Python samples
- samples - sample apps using the 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
- src – "hacks" to make the proposal "work"
- samples - sample apps using the proposed v1 API
Additional samples (and hacks) will be provided for the Java versions of Semantic Kernel.
If you have feedback on the proposal, please join the discussion board.