dashhdata's picture
Upload README.md with huggingface_hub
3d599b5 verified
|
Raw
History Blame Contribute Delete
604 Bytes
---
title: Document Intelligence Chat
emoji: πŸ“„
colorFrom: indigo
colorTo: blue
sdk: docker
app_port: 8000
pinned: false
---
# Document Intelligence & Chat Assistant
RAG over your uploaded documents β€” OCR + Qdrant (vectors) + MongoDB (metadata,
optional) + Claude via OpenRouter. Upload a PDF/DOCX/image/text file and ask
questions; answers are grounded in your documents with source citations.
Open the Space and use the web UI, or hit the API at `/docs`.
Configure these as **Space β†’ Settings β†’ Secrets**: `OPENROUTER_API_KEY`,
`QDRANT_URL`, `QDRANT_API_KEY`, and (optional) `MONGODB_URI`.