Add DQ + RAG APIs with Docling, ChromaDB, persistent ingest

This commit is contained in:
mo
2026-06-25 00:28:10 +00:00
commit db863f96e6
9 changed files with 1649 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# ATC Data Quality + RAG
| Service | Port (internal) | Route |
|---------|-----------------|-------|
| dq-api | 5010 | `/dq/*` |
| rag-api | 5020 | `/rag/*` |
Deploy with sibling repo `mo/atc-agents` — see `config/data-quality/README.md` there.