File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22name = " code-embedding"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on source code."
5- requires-python = " >=3.10 "
5+ requires-python = " >=3.11 "
66dependencies = [" cocoindex>=0.1.42" , " python-dotenv>=1.0.1" ]
77
88[tool .setuptools ]
Original file line number Diff line number Diff line change 22name = " manuals-to-kg"
33version = " 0.1.0"
44description = " Simple example for cocoindex: extract triples from files and build knowledge graph."
5- requires-python = " >=3.10 "
5+ requires-python = " >=3.11 "
66dependencies = [" cocoindex>=0.1.42" ]
77
88[tool .setuptools ]
Original file line number Diff line number Diff line change 22name = " manuals-llm-extraction"
33version = " 0.1.0"
44description = " Simple example for cocoindex: extract structured information from a Markdown file using LLM."
5- requires-python = " >=3.10 "
5+ requires-python = " >=3.11 "
66dependencies = [" cocoindex>=0.1.42" , " marker-pdf>=1.5.2" ]
77
88[tool .setuptools ]
Original file line number Diff line number Diff line change 22name = " pdf-embedding"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on local PDF files."
5- requires-python = " >=3.10 "
5+ requires-python = " >=3.11 "
66dependencies = [
77 " cocoindex>=0.1.42" ,
88 " python-dotenv>=1.0.1" ,
Original file line number Diff line number Diff line change 22name = " cocoindex-ecommerce-taxonomy"
33version = " 0.1.0"
44description = " Simple example for CocoIndex: extract taxonomy from e-commerce products and build knowledge graph."
5- requires-python = " >=3.10 "
5+ requires-python = " >=3.11 "
66dependencies = [" cocoindex>=0.1.42" , " jinja2>=3.1.6" ]
77
88[tool .setuptools ]
Original file line number Diff line number Diff line change 22name = " text-embedding"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on local text files."
5- requires-python = " >=3.10 "
5+ requires-python = " >=3.11 "
66dependencies = [
77 " cocoindex>=0.1.42" ,
88 " python-dotenv>=1.0.1" ,
Original file line number Diff line number Diff line change 22name = " text-embedding-qdrant"
33version = " 0.1.0"
44description = " Simple example for cocoindex: build embedding index based on local text files."
5- requires-python = " >=3.10 "
5+ requires-python = " >=3.11 "
66dependencies = [
77 " cocoindex>=0.1.42" ,
88 " python-dotenv>=1.0.1" ,
You can’t perform that action at this time.
0 commit comments