dashhdata commited on
Commit
3d599b5
·
verified ·
1 Parent(s): 1e8bb26

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -1,10 +1,20 @@
1
  ---
2
- title: Doc Intelligence Rag
3
- emoji: 🐨
4
  colorFrom: indigo
5
- colorTo: purple
6
  sdk: docker
 
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
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`.