Skip to content

Commit 808deed

Browse files
authored
Fix typos
1 parent 8211bf5 commit 808deed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🚀🧑🏽‍🎓 RAG Zero to Hero Guide 👩🏽‍🎓🚀
1+
<h1 align ="center"> 👩🏼‍💻 RAG Zero to Hero Guide </h1>
22
This repository serves as a comprehensive guide to learn RAG from basics to advanced.
33
<p align="center">
44
<a href="https://www.linkedin.com/in/kalyanksnlp/">
@@ -31,7 +31,7 @@ This repository serves as a comprehensive guide to learn RAG from basics to adva
3131
| RAG from Scratch | RAG implementation from scratch without any frameworks. | [Link](RAG%20Basics/notebooks/RAG_from_Scratch.ipynb)
3232
| RAG with LangChain | RAG implementation using LangChain framework. | [Link](RAG%20Basics/notebooks/RAG_with_LangChain.ipynb)
3333
| 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)
3535
| Agentic RAG | Agentic RAG system implemented using CrewAI framework. | [Link](RAG%20Basics/notebooks/AgenticRAG_with_CrewAI.ipynb)
3636

3737

0 commit comments

Comments
 (0)