microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.84k stars 3.25k forks source link

.Net: Sample ideas for the new memory abstractions #6456

Open markwallace-microsoft opened 5 months ago

markwallace-microsoft commented 5 months ago

We should create sample for each of the following scenarios:

  1. RAG e.g. basic sample that shows how to ingest text and then use it for RAG
  2. Semantic caching e.g. an FAQ sample
  3. when receiving user input, search for similar input to understand the User Intent
  4. when planning for a given goal, search for relevant functions to execute
  5. when building a prompt with examples (few shots learning), search for relevant examples
  6. when saving a "memory", search for similar memories to be merged/updated
  7. when validating user input, search for contradicting facts
github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 90 days with no activity.