visual-rag-toolkit / README.md
Yeroyan's picture
update README
b1fb9ed verified
---
title: Visual Rag Toolkit
emoji: ๐Ÿ‘€
colorFrom: green
colorTo: red
sdk: docker
pinned: false
license: mit
short_description: Efficient Multi Vector Visual RAG Toolkit
---
# Visual RAG Toolkit Demo
Interactive demo for the Visual RAG Toolkit - end-to-end visual document retrieval with ColPali models.
## Features
- **๐Ÿ“ค Upload Tab**: Index your own PDF documents with visual embeddings
- **๐Ÿ“Š Benchmarking Tab**: Run evaluations on ViDoRe datasets (requires Qdrant)
- **๐ŸŽฎ Playground Tab**: Interactive search and visualization
## Environment Variables
Set these in your Space's settings:
| Variable | Description |
|----------|-------------|
| `QDRANT_URL` | Qdrant Cloud URL (e.g., `https://xxx.qdrant.io`) |
| `QDRANT_API_KEY` | Qdrant API key |
## Models
This demo supports:
- `vidore/colpali-v1.3` - Full ColPali model
- `vidore/colSmol-500M` - Smaller, faster ColSmol model
## Links
- [GitHub Repository](https://github.com/Ara-Yeroyan/visual-rag-toolkit)
- [Documentation](https://github.com/Ara-Yeroyan/visual-rag-toolkit#readme)