|
1 | 1 | # RAGs |
| 2 | +This page provides an overview of (Retrieval-Augmented Generation) RAG architectures, including basic RAGs, agentic RAGs, multi-modal RAGs, and more advanced types of RAGs such as CRAGs, self-RAGs, adaptive-RAGs, and KG-RAGs. |
| 3 | + |
| 4 | +You can find some code implementation in the [RAGs/code](https://github.com/alirezadir/Agentic-AI-Systems/tree/main/03_system_design/RAGs/code) folder. |
| 5 | + |
| 6 | +<!-- [ ] Todo add agentic RAG code implementation --> |
2 | 7 |
|
3 | | -## Types of RAGs |
4 | 8 | ### Basic RAGs |
| 9 | +<img src="../../assets/RAGs/basic-rag-1.png" alt="Basic RAGs" width="35%" /> |
| 10 | + |
| 11 | +*Figure: Basic RAGs. Adapted from [cite].* |
| 12 | + |
5 | 13 | ### Agentic RAGs |
| 14 | + |
| 15 | +<img src="../../assets/RAGs/agentic-rags-1.jpeg" alt="Agentic-RAGs" width="70%" /> |
| 16 | + |
| 17 | +*Figure: Agentic RAGs. Adapted from [cite].* |
| 18 | + |
| 19 | +<img src="../../assets/RAGs/agentic-rag-vec.png" alt="Agentic-RAGs" width="70%" /> |
| 20 | + |
| 21 | +*Figure: Agentic RAGs. Adapted from [vectorize].* |
| 22 | + |
| 23 | + |
6 | 24 | ### Multi-Modal RAGs |
7 | 25 |  |
8 | | - |
9 | 26 |  |
10 | 27 |  |
| 28 | + |
| 29 | + |
| 30 | +*Figure: Multi-Modal RAGs. Adapted from [langgraph].* |
| 31 | + |
| 32 | +## Other Types of RAGs (Advanced) |
| 33 | + |
| 34 | + |
11 | 35 | ### CRAGS |
12 | | - |
| 36 | + |
| 37 | + |
| 38 | +*Figure: CRAGs. Adapted from [vectorize].* |
| 39 | + |
13 | 40 | ### Self-RAGs |
14 | | - |
15 | | -### Agentic-RAGs |
16 | | - |
17 | | - |
18 | | - |
| 41 | + |
| 42 | + |
| 43 | +*Figure: Self-RAGs. Adapted from [vectorize].* |
| 44 | + |
19 | 45 | ### Adaptive-RAGs |
20 | 46 |  |
| 47 | + |
| 48 | + |
| 49 | +*Figure: Adaptive-RAGs. Adapted from [langgraph].* |
| 50 | + |
| 51 | + |
| 52 | + |
21 | 53 | ### KG-RAGs |
22 | 54 |  |
23 | 55 |
|
| 56 | +*Figure: KG-RAGs. Adapted from [langgraph].* |
24 | 57 |
|
25 | 58 | ## Examples |
26 | | -### Uber |
| 59 | +### Uber Agentic RAG |
27 | 60 | - [Enhanced Agentic RAG at Uber (Uber Blog)](https://www.uber.com/blog/enhanced-agentic-rag/?utm_source=chatgpt.com) |
28 | | - |
| 61 | + |
29 | 62 | <!-- - [ ] summary (tba) --> |
30 | 63 |
|
31 | 64 |
|
|
0 commit comments