This repository contains notebooks for experimenting with Semantic Kernel to implement RAG pattern.
- acs-memory.ipynb: Uses Azure Cognitive Search as Vector store and using Semantic Kernel to recall data.
- acs-Inline-rag.ipynb: Uses Semantic Kernel to orchestrates the RAG pattern with Azure Cognitive Search and Azure OpenAI.
- qdrant-memory-cs.ipynb: Uses Qdrant as Vector store and using Semantic Kernel to recall data.