Skip to content

Commit 1bcf495

Browse files
authored
chore: update dependencies for examples (#704)
1 parent d03a584 commit 1bcf495

File tree

14 files changed

+13
-18
lines changed

14 files changed

+13
-18
lines changed

examples/amazon_s3_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "amazon-s3-text-embedding"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on Amazon S3 files."
55
requires-python = ">=3.11"
6-
dependencies = ["cocoindex[embeddings]>=0.1.57", "python-dotenv>=1.0.1"]
6+
dependencies = ["cocoindex[embeddings]>=0.1.63", "python-dotenv>=1.0.1"]
77

88
[tool.setuptools]
99
packages = []

examples/code_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "code-embedding"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on source code."
55
requires-python = ">=3.11"
6-
dependencies = ["cocoindex[embeddings]>=0.1.56", "python-dotenv>=1.0.1"]
6+
dependencies = ["cocoindex[embeddings]>=0.1.63", "python-dotenv>=1.0.1"]
77

88
[tool.setuptools]
99
packages = []

examples/docs_to_knowledge_graph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "manuals-to-kg"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: extract triples from files and build knowledge graph."
55
requires-python = ">=3.11"
6-
dependencies = ["cocoindex>=0.1.52"]
6+
dependencies = ["cocoindex>=0.1.63"]
77

88
[tool.setuptools]
99
packages = []

examples/fastapi_server_docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cocoindex[embeddings]>=0.1.52
1+
cocoindex[embeddings]>=0.1.63
22
python-dotenv>=1.0.1
33
fastapi==0.115.12
44
fastapi-cli==0.0.7

examples/gdrive_text_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "gdrive-text-embedding"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on Google Drive files."
55
requires-python = ">=3.11"
6-
dependencies = ["cocoindex[embeddings]>=0.1.52", "python-dotenv>=1.0.1"]
6+
dependencies = ["cocoindex[embeddings]>=0.1.63", "python-dotenv>=1.0.1"]
77

88
[tool.setuptools]
99
packages = []

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 = "Simple example for cocoindex: build embedding index based on images."
55
requires-python = ">=3.11"
66
dependencies = [
7-
"cocoindex>=0.1.57",
7+
"cocoindex>=0.1.63",
88
"python-dotenv>=1.0.1",
99
"fastapi>=0.100.0",
1010
"torch>=2.0.0",

examples/image_search/requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/manuals_llm_extraction/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "manuals-llm-extraction"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: extract structured information from a Markdown file using LLM."
55
requires-python = ">=3.11"
6-
dependencies = ["cocoindex>=0.1.52", "marker-pdf>=1.5.2"]
6+
dependencies = ["cocoindex>=0.1.63", "marker-pdf>=1.5.2"]
77

88
[tool.setuptools]
99
packages = []

examples/paper_metadata/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 = "Build index for papers with both metadata and content embeddings"
55
requires-python = ">=3.11"
66
dependencies = [
7-
"cocoindex[embeddings]>=0.1.62",
7+
"cocoindex[embeddings]>=0.1.63",
88
"pypdf>=5.7.0",
99
"marker-pdf>=1.5.2",
1010
]

examples/patient_intake_extraction/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 = "Extract structured information from patient intake forms using LLM."
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cocoindex>=0.1.45",
7+
"cocoindex>=0.1.63",
88
"python-dotenv>=1.0.1",
99
"markitdown>=0.1.2",
1010
"openai>=1.68.2"

0 commit comments

Comments
 (0)