Skip to content

Commit e5a4e40

Browse files
committed
update archs + fix links
1 parent 1e32b64 commit e5a4e40

9 files changed

Lines changed: 106 additions & 1273 deletions

File tree

03_system_design/RAGs/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,59 +6,59 @@ You can find some code implementation in the [RAGs/code](https://github.com/alir
66
<!-- [ ] Todo add agentic RAG code implementation -->
77

88
### Basic RAGs
9-
<img src="../../assets/RAGs/basic-rag-1.png" alt="Basic RAGs" width="35%" />
9+
<img src="../../assets/rags/basic-rag-1.png" alt="Basic RAGs" width="35%" />
1010

1111
*Figure: Basic RAGs. Adapted from [cite].*
1212

1313
### Agentic RAGs
1414

15-
<img src="../../assets/RAGs/agentic-rags-1.jpeg" alt="Agentic-RAGs" width="70%" />
15+
<img src="../../assets/rags/agentic-rags-1.jpeg" alt="Agentic-RAGs" width="70%" />
1616

1717
*Figure: Agentic RAGs. Adapted from [cite].*
1818

19-
<img src="../../assets/RAGs/agentic-rag-vec.png" alt="Agentic-RAGs" width="70%" />
19+
<img src="../../assets/rags/agentic-rag-vec.png" alt="Agentic-RAGs" width="70%" />
2020

2121
*Figure: Agentic RAGs. Adapted from [vectorize].*
2222

2323

2424
### Multi-Modal RAGs
25-
![Multi-Modal RAGs](../../assets/RAGs/multimodal-RAG-o3-1.png)
26-
![Multi-Modal RAGs](../../assets/RAGs/multimodal-RAG-o3-2.png)
27-
![Multi-Modal RAGs](../../assets/RAGs/multimodal-RAG-o3-3.png)
28-
![Multi-Modal RAGs](../../assets/RAGs/multimodal-RAG-o1-1.png)
25+
![Multi-Modal RAGs](../../assets/rags/multimodal-RAG-o3-1.png)
26+
![Multi-Modal RAGs](../../assets/rags/multimodal-RAG-o3-2.png)
27+
![Multi-Modal RAGs](../../assets/rags/multimodal-RAG-o3-3.png)
28+
![Multi-Modal RAGs](../../assets/rags/multimodal-RAG-o1-1.png)
2929

3030
*Figure: Multi-Modal RAGs. Adapted from [langgraph].*
3131

3232
## Other Types of RAGs (Advanced)
3333

3434

3535
### CRAGS
36-
![CRAGs](../../assets/RAGs/c-rag.png)
36+
![CRAGs](../../assets/rags/c-rag.png)
3737

3838
*Figure: CRAGs. Adapted from [vectorize].*
3939

4040
### Self-RAGs
41-
![Self-RAGs](../../assets/RAGs/Self-rag-1.png)
41+
![Self-RAGs](../../assets/rags/Self-rag-1.png)
4242

4343
*Figure: Self-RAGs. Adapted from [vectorize].*
4444

4545
### Adaptive-RAGs
46-
![Adaptive-RAGs](../../assets/RAGs/adaptive-RAG.png)
47-
![Adaptive-RAGs](../../assets/RAGs/Agentic-rag-langraph.png)
46+
![Adaptive-RAGs](../../assets/rags/adaptive-RAG.png)
47+
![Adaptive-RAGs](../../assets/rags/Agentic-rag-langraph.png)
4848

4949
*Figure: Adaptive-RAGs. Adapted from [langgraph].*
5050

5151

5252

5353
### KG-RAGs
54-
![KG-RAGs](../../assets/RAGs/KG-RAG.png)
54+
![KG-RAGs](../../assets/rags/KG-RAG.png)
5555

5656
*Figure: KG-RAGs. Adapted from [langgraph].*
5757

5858
## Examples
5959
### Uber Agentic RAG
6060
- [Enhanced Agentic RAG at Uber (Uber Blog)](https://www.uber.com/blog/enhanced-agentic-rag/?utm_source=chatgpt.com)
61-
![Agentic RAG Architecture](../../assets/RAGs/uber-agentic-rag.png)
61+
![Agentic RAG Architecture](../../assets/rags/uber-agentic-rag.png)
6262
<!-- - [ ] summary (tba) -->
6363

6464

03_system_design/agents/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Agents
22
This page provides an overview of agents in agentic AI systems.
33

4-
<img src="../../assets/agents/agents-1.jpeg" alt="Agents" width="70%" />
4+
<img src="../../assets/agentic-ai/agent-def.png" alt="Agents" width="70%" />
5+
6+
<img src="../../assets/agentic-ai/agent-not-agent.jpeg" alt="Agents" width="70%" />
7+
8+
9+
## Evolution of Agents
10+
<img src="../../assets/agentic-ai/agent-evolution.jpeg" alt="Agents" width="70%" />
11+
12+
13+
<img src="../../assets/agentic-ai/agent-def.png" alt="Agents" width="70%" />
14+
515

616
*Figure: Agents.*

03_system_design/architectures/README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
# Gentic AI Architectures
1+
# Agentic AI Architectures
22
This page provides an overview of architectures in agentic AI systems.
33

4-
4+
<img src="../../assets/architectures/ai-agent-arc-vectorize.png" alt="Agents" width="890%" />
55

66
## Contents:
7-
- [Agentic AI Architecture Layers](./agentic-ai-architecture-layers.md)
8-
- [AI Native Architecture](./ai-native-architectures.md)
9-
- [ ] Todo: to be updated
7+
- [Agentic AI Architecture Layers](./agentic-arch-layers.md)
8+
- [AI Native Architecture](./ai-native-arch.md)
9+
<!-- - [ ] Todo: to be updated -->
10+
1011
Examples:
11-
- Agentic AI at Nvidia (./agentic-ai-nvidia.md)
12-
- PhiloAgent System Architecture (./philoagent_system_architecture.md)
12+
- [Agentic AI at Nvidia](./nvidia-agentic-ai.md)
13+
- [PhiloAgent System Architecture](./philoagent_system_architecture.md)
14+
15+
<img src="../../assets/architectures/agentic-ai-arsanjani.png" alt="Agents" width="80%" />
16+
17+
1318

1419

1520
<!-- <img src="../../assets/architectures/architectures-1.jpeg" alt="Architectures" width="70%" />

03_system_design/architectures/agentic-arch-layers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Layers of AI Agents Architecture
22

3-
## Core components
3+
<!-- ## Core components -->
44
<!-- Layer, Description, Key Considerations -->
55
<!-- **Perception Layer**
66
Interfaces with the environment to gather data (e.g., sensors, APIs, user inputs).
@@ -17,9 +17,9 @@ Balances short-term and long-term memory, ensures data relevance and retrieval.
1717
**Learning Layer**
1818
Adapts behavior based on feedback and new data.
1919
Supports online learning, reinforcement learning, and continual learning. -->
20+
<img src="../../assets/architectures/agentic-ai-architecture-blueprint.png" alt="Agents" width="90%" />
2021

21-
22-
### 🧠 Agentic AI System Layer Stack (Production-Ready)
22+
### Agentic AI System Layer Stack (Production-Ready)
2323

2424
A modular, extensible architecture for designing production-grade agentic AI systems.
2525

@@ -195,7 +195,7 @@ Reg --> Compute --> Storage --> Messaging --> OutputMod --> Struct
195195

196196
----
197197

198-
##### Cursor version
198+
<!-- ##### Cursor version
199199
200200
201201
### Agentic System Architecture Layers — Production-Ready
@@ -247,4 +247,4 @@ Reg --> Compute --> Storage --> Messaging --> OutputMod --> Struct
247247
248248
249249
250-
250+
-->

0 commit comments

Comments
 (0)