From 7104bb7582f335fbebd4e0e0f857cc08301036a8 Mon Sep 17 00:00:00 2001 From: AlDanial Date: Sat, 24 Aug 2024 19:16:40 -0700 Subject: [PATCH] add link to YouTube video --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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