This repo accompanies the RAG Primer YT Video
There are 2 notebooks in this repo :
-
basic_rag.ipynb - walkthrough a basic RAG usecase with an example
-
advanced_rag.ipynb - walkthrough an advanced RAG usecase involving Vector DB, QueryIndexes and much more with a concrete example
Both examples uses Ollama to serve a local LLM. In-order to install Ollama as per your operating system, please refer here