Arhitectură (diagrame) + imagini Docker module + contract furnizare + optimizări deploy
- docs/ARCHITECTURE.md (7 diagrame Mermaid) + architecture.html + diagrame originale (offer_diagram_1..7.png) - artefacte_lot1/imagini_docker: imagini pre-construite pt toate cele 13 module (la zi) - documentatie: Contract de furnizare nr.19 - optimizări deploy.sh/seed (MODELS_DIR, fix download python3); .gitignore (modele/.env/PV-uri excluse)
This commit is contained in:
parent
aec19e00bc
commit
af0ec4a150
41 changed files with 473 additions and 1551 deletions
|
|
@ -20,6 +20,7 @@ Porturi alocate conform convenției datacenter:
|
|||
| Service | Port | Description |
|
||||
|---------|------|-------------|
|
||||
| **Catalog API** | 11000 | Main orchestrator gateway |
|
||||
| **Domain Check API** | 11000 (alias `domain-check-api`) | T4 — source credibility (WHOIS/SSL/blacklist/DNS/IP/HTTP/mail-intel); isolated stack |
|
||||
| **vLLM Qwen3.5-35B-A3B** | 14001 | Text + Vision LLM (MoE, GPU 0) |
|
||||
| **LLM Inference API** | 14011 | Unified LLM router |
|
||||
| **Embeddings API** | 14100 | OpenAI-compatible embeddings |
|
||||
|
|
@ -536,7 +537,8 @@ DEVELOPMENT (5xxxx):
|
|||
|
||||
OTHER (outside 5-digit schema):
|
||||
├── 8085 Forensic Features (rPPG/lip-sync/forgery)
|
||||
└── 8090 didi_brain (cache + RAG + fact-checking)
|
||||
├── 8090 didi_brain (cache + RAG + fact-checking)
|
||||
└── 11000 domain-check-api (T4 — credibilitate sursă; stack izolat, doar pe didi-network)
|
||||
```
|
||||
|
||||
---
|
||||
|
|
@ -549,6 +551,7 @@ OTHER (outside 5-digit schema):
|
|||
- **Web (Fact-checking):** `modules/web/README.md`
|
||||
- **Video Analysis:** `modules/video-analysis/API.md`
|
||||
- **Audio Transcription:** `modules/audio/API.md`
|
||||
- **Domain Check (T4 — credibilitate sursă):** `modules/domain_check/use_api.md` — `POST /api/v1/check/check` pe `domain-check-api:11000`
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue