fsaleemm / SK-RAG

Retrieval Augmented Generation (RAG) Pattern using Semantic Kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Kernel and RAG Pattern

This repository contains notebooks for experimenting with Semantic Kernel to implement RAG pattern.

Notebooks

  1. acs-memory.ipynb: Uses Azure Cognitive Search as Vector store and using Semantic Kernel to recall data.
  2. acs-Inline-rag.ipynb: Uses Semantic Kernel to orchestrates the RAG pattern with Azure Cognitive Search and Azure OpenAI.
  3. qdrant-memory-cs.ipynb: Uses Qdrant as Vector store and using Semantic Kernel to recall data.

About

Retrieval Augmented Generation (RAG) Pattern using Semantic Kernel


Languages

Language:Jupyter Notebook 100.0%