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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ This repository serves as a comprehensive guide to learn RAG from basics to adva
21
21
## RAG Basics Course
22
22
| Topic | Description | Link |
23
23
|---------|-------------|------|
24
-
| What is RAG? | Explain RAG in with a simple example. |[Link](RAG Basics/What_is_RAG.md)|
25
-
| Why RAG? | Explain the drawbacks of LLMs and how RAG addresses them.|[Link](RAG Basics/Why_RAG.md)|
26
-
| How does RAG work? | Explain the different steps in RAG - Indexing, Retrieval, Augmentation and Generation.|[Link](RAG Basics/How_does_RAG_work.md)|
27
-
| RAG Benefits and Challenges | Discusses the benefits and challenges of RAG. |[Link](RAG Basics/RAG_Benefits_and_Challenges.md)|
28
-
| RAG Must Know Terms| Definitions of RAG must know terms. |[Link](RAG Basics/RAG_must_know_terms.md)|
29
-
| RAG Roadmap | Detailed roadmap to learn RAG from basics to advanced. |[Link](RAG Basics/RAG_Roadmap.md)|
30
-
| RAG Developer's Stack | Covers the various libraries used to build RAG systems |[Link](RAG Basics/RAG_Developer_Stack.md)|
24
+
| What is RAG? | Explain RAG in with a simple example. |[Link](RAG%20Basics/What_is_RAG.md)|
25
+
| Why RAG? | Explain the drawbacks of LLMs and how RAG addresses them.|[Link](RAG%20Basics/Why_RAG.md)|
26
+
| How does RAG work? | Explain the different steps in RAG - Indexing, Retrieval, Augmentation and Generation.|[Link](RAG%20Basics/How_does_RAG_work.md)|
27
+
| RAG Benefits and Challenges | Discusses the benefits and challenges of RAG. |[Link](RAG%20Basics/RAG_Benefits_and_Challenges.md)|
28
+
| RAG Must Know Terms| Definitions of RAG must know terms. |[Link](RAG%20Basics/RAG_must_know_terms.md)|
29
+
| RAG Roadmap | Detailed roadmap to learn RAG from basics to advanced. |[Link](RAG%20Basics/RAG_Roadmap.md)|
30
+
| RAG Developer's Stack | Covers the various libraries used to build RAG systems |[Link](RAG%20Basics/RAG_Developer_Stack.md)|
0 commit comments