Skip to content

matthewbolanos/sk-v1-proposal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 or the documentation on learn.microsoft.com 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 samples

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages