Add DQ + RAG APIs with Docling, ChromaDB, persistent ingest
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
docling-serve:
|
||||
image: quay.io/docling-project/docling-serve-cpu
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DOCLING_SERVE_ENABLE_UI: "1"
|
||||
DOCLING_SERVE_MAX_SYNC_WAIT: "300"
|
||||
|
||||
dq-api:
|
||||
build: ./dq-api
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DOCLING_URL: http://docling-serve:5001
|
||||
DQ_DATA_DIR: /data
|
||||
volumes:
|
||||
- dq_data:/data
|
||||
depends_on:
|
||||
- docling-serve
|
||||
Reference in New Issue
Block a user