Skip to content

Commit ad7f111

Browse files
authored
Bump cocoindex versions for examples from v0.1.6 to v0.1.10. (#143)
1 parent 1744b42 commit ad7f111

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

examples/code_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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.10"
6-
dependencies = ["cocoindex>=0.1.6", "python-dotenv>=1.0.1"]
6+
dependencies = ["cocoindex>=0.1.10", "python-dotenv>=1.0.1"]

examples/manuals_llm_extraction/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ 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.10"
6-
dependencies = ["cocoindex>=0.1.6", "python-dotenv>=1.0.1", "marker-pdf>=1.5.2"]
6+
dependencies = [
7+
"cocoindex>=0.1.10",
8+
"python-dotenv>=1.0.1",
9+
"marker-pdf>=1.5.2",
10+
]

examples/pdf_embedding/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ name = "pdf-embedding"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on local PDF files."
55
requires-python = ">=3.10"
6-
dependencies = ["cocoindex>=0.1.6", "python-dotenv>=1.0.1", "marker-pdf>=1.5.2"]
6+
dependencies = [
7+
"cocoindex>=0.1.10",
8+
"python-dotenv>=1.0.1",
9+
"marker-pdf>=1.5.2",
10+
]

examples/text_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "text-embedding"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: build embedding index based on local text files."
55
requires-python = ">=3.10"
6-
dependencies = ["cocoindex>=0.1.6", "python-dotenv>=1.0.1"]
6+
dependencies = ["cocoindex>=0.1.10", "python-dotenv>=1.0.1"]

0 commit comments

Comments
 (0)