File size: 633 Bytes
8ce4d25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "visual-retrieval-colpali"
version = "0.1.0"
description = "Visual retrieval with ColPali"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "Apache-2.0" }
dependencies = [
    "python-fasthtml",
    "huggingface-hub",
    "pyvespa@git+https://github.com/vespa-engine/pyvespa",
    "vespacli",
    "torch",
    "vidore-benchmark[interpretability]>=4.0.0,<5.0.0",
    "colpali-engine",
    "einops",
    "pypdf",
    "setuptools",
    "python-dotenv",
    "shad4fast>=1.2.1",
]

# dev-dependencies
[project.optional-dependencies]
dev = [
    "ruff",
    "python-dotenv",
    "huggingface_hub[cli]"
]