Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: indigo
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Document Intelligence Chat
|
| 3 |
+
emoji: 📄
|
| 4 |
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 8000
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Document Intelligence & Chat Assistant
|
| 12 |
+
|
| 13 |
+
RAG over your uploaded documents — OCR + Qdrant (vectors) + MongoDB (metadata,
|
| 14 |
+
optional) + Claude via OpenRouter. Upload a PDF/DOCX/image/text file and ask
|
| 15 |
+
questions; answers are grounded in your documents with source citations.
|
| 16 |
+
|
| 17 |
+
Open the Space and use the web UI, or hit the API at `/docs`.
|
| 18 |
+
|
| 19 |
+
Configure these as **Space → Settings → Secrets**: `OPENROUTER_API_KEY`,
|
| 20 |
+
`QDRANT_URL`, `QDRANT_API_KEY`, and (optional) `MONGODB_URI`.
|