We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ab6d2 commit 5bf63f3Copy full SHA for 5bf63f3
examples/code_embedding/pyproject.toml
@@ -3,4 +3,4 @@ name = "code-embedding"
3
version = "0.1.0"
4
description = "Simple example for cocoindex: build embedding index based on source code."
5
requires-python = ">=3.10"
6
-dependencies = ["cocoindex>=0.1.10", "python-dotenv>=1.0.1"]
+dependencies = ["cocoindex>=0.1.11", "python-dotenv>=1.0.1"]
examples/manuals_llm_extraction/pyproject.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
description = "Simple example for cocoindex: extract structured information from a Markdown file using LLM."
dependencies = [
7
- "cocoindex>=0.1.10",
+ "cocoindex>=0.1.11",
8
"python-dotenv>=1.0.1",
9
"marker-pdf>=1.5.2",
10
]
0 commit comments