Sameer-Handsome173 commited on
Commit
055f5c1
Β·
verified Β·
1 Parent(s): f652340

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Multimodal RAG Service
3
+ emoji: πŸš€
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ ---
10
+
11
+ # πŸš€ Multimodal RAG Service
12
+
13
+ A unified service for PDF ingestion and multimodal querying using RAG (Retrieval-Augmented Generation).
14
+
15
+ ## Features
16
+
17
+ - πŸ“„ PDF text extraction
18
+ - πŸ“Š Table extraction
19
+ - πŸ–ΌοΈ Image extraction
20
+ - πŸ€– Multimodal summarization
21
+ - πŸ” Vector similarity search
22
+ - πŸ’¬ Context-aware answering
23
+
24
+ ## API Endpoints
25
+
26
+ - `POST /ingest` - Upload and process PDF files
27
+ - `POST /query?question=YOUR_QUESTION&k=5` - Query the system
28
+ - `GET /stats` - View system statistics
29
+ - `GET /docs` - Interactive API documentation
30
+
31
+ ## Usage
32
+
33
+ Visit the deployed space and use the `/docs` endpoint for interactive API documentation.