Skip to content

Commit 24a3cce

Browse files
committed
Update simplified architecture diagram
Signed-off-by: Andre Fredette <afredette@redhat.com>
1 parent 33194c8 commit 24a3cce

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

docs/ai-assistant-overview.png

-129 KB
Binary file not shown.

docs/simplified-architecture-diagram.md

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,29 @@
33
## Option 1: High-Level Flow (Recommended for slides)
44

55
```mermaid
6-
graph LR
7-
A[💬 Chat UI] --> B[🧠 AI Intent<br/>Extraction]
8-
B --> C[📊 Recommendation<br/>Engine]
9-
C --> D[✏️ Review &<br/>Edit Specs]
10-
D --> E[🚀 Deploy to<br/>Kubernetes]
11-
E --> F[📈 Monitor<br/>& Test]
12-
13-
KB[(Knowledge Base<br/>Benchmarks, SLOs,<br/>Model Catalog)]
14-
15-
C -.-> KB
16-
F -.-> KB
17-
6+
---
7+
config:
8+
layout: fixed
9+
look: neo
10+
---
11+
flowchart LR
12+
A["💬 Chat UI"] --> B["🧠 AI Intent<br>Extraction"]
13+
B --> C["📊 Recommendation<br>Engine"]
14+
B -.-> LLM["Ollama<br>llama3.1:8b"]
15+
C --> D["✏️ Review &amp;<br>Edit Specs"]
16+
D --> E["🚀 Deploy to<br>Kubernetes"]
17+
E --> F["📈 Monitor<br>&amp; Test"]
18+
E -.-> K8S["☸️ Kubernetes Cluster<br><small>KIND + KServe + vLLM Simulator</small>"]
19+
C -.-> KB[("Knowledge Base<br>Benchmarks, SLOs,<br>Model Catalog<br>(Synthetic Data)")]
20+
F -.-> KB & K8S
1821
style A fill:#e1f5ff
1922
style B fill:#fff4e1
2023
style C fill:#fff4e1
24+
style LLM fill:#E1BEE7
2125
style D fill:#e1f5ff
2226
style E fill:#e1ffe1
2327
style F fill:#ffe1e1
28+
style K8S fill:#BBDEFB
2429
style KB fill:#f0f0f0
2530
```
2631

138 KB
Loading

0 commit comments

Comments
 (0)