File tree Expand file tree Collapse file tree 13 files changed +14
-14
lines changed Expand file tree Collapse file tree 13 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "amazon-s3-text-embedding"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on Amazon S3 files."
55requires-python = " >=3.11"
6- dependencies = [" cocoindex[embeddings]>=0.1.63 " , " python-dotenv>=1.0.1" ]
6+ dependencies = [" cocoindex[embeddings]>=0.1.67 " , " python-dotenv>=1.0.1" ]
77
88[tool .setuptools ]
99packages = []
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "azure-blob-text-embedding"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on Azure Blob Storage files."
55requires-python = " >=3.11"
6- dependencies = [" cocoindex[embeddings]>=0.1.63 " , " python-dotenv>=1.0.1" ]
6+ dependencies = [" cocoindex[embeddings]>=0.1.67 " , " python-dotenv>=1.0.1" ]
77
88[tool .setuptools ]
99packages = []
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "code-embedding"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on source code."
55requires-python = " >=3.11"
6- dependencies = [" cocoindex[embeddings]>=0.1.63 " , " python-dotenv>=1.0.1" ]
6+ dependencies = [" cocoindex[embeddings]>=0.1.67 " , " python-dotenv>=1.0.1" ]
77
88[tool .setuptools ]
99packages = []
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "manuals-to-kg"
33version = " 0.1.0"
44description = " Simple example for cocoindex: extract triples from files and build knowledge graph."
55requires-python = " >=3.11"
6- dependencies = [" cocoindex>=0.1.63 " ]
6+ dependencies = [" cocoindex>=0.1.67 " ]
77
88[tool .setuptools ]
99packages = []
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "gdrive-text-embedding"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on Google Drive files."
55requires-python = " >=3.11"
6- dependencies = [" cocoindex[embeddings]>=0.1.63 " , " python-dotenv>=1.0.1" ]
6+ dependencies = [" cocoindex[embeddings]>=0.1.67 " , " python-dotenv>=1.0.1" ]
77
88[tool .setuptools ]
99packages = []
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Simple example for cocoindex: build embedding index based on images."
55requires-python = " >=3.11"
66dependencies = [
7- " cocoindex>=0.1.63 " ,
7+ " cocoindex>=0.1.67 " ,
88 " python-dotenv>=1.0.1" ,
99 " fastapi>=0.100.0" ,
1010 " torch>=2.0.0" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "manuals-llm-extraction"
33version = " 0.1.0"
44description = " Simple example for cocoindex: extract structured information from a Markdown file using LLM."
55requires-python = " >=3.11"
6- dependencies = [" cocoindex>=0.1.63 " , " marker-pdf>=1.5.2" ]
6+ dependencies = [" cocoindex>=0.1.67 " , " marker-pdf>=1.5.2" ]
77
88[tool .setuptools ]
99packages = []
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Build index for papers with both metadata and content embeddings"
55requires-python = " >=3.11"
66dependencies = [
7- " cocoindex[embeddings]>=0.1.63 " ,
7+ " cocoindex[embeddings]>=0.1.67 " ,
88 " pypdf>=5.7.0" ,
99 " marker-pdf>=1.5.2" ,
1010]
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ version = "0.1.0"
44description = " Extract structured information from patient intake forms using LLM."
55requires-python = " >=3.10"
66dependencies = [
7- " cocoindex>=0.1.63 " ,
7+ " cocoindex>=0.1.67 " ,
88 " python-dotenv>=1.0.1" ,
99 " markitdown>=0.1.2" ,
10- " openai>=1.68.2"
10+ " openai>=1.68.2" ,
1111]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
44description = " Simple example for cocoindex: build embedding index based on local PDF files."
55requires-python = " >=3.11"
66dependencies = [
7- " cocoindex[embeddings]>=0.1.63 " ,
7+ " cocoindex[embeddings]>=0.1.67 " ,
88 " python-dotenv>=1.0.1" ,
99 " marker-pdf>=1.5.2" ,
1010]
You can’t perform that action at this time.
0 commit comments