Sameer-Handsome173/Multi_Modal_RAG
0
๐ Multimodal RAG Service
A unified service for PDF ingestion and multimodal querying using RAG (Retrieval-Augmented Generation).
Features
- ๐ PDF text extraction
- ๐ Table extraction
- ๐ผ๏ธ Image extraction
- ๐ค Multimodal summarization
- ๐ Vector similarity search
- ๐ฌ Context-aware answering
API Endpoints
POST /ingest- Upload and process PDF filesPOST /query?question=YOUR_QUESTION&k=5- Query the systemGET /stats- View system statisticsGET /docs- Interactive API documentation
Usage
Visit the deployed space and use the /docs endpoint for interactive API documentation.
