diff --git a/README.md b/README.md index 6af3a525..33a1d7eb 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ # rag-tutorial-v2 + +The code in this repository is explained in my +[Python RAG Tutorial (with Local LLMs): AI for your PDFs](https://www.youtube.com/watch?v=2TJxpyO3ei4) +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