From 5eaa0daad42afd25b45b03699579c21beb44c3e3 Mon Sep 17 00:00:00 2001 From: Jiangzhou He Date: Fri, 1 Aug 2025 23:35:58 -0700 Subject: [PATCH] chore: bump versions for examples with colpali dependency --- examples/image_search/pyproject.toml | 2 +- examples/multi_format_indexing/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/image_search/pyproject.toml b/examples/image_search/pyproject.toml index 07263a52..666a1a55 100644 --- a/examples/image_search/pyproject.toml +++ b/examples/image_search/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Image search examples for cocoindex: CLIP and ColPali-based embedding." requires-python = ">=3.11" dependencies = [ - "cocoindex[colpali]>=0.1.75", + "cocoindex[colpali]>=0.1.76", "python-dotenv>=1.0.1", "fastapi>=0.100.0", "torch>=2.0.0", diff --git a/examples/multi_format_indexing/pyproject.toml b/examples/multi_format_indexing/pyproject.toml index 667b503e..4a9bf372 100644 --- a/examples/multi_format_indexing/pyproject.toml +++ b/examples/multi_format_indexing/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Simple example for cocoindex: build embedding index based on local PDF files." requires-python = ">=3.11" dependencies = [ - "cocoindex[colpali]>=0.1.75", + "cocoindex[colpali]>=0.1.76", "python-dotenv>=1.0.1", "pdf2image>=1.17.0", "qdrant-client>=1.15.0",