Skip to content

Commit 1aa2bcd

Browse files
authored
chore: bump versions for examples with colpali dependency (#840)
1 parent 21ffb4e commit 1aa2bcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/image_search/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Image search examples for cocoindex: CLIP and ColPali-based embedding."
55
requires-python = ">=3.11"
66
dependencies = [
7-
"cocoindex[colpali]>=0.1.75",
7+
"cocoindex[colpali]>=0.1.76",
88
"python-dotenv>=1.0.1",
99
"fastapi>=0.100.0",
1010
"torch>=2.0.0",

examples/multi_format_indexing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on local PDF files."
55
requires-python = ">=3.11"
66
dependencies = [
7-
"cocoindex[colpali]>=0.1.75",
7+
"cocoindex[colpali]>=0.1.76",
88
"python-dotenv>=1.0.1",
99
"pdf2image>=1.17.0",
1010
"qdrant-client>=1.15.0",

0 commit comments

Comments
 (0)