docs: fix diagram box alignment
This commit is contained in:
27
README.md
27
README.md
@@ -246,16 +246,16 @@ The platform combines security compliance scanning, AI-powered chat with **RAG (
|
||||
## Architecture
|
||||
|
||||
```
|
||||
+-----------------------------------------------------------+
|
||||
+--------------------------------------------------------------+
|
||||
| Docker Compose |
|
||||
| |
|
||||
| +------------------+ +-----------------------------+ |
|
||||
| +-----------------+ +--------------------------------+ |
|
||||
| | | | | |
|
||||
| | Nginx |--->| FastAPI Backend | |
|
||||
| | Nginx |---->| FastAPI Backend | |
|
||||
| | (React SPA) | | (Python 3.12) | |
|
||||
| | :8080 | | 8 workers x 10 threads | |
|
||||
| | | | | |
|
||||
| +------------------+ | Agents: | |
|
||||
| +-----------------+ | Agents: | |
|
||||
| | - Chat (RAG + MCP Tools) | |
|
||||
| | - Terraform (Plan/Apply) | |
|
||||
| | - CIS Scanner (12 tools) | |
|
||||
@@ -263,28 +263,27 @@ The platform combines security compliance scanning, AI-powered chat with **RAG (
|
||||
| | | |
|
||||
| | Services: | |
|
||||
| | - OCI SDK --> OCI APIs | |
|
||||
| | - GenAI --> LLM (16 models)| |
|
||||
| | - GenAI --> LLM (16 models) | |
|
||||
| | - oracledb --> ADB Vector | |
|
||||
| | - Chromium --> PDF gen | |
|
||||
| | - Terraform CLI 1.14.7 | |
|
||||
| | - SQLite (agent.db) | |
|
||||
| | | |
|
||||
| +-----------------------------+ |
|
||||
| +--------------------------------+ |
|
||||
| | |
|
||||
| +----------v----------+ |
|
||||
| +-----------v------------+ |
|
||||
| | agent-data volume | |
|
||||
| | /data (SQLite, | |
|
||||
| | reports, configs, | |
|
||||
| | terraform, wallets)| |
|
||||
| +---------------------+ |
|
||||
+-----------------------------------------------------------+
|
||||
| | terraform, wallets) | |
|
||||
| +------------------------+ |
|
||||
+--------------------------------------------------------------+
|
||||
|
|
||||
+----------v-----------+
|
||||
| Oracle ADB |
|
||||
| (external) |
|
||||
+------------v-------------+
|
||||
| Oracle ADB (external) |
|
||||
| 11 vector tables |
|
||||
| RAG + embeddings |
|
||||
+----------------------+
|
||||
+--------------------------+
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user