File size: 1,061 Bytes
224aa26
 
 
 
 
 
 
 
 
 
 
b1fb9ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
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)