File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = "code-embedding"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on source code."
55requires-python = " >=3.10"
6- dependencies = [" cocoindex>=0.1.4 " , " python-dotenv>=1.0.1" ]
6+ dependencies = [" cocoindex>=0.1.6 " , " python-dotenv>=1.0.1" ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = "manual-extraction"
33version = " 0.1.0"
44description = " Simple example for cocoindex: extract manual information from a Markdown."
55requires-python = " >=3.10"
6- dependencies = [" cocoindex>=0.1.4 " , " python-dotenv>=1.0.1" , " marker-pdf>=1.5.2" ]
6+ dependencies = [" cocoindex>=0.1.6 " , " python-dotenv>=1.0.1" , " marker-pdf>=1.5.2" ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = "pdf-embedding"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on local PDF files."
55requires-python = " >=3.10"
6- dependencies = [" cocoindex>=0.1.4 " , " python-dotenv>=1.0.1" , " marker-pdf>=1.5.2" ]
6+ dependencies = [" cocoindex>=0.1.6 " , " python-dotenv>=1.0.1" , " marker-pdf>=1.5.2" ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = "text-embedding"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on local text files."
55requires-python = " >=3.10"
6- dependencies = [" cocoindex>=0.1.4 " , " python-dotenv>=1.0.1" ]
6+ dependencies = [" cocoindex>=0.1.6 " , " python-dotenv>=1.0.1" ]
You can’t perform that action at this time.
0 commit comments