added chat client documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user