RAG implementation tips? #11739
-
I am trying to create an Agent that utilizes RAG using Microsoft.Extensions.AI IChatClient and Microsoft.SemanticKernel.Text TextChunker.SplitPlainTextParagraphs(). I followed the https://github.com/SteveSandersonMS/dotnet-ai-workshop tutorials. What I would like to learn more about:
I hope this makes sense. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Adding @westey-m for visibility. |
Beta Was this translation helpful? Give feedback.
-
@flintlouis some thoughts:
Also check out the semantic kernel vector store connectors, which are implementing the Microsoft.Extensions.VectorData abstractions: https://learn.microsoft.com/en-us/semantic-kernel/concepts/vector-store-connectors. These make working with different vector stores and switching between them really easy. I am also currently working on a feature that should make RAG with SK Agents much simpler and easier to use, which should release as experimental in the coming few of weeks. |
Beta Was this translation helpful? Give feedback.
@flintlouis some thoughts: