Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kernel Memory sample code

Some examples about how to use Kernel Memory.

  1. Collection of Jupyter notebooks with various scenarios
  2. Using Kernel Memory web service to upload documents and answer questions
  3. Importing files and asking question without running the service (serverless mode)
  4. Kernel Memory RAG with Azure services
  5. Kernel Memory with .NET Aspire
  6. Using KM Plugin for Semantic Kernel
  7. Customizations
  8. Local models and external connectors
  9. Upload files and ask questions from command line using curl
  10. Summarizing documents, using synthetic memories
  11. Hybrid Search with Azure AI Search
  12. Running a single asynchronous pipeline handler as a standalone service
  13. Integrating Memory with ASP.NET applications and controllers
  14. Sample code showing how to extract text from files
  15. .NET configuration and logging
  16. Expanding chunks retrieving adjacent partitions
  17. Creating a Memory instance without KernelMemoryBuilder
  18. Intent Detection
  19. Fetching data from Discord
  20. Test project using KM package from nuget.org