added chat client documentation

This commit is contained in:
Storme-bit
2026-04-06 05:00:12 -07:00
parent f6cdc65464
commit 0aea052311
5 changed files with 200 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ full content from SQLite. Neither SQLite nor Qdrant work in isolation.
|---|---|---|
| Main PC | local | Primary inference (RTX A4000 16GB) |
| Mini PC 1 | 192.168.0.81 | Memory service, Embedding service, Qdrant |
| Mini PC 2 | 192.168.0.205 | Orchestration service, Gitea |
| Mini PC 2 | 192.168.0.205 | Orchestration service, Chat Client, Gitea |
## Service Communication
@@ -34,6 +34,7 @@ clients do not talk directly to the memory or inference services.
```
Client
└─► Orchestration (:4000)
├─► Chat Client (static files, /srv/nexusai)
├─► Memory Service (:3002)
│ ├─► Qdrant (:6333)
│ └─► SQLite