Spaces:
Runtime error
Runtime error
File size: 604 Bytes
82d4f12 3d599b5 82d4f12 3d599b5 82d4f12 3d599b5 82d4f12 3d599b5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ---
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`.
|