Vault est un boîtier physique installé dans vos locaux. Il indexe vos documents, expose une API souveraine, et reste invisible à votre stack IA cloud actuelle — vous n'avez rien à changer côté Copilot, Cursor ou ChatGPT.
| Couche | Technologie |
|---|---|
| OS appliance | Linux LTS (Debian 12 / Ubuntu 24.04 LTS) + boot signé |
| Base données | PostgreSQL 16 + pgvector (HNSW index, vector_l2_ops) |
| Embeddings | nomic-embed-text v1.5 (768d, défaut) ou bge-m3 (1024d, multilingue) |
| Chunking | Récursif semantic-aware (512 tokens, overlap 64) |
| API HTTP | REST OpenAI-compatible (/v1/retrieve, /v1/embeddings) + endpoints natifs |
| MCP server | 4 outils (search, read_doc, list_sources, find_similar) — spec MCP 2025-11-25 |
| Auth | HMAC-SHA256 master key + per-tenant API key · OIDC en option |
| Audit | Chain SHA-256 chaînée (même primitive blockchain compliance) |
| Chiffrement at-rest | Fernet (AES-128-CBC + HMAC-SHA256) |
| Observabilité | Prometheus exporter + Grafana embedded |