Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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.
|