diff --git a/examples/amazon_s3_embedding/pyproject.toml b/examples/amazon_s3_embedding/pyproject.toml index 2fa97919b..f6e8ea3db 100644 --- a/examples/amazon_s3_embedding/pyproject.toml +++ b/examples/amazon_s3_embedding/pyproject.toml @@ -3,7 +3,7 @@ name = "amazon-s3-text-embedding" version = "0.1.0" description = "Simple example for cocoindex: build embedding index based on Amazon S3 files." requires-python = ">=3.11" -dependencies = ["cocoindex[embeddings]>=0.1.57", "python-dotenv>=1.0.1"] +dependencies = ["cocoindex[embeddings]>=0.1.63", "python-dotenv>=1.0.1"] [tool.setuptools] packages = [] diff --git a/examples/code_embedding/pyproject.toml b/examples/code_embedding/pyproject.toml index 1c9dd5c76..d4638940d 100644 --- a/examples/code_embedding/pyproject.toml +++ b/examples/code_embedding/pyproject.toml @@ -3,7 +3,7 @@ name = "code-embedding" version = "0.1.0" description = "Simple example for cocoindex: build embedding index based on source code." requires-python = ">=3.11" -dependencies = ["cocoindex[embeddings]>=0.1.56", "python-dotenv>=1.0.1"] +dependencies = ["cocoindex[embeddings]>=0.1.63", "python-dotenv>=1.0.1"] [tool.setuptools] packages = [] diff --git a/examples/docs_to_knowledge_graph/pyproject.toml b/examples/docs_to_knowledge_graph/pyproject.toml index 6a1704037..583af0304 100644 --- a/examples/docs_to_knowledge_graph/pyproject.toml +++ b/examples/docs_to_knowledge_graph/pyproject.toml @@ -3,7 +3,7 @@ name = "manuals-to-kg" version = "0.1.0" description = "Simple example for cocoindex: extract triples from files and build knowledge graph." requires-python = ">=3.11" -dependencies = ["cocoindex>=0.1.52"] +dependencies = ["cocoindex>=0.1.63"] [tool.setuptools] packages = [] diff --git a/examples/fastapi_server_docker/requirements.txt b/examples/fastapi_server_docker/requirements.txt index c2a108ad8..c44a53193 100644 --- a/examples/fastapi_server_docker/requirements.txt +++ b/examples/fastapi_server_docker/requirements.txt @@ -1,4 +1,4 @@ -cocoindex[embeddings]>=0.1.52 +cocoindex[embeddings]>=0.1.63 python-dotenv>=1.0.1 fastapi==0.115.12 fastapi-cli==0.0.7 diff --git a/examples/gdrive_text_embedding/pyproject.toml b/examples/gdrive_text_embedding/pyproject.toml index 16ef704cb..132454c6c 100644 --- a/examples/gdrive_text_embedding/pyproject.toml +++ b/examples/gdrive_text_embedding/pyproject.toml @@ -3,7 +3,7 @@ name = "gdrive-text-embedding" version = "0.1.0" description = "Simple example for cocoindex: build embedding index based on Google Drive files." requires-python = ">=3.11" -dependencies = ["cocoindex[embeddings]>=0.1.52", "python-dotenv>=1.0.1"] +dependencies = ["cocoindex[embeddings]>=0.1.63", "python-dotenv>=1.0.1"] [tool.setuptools] packages = [] diff --git a/examples/image_search/pyproject.toml b/examples/image_search/pyproject.toml index d4bfc3a9c..bfb1e62ec 100644 --- a/examples/image_search/pyproject.toml +++ b/examples/image_search/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Simple example for cocoindex: build embedding index based on images." requires-python = ">=3.11" dependencies = [ - "cocoindex>=0.1.57", + "cocoindex>=0.1.63", "python-dotenv>=1.0.1", "fastapi>=0.100.0", "torch>=2.0.0", diff --git a/examples/image_search/requirements.txt b/examples/image_search/requirements.txt deleted file mode 100644 index c0b7c3407..000000000 --- a/examples/image_search/requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ -cocoindex>=0.1.52 -python-dotenv>=1.0.1 -requests>=2.31.0 -uvicorn>=0.29.0 -fastapi>=0.110.0 diff --git a/examples/manuals_llm_extraction/pyproject.toml b/examples/manuals_llm_extraction/pyproject.toml index cf830172a..48db332a4 100644 --- a/examples/manuals_llm_extraction/pyproject.toml +++ b/examples/manuals_llm_extraction/pyproject.toml @@ -3,7 +3,7 @@ name = "manuals-llm-extraction" version = "0.1.0" description = "Simple example for cocoindex: extract structured information from a Markdown file using LLM." requires-python = ">=3.11" -dependencies = ["cocoindex>=0.1.52", "marker-pdf>=1.5.2"] +dependencies = ["cocoindex>=0.1.63", "marker-pdf>=1.5.2"] [tool.setuptools] packages = [] diff --git a/examples/paper_metadata/pyproject.toml b/examples/paper_metadata/pyproject.toml index 9143f70aa..6125c1b70 100644 --- a/examples/paper_metadata/pyproject.toml +++ b/examples/paper_metadata/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Build index for papers with both metadata and content embeddings" requires-python = ">=3.11" dependencies = [ - "cocoindex[embeddings]>=0.1.62", + "cocoindex[embeddings]>=0.1.63", "pypdf>=5.7.0", "marker-pdf>=1.5.2", ] diff --git a/examples/patient_intake_extraction/pyproject.toml b/examples/patient_intake_extraction/pyproject.toml index 71fadf29e..ff5c3a2a3 100644 --- a/examples/patient_intake_extraction/pyproject.toml +++ b/examples/patient_intake_extraction/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Extract structured information from patient intake forms using LLM." requires-python = ">=3.10" dependencies = [ - "cocoindex>=0.1.45", + "cocoindex>=0.1.63", "python-dotenv>=1.0.1", "markitdown>=0.1.2", "openai>=1.68.2" diff --git a/examples/pdf_embedding/pyproject.toml b/examples/pdf_embedding/pyproject.toml index 7df6cae6c..3a34f2aa9 100644 --- a/examples/pdf_embedding/pyproject.toml +++ b/examples/pdf_embedding/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[embeddings]>=0.1.52", + "cocoindex[embeddings]>=0.1.63", "python-dotenv>=1.0.1", "marker-pdf>=1.5.2", ] diff --git a/examples/product_recommendation/pyproject.toml b/examples/product_recommendation/pyproject.toml index 330a249ae..72688cd11 100644 --- a/examples/product_recommendation/pyproject.toml +++ b/examples/product_recommendation/pyproject.toml @@ -3,7 +3,7 @@ name = "cocoindex-ecommerce-taxonomy" version = "0.1.0" description = "Simple example for CocoIndex: extract taxonomy from e-commerce products and build knowledge graph." requires-python = ">=3.11" -dependencies = ["cocoindex>=0.1.52", "jinja2>=3.1.6"] +dependencies = ["cocoindex>=0.1.63", "jinja2>=3.1.6"] [tool.setuptools] packages = [] diff --git a/examples/text_embedding/pyproject.toml b/examples/text_embedding/pyproject.toml index 05003c98e..9b501eb92 100644 --- a/examples/text_embedding/pyproject.toml +++ b/examples/text_embedding/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Simple example for cocoindex: build embedding index based on local text files." requires-python = ">=3.11" dependencies = [ - "cocoindex[embeddings]>=0.1.52", + "cocoindex[embeddings]>=0.1.63", "python-dotenv>=1.0.1", "pgvector>=0.4.1", "psycopg[binary,pool]", diff --git a/examples/text_embedding_qdrant/pyproject.toml b/examples/text_embedding_qdrant/pyproject.toml index 51c6fe2d2..9d94b8385 100644 --- a/examples/text_embedding_qdrant/pyproject.toml +++ b/examples/text_embedding_qdrant/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Simple example for cocoindex: build embedding index based on local text files." requires-python = ">=3.11" dependencies = [ - "cocoindex[embeddings]>=0.1.52", + "cocoindex[embeddings]>=0.1.63", "python-dotenv>=1.0.1", "qdrant-client>=1.6.0", ]