Skip to content

Commit da062e6

Browse files
committed
Update RAG basics course table
1 parent a864d7b commit da062e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ This repository serves as a comprehensive guide to learn RAG from basics to adva
2121
## RAG Basics Course
2222
| Topic | Description | Link |
2323
|---------|-------------|------|
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)|
3131

3232
## RAG Toolkit
3333

0 commit comments

Comments
 (0)