feat(rag): implement KM-RAG retrieval read-path, endpoints, query handlers, global Q&A panel, and unit tests

This commit is contained in:
2026-05-20 20:22:29 +02:00
parent 0473103286
commit c5102c1d14
10 changed files with 839 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ services:
volumes:
- qdrant_data:/qdrant/storage
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:6333/health"]
test: ["CMD-SHELL", "bash -c 'exec 3<>/dev/tcp/127.0.0.1/6333'"]
interval: 5s
timeout: 5s
retries: 5