You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,7 +31,7 @@ This repository serves as a comprehensive guide to learn RAG from basics to adva
31
31
| RAG from Scratch | RAG implementation from scratch without any frameworks. | [Link](RAG%20Basics/notebooks/RAG_from_Scratch.ipynb)
32
32
| RAG with LangChain | RAG implementation using LangChain framework. | [Link](RAG%20Basics/notebooks/RAG_with_LangChain.ipynb)
33
33
| Website RAG | RAG over a website implemented using LangChain framework. | [Link](RAG%20Basics/notebooks/Web_Page_RAG.ipynb)
34
-
| YouTueb Video RAG | RAG over a YouTube video transcript implemented using LangChain framework. | [Link](RAG%20Basics/notebooks/YouTube_Video_RAG.ipynb)
34
+
| YouTube Video RAG | RAG over a YouTube video transcript implemented using LangChain framework. | [Link](RAG%20Basics/notebooks/YouTube_Video_RAG.ipynb)
35
35
| Agentic RAG | Agentic RAG system implemented using CrewAI framework. | [Link](RAG%20Basics/notebooks/AgenticRAG_with_CrewAI.ipynb)
0 commit comments