File tree 7 files changed +7
-7
lines changed 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = "code-embedding"
3
3
version = " 0.1.0"
4
4
description = " Simple example for cocoindex: build embedding index based on source code."
5
5
requires-python = " >=3.10"
6
- dependencies = [" cocoindex>=0.1.19 " , " python-dotenv>=1.0.1" ]
6
+ dependencies = [" cocoindex>=0.1.20 " , " python-dotenv>=1.0.1" ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = "manuals-to-kg"
3
3
version = " 0.1.0"
4
4
description = " Simple example for cocoindex: extract triples from files and build knowledge graph."
5
5
requires-python = " >=3.10"
6
- dependencies = [" cocoindex>=0.1.19 " , " python-dotenv>=1.0.1" ]
6
+ dependencies = [" cocoindex>=0.1.20 " , " python-dotenv>=1.0.1" ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = "gdrive-text-embedding"
3
3
version = " 0.1.0"
4
4
description = " Simple example for cocoindex: build embedding index based on Google Drive files."
5
5
requires-python = " >=3.11"
6
- dependencies = [" cocoindex>=0.1.19 " , " python-dotenv>=1.0.1" ]
6
+ dependencies = [" cocoindex>=0.1.20 " , " python-dotenv>=1.0.1" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
4
4
description = " Simple example for cocoindex: extract structured information from a Markdown file using LLM."
5
5
requires-python = " >=3.10"
6
6
dependencies = [
7
- " cocoindex>=0.1.19 " ,
7
+ " cocoindex>=0.1.20 " ,
8
8
" python-dotenv>=1.0.1" ,
9
9
" marker-pdf>=1.5.2" ,
10
10
]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
4
4
description = " Simple example for cocoindex: build embedding index based on local PDF files."
5
5
requires-python = " >=3.10"
6
6
dependencies = [
7
- " cocoindex>=0.1.19 " ,
7
+ " cocoindex>=0.1.20 " ,
8
8
" python-dotenv>=1.0.1" ,
9
9
" marker-pdf>=1.5.2" ,
10
10
]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = "text-embedding"
3
3
version = " 0.1.0"
4
4
description = " Simple example for cocoindex: build embedding index based on local text files."
5
5
requires-python = " >=3.10"
6
- dependencies = [" cocoindex>=0.1.19 " , " python-dotenv>=1.0.1" ]
6
+ dependencies = [" cocoindex>=0.1.20 " , " python-dotenv>=1.0.1" ]
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = "text-embedding-qdrant"
3
3
version = " 0.1.0"
4
4
description = " Simple example for cocoindex: build embedding index based on local text files."
5
5
requires-python = " >=3.10"
6
- dependencies = [" cocoindex>=0.1.19 " , " python-dotenv>=1.0.1" ]
6
+ dependencies = [" cocoindex>=0.1.20 " , " python-dotenv>=1.0.1" ]
You can’t perform that action at this time.
0 commit comments