The code in this repository is explained in my Python RAG Tutorial (with Local LLMs): AI for your PDFs video. Its chapters are:
- Introduction
- RAG Recap
- Loading PDF Data
- Generate Embeddings
- How To Store and Update Data
- Updateing Database
- Running RAG Locally
- Unit Testing AI Output
- Wrapping Up