cocoindex 0.1.68__tar.gz → 0.1.69__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cocoindex-0.1.68 → cocoindex-0.1.69}/Cargo.lock +12 -1
- {cocoindex-0.1.68 → cocoindex-0.1.69}/Cargo.toml +4 -1
- {cocoindex-0.1.68 → cocoindex-0.1.69}/PKG-INFO +1 -1
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/about/community.md +1 -1
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/about/contributing.md +2 -2
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/core/flow_def.mdx +2 -2
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/core/flow_methods.mdx +4 -4
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/getting_started/quickstart.md +6 -6
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/ops/functions.md +43 -4
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/ops/sources.md +6 -7
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/ops/targets.md +1 -1
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/llm/mod.rs +4 -5
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/llm/ollama.rs +75 -1
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/functions/split_recursively.rs +8 -1
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.cargo/config.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.env.lib_debug +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.github/ISSUE_TEMPLATE//360/237/220/233-bug-report.md" +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.github/ISSUE_TEMPLATE//360/237/222/241-feature-request.md" +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.github/scripts/update_version.sh +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.github/workflows/CI.yml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.github/workflows/_doc_release.yml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.github/workflows/_test.yml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.github/workflows/docs.yml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.github/workflows/format.yml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.github/workflows/release.yml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.gitignore +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/.pre-commit-config.yaml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/CODE_OF_CONDUCT.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/CONTRIBUTING.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/LICENSE +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/dev/neo4j.yaml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/dev/postgres.yaml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/.gitignore +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/ai/llm.mdx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/core/basics.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/core/cli.mdx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/core/custom_function.mdx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/core/data_example.svg +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/core/data_types.mdx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/core/flow_example.svg +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/core/settings.mdx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/getting_started/installation.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/getting_started/markdown_files.zip +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/getting_started/overview.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docs/query.mdx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/docusaurus.config.ts +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/package.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/sidebars.ts +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/src/components/HomepageFeatures/index.tsx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/src/components/HomepageFeatures/styles.module.css +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/src/css/custom.css +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/src/theme/Root.js +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/static/.nojekyll +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/static/img/docusaurus.png +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/static/img/favicon.ico +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/static/img/icon.svg +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/static/img/incremental-etl.gif +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/static/robots.txt +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/tsconfig.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/docs/yarn.lock +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/amazon_s3_embedding/.env.example +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/amazon_s3_embedding/.gitignore +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/amazon_s3_embedding/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/amazon_s3_embedding/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/amazon_s3_embedding/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/azure_blob_embedding/.env.example +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/azure_blob_embedding/.gitignore +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/azure_blob_embedding/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/azure_blob_embedding/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/azure_blob_embedding/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/code_embedding/.env +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/code_embedding/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/code_embedding/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/code_embedding/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/docs_to_knowledge_graph/.env +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/docs_to_knowledge_graph/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/docs_to_knowledge_graph/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/docs_to_knowledge_graph/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/fastapi_server_docker/.dockerignore +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/fastapi_server_docker/.env +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/fastapi_server_docker/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/fastapi_server_docker/compose.yaml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/fastapi_server_docker/dockerfile +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/fastapi_server_docker/files/1810.04805v2.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/fastapi_server_docker/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/fastapi_server_docker/requirements.txt +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/gdrive_text_embedding/.env.example +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/gdrive_text_embedding/.gitignore +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/gdrive_text_embedding/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/gdrive_text_embedding/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/gdrive_text_embedding/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/.env +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/frontend/.gitignore +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/frontend/index.html +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/frontend/package-lock.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/frontend/package.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/frontend/src/App.jsx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/frontend/src/main.jsx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/frontend/src/style.css +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/frontend/vite.config.js +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/img/cat1.jpeg +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/img/dog1.jpeg +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/img/elephant1.jpg +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/img/giraffe.jpg +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/image_search/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/manuals_llm_extraction/.env +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/manuals_llm_extraction/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/manuals_llm_extraction/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/manuals_llm_extraction/manuals/array.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/manuals_llm_extraction/manuals/base64.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/manuals_llm_extraction/manuals/copy.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/manuals_llm_extraction/manuals/glob.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/manuals_llm_extraction/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/paper_metadata/.env.example +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/paper_metadata/.gitignore +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/paper_metadata/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/paper_metadata/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/paper_metadata/papers/1706.03762v7.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/paper_metadata/papers/1810.04805v2.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/paper_metadata/papers/2502.06786v3.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/paper_metadata/papers/2502.20346v1.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/paper_metadata/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/patient_intake_extraction/.env.example +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/patient_intake_extraction/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/patient_intake_extraction/data/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/patient_intake_extraction/data/patient_forms/Patient_Intake_Form_David_Artificial.docx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/patient_intake_extraction/data/patient_forms/Patient_Intake_Form_Emily_Artificial.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/patient_intake_extraction/data/patient_forms/Patient_Intake_Form_Joe_Artificial.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/patient_intake_extraction/data/patient_forms/Patient_Intake_From_Jane_Artificial.docx +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/patient_intake_extraction/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/patient_intake_extraction/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/pdf_embedding/.env +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/pdf_embedding/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/pdf_embedding/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/pdf_embedding/pdf_files/1706.03762v7.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/pdf_embedding/pdf_files/1810.04805v2.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/pdf_embedding/pdf_files/rfc8259.pdf +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/pdf_embedding/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/.env +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/img/cocoinsight.png +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/img/neo4j.png +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/products/p1.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/products/p2.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/products/p3.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/products/p4.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/products/p5.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/products/p6.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/products/p7.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/products/p8.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/products/p9.json +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/product_recommendation/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding/.env +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding/Text_Embedding.ipynb +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding/markdown_files/1706.03762v7.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding/markdown_files/1810.04805v2.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding/markdown_files/rfc8259.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding_qdrant/.env +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding_qdrant/README.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding_qdrant/main.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding_qdrant/markdown_files/rfc8259.md +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/examples/text_embedding_qdrant/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/pyproject.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/__init__.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/auth_registry.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/cli.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/convert.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/flow.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/functions.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/index.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/lib.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/llm.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/op.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/py.typed +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/runtime.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/setting.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/setup.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/sources.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/targets.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/tests/__init__.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/tests/test_convert.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/tests/test_optional_database.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/tests/test_typing.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/typing.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/python/cocoindex/utils.py +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/ruff.toml +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/base/duration.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/base/field_attrs.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/base/json_schema.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/base/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/base/schema.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/base/spec.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/base/value.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/builder/analyzed_flow.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/builder/analyzer.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/builder/exec_ctx.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/builder/flow_builder.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/builder/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/builder/plan.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/db_tracking.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/db_tracking_setup.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/dumper.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/evaluator.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/indexing_status.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/live_updater.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/memoization.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/row_indexer.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/source_indexer.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/execution/stats.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/lib.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/lib_context.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/llm/anthropic.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/llm/gemini.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/llm/litellm.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/llm/openai.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/llm/openrouter.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/llm/vertex_ai.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/llm/vllm.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/llm/voyage.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/factory_bases.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/functions/embed_text.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/functions/extract_by_llm.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/functions/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/functions/parse_json.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/functions/test_utils.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/interface.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/py_factory.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/registration.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/registry.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/sdk.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/sources/amazon_s3.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/sources/azure_blob.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/sources/google_drive.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/sources/local_file.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/sources/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/targets/kuzu.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/targets/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/targets/neo4j.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/targets/postgres.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/targets/qdrant.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/targets/shared/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/targets/shared/property_graph.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/ops/targets/shared/table_columns.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/prelude.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/py/convert.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/py/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/server.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/service/error.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/service/flows.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/service/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/settings.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/setup/auth_registry.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/setup/components.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/setup/db_metadata.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/setup/driver.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/setup/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/setup/states.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/utils/concur_control.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/utils/db.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/utils/fingerprint.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/utils/immutable.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/utils/mod.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/utils/retryable.rs +0 -0
- {cocoindex-0.1.68 → cocoindex-0.1.69}/src/utils/yaml_ser.rs +0 -0
@@ -1297,7 +1297,7 @@ dependencies = [
|
|
1297
1297
|
|
1298
1298
|
[[package]]
|
1299
1299
|
name = "cocoindex"
|
1300
|
-
version = "0.1.
|
1300
|
+
version = "0.1.69"
|
1301
1301
|
dependencies = [
|
1302
1302
|
"anyhow",
|
1303
1303
|
"async-openai",
|
@@ -1369,6 +1369,7 @@ dependencies = [
|
|
1369
1369
|
"tree-sitter-java",
|
1370
1370
|
"tree-sitter-javascript",
|
1371
1371
|
"tree-sitter-json",
|
1372
|
+
"tree-sitter-kotlin-ng",
|
1372
1373
|
"tree-sitter-language",
|
1373
1374
|
"tree-sitter-md",
|
1374
1375
|
"tree-sitter-pascal",
|
@@ -5724,6 +5725,16 @@ dependencies = [
|
|
5724
5725
|
"tree-sitter-language",
|
5725
5726
|
]
|
5726
5727
|
|
5728
|
+
[[package]]
|
5729
|
+
name = "tree-sitter-kotlin-ng"
|
5730
|
+
version = "1.1.0"
|
5731
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
5732
|
+
checksum = "e800ebbda938acfbf224f4d2c34947a31994b1295ee6e819b65226c7b51b4450"
|
5733
|
+
dependencies = [
|
5734
|
+
"cc",
|
5735
|
+
"tree-sitter-language",
|
5736
|
+
]
|
5737
|
+
|
5727
5738
|
[[package]]
|
5728
5739
|
name = "tree-sitter-language"
|
5729
5740
|
version = "0.1.5"
|
@@ -2,7 +2,7 @@
|
|
2
2
|
name = "cocoindex"
|
3
3
|
# Version used for local development is always higher than others to take precedence.
|
4
4
|
# Will be overridden for specific release versions.
|
5
|
-
version = "0.1.
|
5
|
+
version = "0.1.69"
|
6
6
|
edition = "2024"
|
7
7
|
rust-version = "1.88"
|
8
8
|
|
@@ -63,6 +63,7 @@ reqwest = { version = "0.12.15", default-features = false, features = [
|
|
63
63
|
"rustls-tls",
|
64
64
|
] }
|
65
65
|
async-openai = "0.28.0"
|
66
|
+
|
66
67
|
tree-sitter = "0.25.3"
|
67
68
|
tree-sitter-language = "0.1.5"
|
68
69
|
# Per language tree-sitter parsers
|
@@ -76,6 +77,8 @@ tree-sitter-html = "0.23.2"
|
|
76
77
|
tree-sitter-java = "0.23.5"
|
77
78
|
tree-sitter-javascript = "0.23.1"
|
78
79
|
tree-sitter-json = "0.24.8"
|
80
|
+
# The other more popular crate tree-sitter-kotlin requires tree-sitter < 0.23 for now
|
81
|
+
tree-sitter-kotlin-ng = "1.1.0"
|
79
82
|
tree-sitter-md = "0.3.2"
|
80
83
|
tree-sitter-pascal = "0.10.0"
|
81
84
|
tree-sitter-php = "0.23.11"
|
@@ -9,7 +9,7 @@ Welcome with a huge coconut hug 🥥⋆。˚🤗.
|
|
9
9
|
|
10
10
|
We are super excited for community contributions of all kinds - whether it's code improvements, documentation updates, issue reports, feature requests on [GitHub](https://github.com/cocoindex-io/cocoindex), and discussions in our [Discord](https://discord.com/invite/zpA9S2DR7s).
|
11
11
|
|
12
|
-
We would love to
|
12
|
+
We would love to foster an inclusive, welcoming, and supportive environment. Contributing to CocoIndex should feel collaborative, friendly and enjoyable for everyone. Together, we can build better AI applications through robust data infrastructure.
|
13
13
|
|
14
14
|
:::tip Start hacking CocoIndex
|
15
15
|
Check out our [Contributing guide](./contributing) to get started!
|
@@ -18,10 +18,10 @@ We tag issues with the ["good first issue"](https://github.com/cocoindex-io/coco
|
|
18
18
|
## How to Contribute
|
19
19
|
- If you decide to work on an issue, unless the PR can be sent immediately (e.g. just a few lines of code), we recommend you to leave a comment on the issue like **`I'm working on it`** or **`Can I work on this issue?`** to avoid duplicating work.
|
20
20
|
- For larger features, we recommend you to discuss with us first in our [Discord server](https://discord.com/invite/zpA9S2DR7s) to coordinate the design and work.
|
21
|
-
- Our [Discord server](https://discord.com/invite/zpA9S2DR7s)
|
21
|
+
- Our [Discord server](https://discord.com/invite/zpA9S2DR7s) is constantly open. If you are unsure about anything, it is a good place to discuss! We'd love to collaborate and will always be friendly.
|
22
22
|
|
23
23
|
## Start hacking! Setting Up Development Environment
|
24
|
-
|
24
|
+
Follow the steps below to get cocoindex built on the latest codebase locally - if you are making changes to cocoindex functionality and want to test it out.
|
25
25
|
|
26
26
|
- 🦀 [Install Rust](https://rust-lang.org/tools/install)
|
27
27
|
|
@@ -468,7 +468,7 @@ Then reference it when building a spec that takes an auth entry:
|
|
468
468
|
Note that CocoIndex backends use the key of an auth entry to identify the backend.
|
469
469
|
|
470
470
|
* Keep the key stable.
|
471
|
-
If the key doesn't change, it's considered to be the same backend (even if the underlying way to connect/authenticate
|
471
|
+
If the key doesn't change, it's considered to be the same backend (even if the underlying way to connect/authenticate changes).
|
472
472
|
|
473
473
|
* If a key is no longer referenced in any operation spec, keep it until the next flow setup / drop action,
|
474
|
-
so that
|
474
|
+
so that CocoIndex will be able to clean up the backends.
|
@@ -44,9 +44,9 @@ For a flow, its persistent backends need to be ready before it can run, includin
|
|
44
44
|
The desired state of the backends for a flow is derived based on the flow definition itself.
|
45
45
|
CocoIndex supports two types of actions to manage the persistent backends automatically:
|
46
46
|
|
47
|
-
* *Setup* a flow, which will change the backends owned by the flow to
|
47
|
+
* *Setup* a flow, which will change the backends owned by the flow to the desired state, e.g. create new tables for new flow, drop an existing table if the corresponding target is gone, add new column to a target table if a new field is collected, etc. It's no-op if the backend states are already in the desired state.
|
48
48
|
|
49
|
-
* *Drop* a flow, which will drop all backends owned by the flow. It's no-op if there
|
49
|
+
* *Drop* a flow, which will drop all backends owned by the flow. It's no-op if there are no existing backends owned by the flow (e.g. never setup or already dropped).
|
50
50
|
|
51
51
|
### CLI
|
52
52
|
|
@@ -138,7 +138,7 @@ This is to achieve best efficiency.
|
|
138
138
|
|
139
139
|
The `cocoindex update` subcommand creates/updates data in the target.
|
140
140
|
|
141
|
-
Once it's done, the target data is fresh up to the moment when the
|
141
|
+
Once it's done, the target data is fresh up to the moment when the command is called.
|
142
142
|
|
143
143
|
```sh
|
144
144
|
cocoindex update main.py
|
@@ -203,7 +203,7 @@ To perform live update, run the `cocoindex update` subcommand with `-L` option:
|
|
203
203
|
cocoindex update main.py -L
|
204
204
|
```
|
205
205
|
|
206
|
-
If there's at least one data source with change capture mechanism enabled, it will keep running until
|
206
|
+
If there's at least one data source with change capture mechanism enabled, it will keep running until aborted (e.g. by `Ctrl-C`).
|
207
207
|
Otherwise, it falls back to the same behavior as one time update, and will finish after a one-time update is done.
|
208
208
|
|
209
209
|
With a `--setup` option, it will also setup the flow first if needed.
|
@@ -7,10 +7,10 @@ import ReactPlayer from 'react-player'
|
|
7
7
|
|
8
8
|
# Build your first CocoIndex project
|
9
9
|
|
10
|
-
This guide will help you get up and running with CocoIndex in just a few minutes
|
10
|
+
This guide will help you get up and running with CocoIndex in just a few minutes. We'll build a project that does:
|
11
11
|
* Read files from a directory
|
12
12
|
* Perform basic chunking and embedding
|
13
|
-
*
|
13
|
+
* Load the data into a vector store (PG Vector)
|
14
14
|
|
15
15
|
<ReactPlayer controls url='https://www.youtube.com/watch?v=gv5R8nOXsWU' />
|
16
16
|
|
@@ -107,11 +107,11 @@ Notes:
|
|
107
107
|
3. A *data source* extracts data from an external source.
|
108
108
|
In this example, the `LocalFile` data source imports local files as a KTable (table with a key field, see [KTable](../core/data_types#ktable) for details), each row has `"filename"` and `"content"` fields.
|
109
109
|
|
110
|
-
4. After defining the KTable, we
|
110
|
+
4. After defining the KTable, we extend a new field `"chunks"` to each row by *transforming* the `"content"` field using `SplitRecursively`. The output of the `SplitRecursively` is also a KTable representing each chunk of the document, with `"location"` and `"text"` fields.
|
111
111
|
|
112
|
-
5. After defining the KTable, we
|
112
|
+
5. After defining the KTable, we extend a new field `"embedding"` to each row by *transforming* the `"text"` field using `SentenceTransformerEmbed`.
|
113
113
|
|
114
|
-
6. In CocoIndex, a *collector* collects multiple entries of data together. In this example, the `doc_embeddings` collector collects data from all `chunk`s across all `doc`s, and
|
114
|
+
6. In CocoIndex, a *collector* collects multiple entries of data together. In this example, the `doc_embeddings` collector collects data from all `chunk`s across all `doc`s, and uses the collected data to build a vector index `"doc_embeddings"`, using `Postgres`.
|
115
115
|
|
116
116
|
## Step 3: Run the indexing pipeline and queries
|
117
117
|
|
@@ -271,7 +271,7 @@ Now we can run the same Python file, which will run the new added main logic:
|
|
271
271
|
python quickstart.py
|
272
272
|
```
|
273
273
|
|
274
|
-
It will ask you to enter a query and it will return the top
|
274
|
+
It will ask you to enter a query and it will return the top 5 results.
|
275
275
|
|
276
276
|
## Next Steps
|
277
277
|
|
@@ -31,7 +31,7 @@ The spec takes the following fields:
|
|
31
31
|
|
32
32
|
* `separators_regex` (`list[str]`): A list of regex patterns to split the text.
|
33
33
|
Higher-level boundaries should come first, and lower-level should be listed later. e.g. `[r"\n# ", r"\n## ", r"\n\n", r"\. "]`.
|
34
|
-
See [regex
|
34
|
+
See [regex syntax](https://docs.rs/regex/latest/regex/#syntax) for supported regular expression syntax.
|
35
35
|
|
36
36
|
Input data:
|
37
37
|
|
@@ -57,9 +57,12 @@ Input data:
|
|
57
57
|
|
58
58
|
We use the `language` field to determine how to split the input text, following these rules:
|
59
59
|
|
60
|
-
* We
|
61
|
-
|
62
|
-
|
60
|
+
* We match the input `language` field against the following registries in the following order:
|
61
|
+
* `custom_languages` in the spec, against the `language_name` or `aliases` field of each entry.
|
62
|
+
* Builtin languages (see [Supported Languages](#supported-languages) section below), against the language, aliases or file extensions of each entry.
|
63
|
+
|
64
|
+
All matches are in a case-insensitive manner. If the value of `language` is null, it'll be treated as empty string.
|
65
|
+
|
63
66
|
* If no match is found, the input will be treated as plain text.
|
64
67
|
|
65
68
|
:::
|
@@ -73,6 +76,42 @@ Return: [*KTable*](/docs/core/data_types#ktable), each row represents a chunk, w
|
|
73
76
|
* `line` (*Int64*): The line number of the position. Starting from 1.
|
74
77
|
* `column` (*Int64*): The column number of the position. Starting from 1.
|
75
78
|
|
79
|
+
### Supported Languages
|
80
|
+
|
81
|
+
Currently, `SplitRecursively` supports the following languages:
|
82
|
+
|
83
|
+
| Language | Aliases | File Extensions |
|
84
|
+
|----------|---------|-----------------|
|
85
|
+
| C | | `.c` |
|
86
|
+
| C++ | CPP | `.cpp`, `.cc`, `.cxx`, `.h`, `.hpp` |
|
87
|
+
| C# | CSharp, CS | `.cs` |
|
88
|
+
| CSS | | `.css`, `.scss` |
|
89
|
+
| DTD | | `.dtd` |
|
90
|
+
| Fortran | F, F90, F95, F03 | `.f`, `.f90`, `.f95`, `.f03` |
|
91
|
+
| Go | Golang | `.go` |
|
92
|
+
| HTML | | `.html`, `.htm` |
|
93
|
+
| Java | | `.java` |
|
94
|
+
| JavaScript | JS | `.js` |
|
95
|
+
| JSON | | `.json` |
|
96
|
+
| Kotlin | | `.kt`, `.kts` |
|
97
|
+
| Markdown | MD | `.md`, `.mdx` |
|
98
|
+
| Pascal | PAS, DPR, Delphi | `.pas`, `.dpr` |
|
99
|
+
| PHP | | `.php` |
|
100
|
+
| Python | | `.py` |
|
101
|
+
| R | | `.r` |
|
102
|
+
| Ruby | | `.rb` |
|
103
|
+
| Rust | RS | `.rs` |
|
104
|
+
| Scala | | `.scala` |
|
105
|
+
| SQL | | `.sql` |
|
106
|
+
| Swift | | `.swift` |
|
107
|
+
| TOML | | `.toml` |
|
108
|
+
| TSX | | `.tsx` |
|
109
|
+
| TypeScript | TS | `.ts` |
|
110
|
+
| XML | | `.xml` |
|
111
|
+
| YAML | | `.yaml`, `.yml` |
|
112
|
+
|
113
|
+
|
114
|
+
|
76
115
|
## SentenceTransformerEmbed
|
77
116
|
|
78
117
|
`SentenceTransformerEmbed` embeds a text into a vector space using the [SentenceTransformer](https://huggingface.co/sentence-transformers) library.
|
@@ -111,10 +111,9 @@ This is how to setup:
|
|
111
111
|
|
112
112
|
* In the [Amazon S3 Console](https://s3.console.aws.amazon.com/s3/home), open your S3 bucket. Under *Properties* tab, click *Create event notification*.
|
113
113
|
* Fill in an arbitrary event name, e.g. `S3ChangeNotifications`.
|
114
|
-
* If you want your AmazonS3 data source expose a subset of files sharing a prefix, set the same prefix here. Otherwise, leave it empty.
|
114
|
+
* If you want your AmazonS3 data source to expose a subset of files sharing a prefix, set the same prefix here. Otherwise, leave it empty.
|
115
115
|
* Select the following event types: *All object create events*, *All object removal events*.
|
116
116
|
* Select *SQS queue* as the destination, and specify the SQS queue you created above.
|
117
|
-
and enable *Change Event Notifications* for your bucket, and specify the SQS queue as the destination.
|
118
117
|
|
119
118
|
AWS's [Guide of Configuring a Bucket for Notifications](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ways-to-add-notification-config-to-bucket.html#step1-create-sqs-queue-for-notification) provides more details.
|
120
119
|
|
@@ -141,7 +140,7 @@ The spec takes the following fields:
|
|
141
140
|
:::info
|
142
141
|
|
143
142
|
We will delete messages from the queue after they're processed.
|
144
|
-
If there
|
143
|
+
If there are unrelated messages in the queue (e.g. test messages that SQS will send automatically on queue creation, messages for a different bucket, for non-included files, etc.), we will delete the message upon receiving it, to avoid repeatedly receiving irrelevant messages after they're redelivered.
|
145
144
|
|
146
145
|
:::
|
147
146
|
|
@@ -253,12 +252,12 @@ The spec takes the following fields:
|
|
253
252
|
it's typically cheaper than a full refresh by setting the [refresh interval](../core/flow_def#refresh-interval) especially when the folder contains a large number of files.
|
254
253
|
So you can usually set it with a smaller value compared to the `refresh_interval`.
|
255
254
|
|
256
|
-
On the other hand, this only detects changes for files still
|
257
|
-
If the file is deleted (or the current account no longer has access to), this change will not be detected by this change stream.
|
255
|
+
On the other hand, this only detects changes for files that still exist.
|
256
|
+
If the file is deleted (or the current account no longer has access to it), this change will not be detected by this change stream.
|
258
257
|
|
259
|
-
So when a `GoogleDrive` source
|
258
|
+
So when a `GoogleDrive` source has `recent_changes_poll_interval` enabled, it's still recommended to set a `refresh_interval`, with a larger value.
|
260
259
|
So that most changes can be covered by polling recent changes (with low latency, like 10 seconds), and remaining changes (files no longer exist or accessible) will still be covered (with a higher latency, like 5 minutes, and should be larger if you have a huge number of files like 1M).
|
261
|
-
In reality, configure them based on your requirement: how
|
260
|
+
In reality, configure them based on your requirement: how fresh do you need the target index to be?
|
262
261
|
|
263
262
|
:::
|
264
263
|
|
@@ -413,7 +413,7 @@ If you don't have a Neo4j database, you can start a Neo4j database using our doc
|
|
413
413
|
docker compose -f <(curl -L https://raw.githubusercontent.com/cocoindex-io/cocoindex/refs/heads/main/dev/neo4j.yaml) up -d
|
414
414
|
```
|
415
415
|
|
416
|
-
|
416
|
+
This will bring up a Neo4j instance, which can be accessed by username `neo4j` and password `cocoindex`.
|
417
417
|
You can access the Neo4j browser at [http://localhost:7474](http://localhost:7474).
|
418
418
|
|
419
419
|
:::warning
|
@@ -145,6 +145,9 @@ pub async fn new_llm_embedding_client(
|
|
145
145
|
api_config: Option<LlmApiConfig>,
|
146
146
|
) -> Result<Box<dyn LlmEmbeddingClient>> {
|
147
147
|
let client = match api_type {
|
148
|
+
LlmApiType::Ollama => {
|
149
|
+
Box::new(ollama::Client::new(address).await?) as Box<dyn LlmEmbeddingClient>
|
150
|
+
}
|
148
151
|
LlmApiType::Gemini => {
|
149
152
|
Box::new(gemini::AiStudioClient::new(address)?) as Box<dyn LlmEmbeddingClient>
|
150
153
|
}
|
@@ -156,11 +159,7 @@ pub async fn new_llm_embedding_client(
|
|
156
159
|
}
|
157
160
|
LlmApiType::VertexAi => Box::new(gemini::VertexAiClient::new(address, api_config).await?)
|
158
161
|
as Box<dyn LlmEmbeddingClient>,
|
159
|
-
LlmApiType::
|
160
|
-
| LlmApiType::OpenRouter
|
161
|
-
| LlmApiType::LiteLlm
|
162
|
-
| LlmApiType::Vllm
|
163
|
-
| LlmApiType::Anthropic => {
|
162
|
+
LlmApiType::OpenRouter | LlmApiType::LiteLlm | LlmApiType::Vllm | LlmApiType::Anthropic => {
|
164
163
|
api_bail!("Embedding is not supported for API type {:?}", api_type)
|
165
164
|
}
|
166
165
|
};
|
@@ -1,11 +1,35 @@
|
|
1
1
|
use crate::prelude::*;
|
2
2
|
|
3
|
-
use super::LlmGenerationClient;
|
3
|
+
use super::{LlmEmbeddingClient, LlmGenerationClient};
|
4
4
|
use schemars::schema::SchemaObject;
|
5
5
|
use serde_with::{base64::Base64, serde_as};
|
6
6
|
|
7
|
+
fn get_embedding_dimension(model: &str) -> Option<u32> {
|
8
|
+
match model.to_ascii_lowercase().as_str() {
|
9
|
+
"mxbai-embed-large"
|
10
|
+
| "bge-m3"
|
11
|
+
| "bge-large"
|
12
|
+
| "snowflake-arctic-embed"
|
13
|
+
| "snowflake-arctic-embed2" => Some(1024),
|
14
|
+
|
15
|
+
"nomic-embed-text"
|
16
|
+
| "paraphrase-multilingual"
|
17
|
+
| "snowflake-arctic-embed:110m"
|
18
|
+
| "snowflake-arctic-embed:137m"
|
19
|
+
| "granite-embedding:278m" => Some(768),
|
20
|
+
|
21
|
+
"all-minilm"
|
22
|
+
| "snowflake-arctic-embed:22m"
|
23
|
+
| "snowflake-arctic-embed:33m"
|
24
|
+
| "granite-embedding" => Some(384),
|
25
|
+
|
26
|
+
_ => None,
|
27
|
+
}
|
28
|
+
}
|
29
|
+
|
7
30
|
pub struct Client {
|
8
31
|
generate_url: String,
|
32
|
+
embed_url: String,
|
9
33
|
reqwest_client: reqwest::Client,
|
10
34
|
}
|
11
35
|
|
@@ -32,6 +56,17 @@ struct OllamaResponse {
|
|
32
56
|
pub response: String,
|
33
57
|
}
|
34
58
|
|
59
|
+
#[derive(Debug, Serialize)]
|
60
|
+
struct OllamaEmbeddingRequest<'a> {
|
61
|
+
pub model: &'a str,
|
62
|
+
pub input: &'a str,
|
63
|
+
}
|
64
|
+
|
65
|
+
#[derive(Debug, Deserialize)]
|
66
|
+
struct OllamaEmbeddingResponse {
|
67
|
+
pub embedding: Vec<f32>,
|
68
|
+
}
|
69
|
+
|
35
70
|
const OLLAMA_DEFAULT_ADDRESS: &str = "http://localhost:11434";
|
36
71
|
|
37
72
|
impl Client {
|
@@ -42,6 +77,7 @@ impl Client {
|
|
42
77
|
};
|
43
78
|
Ok(Self {
|
44
79
|
generate_url: format!("{address}/api/generate"),
|
80
|
+
embed_url: format!("{address}/api/embed"),
|
45
81
|
reqwest_client: reqwest::Client::new(),
|
46
82
|
})
|
47
83
|
}
|
@@ -97,3 +133,41 @@ impl LlmGenerationClient for Client {
|
|
97
133
|
}
|
98
134
|
}
|
99
135
|
}
|
136
|
+
|
137
|
+
#[async_trait]
|
138
|
+
impl LlmEmbeddingClient for Client {
|
139
|
+
async fn embed_text<'req>(
|
140
|
+
&self,
|
141
|
+
request: super::LlmEmbeddingRequest<'req>,
|
142
|
+
) -> Result<super::LlmEmbeddingResponse> {
|
143
|
+
let req = OllamaEmbeddingRequest {
|
144
|
+
model: request.model,
|
145
|
+
input: request.text.as_ref(),
|
146
|
+
};
|
147
|
+
let resp = retryable::run(
|
148
|
+
|| {
|
149
|
+
self.reqwest_client
|
150
|
+
.post(self.embed_url.as_str())
|
151
|
+
.json(&req)
|
152
|
+
.send()
|
153
|
+
},
|
154
|
+
&retryable::HEAVY_LOADED_OPTIONS,
|
155
|
+
)
|
156
|
+
.await?;
|
157
|
+
if !resp.status().is_success() {
|
158
|
+
bail!(
|
159
|
+
"Ollama API error: {:?}\n{}\n",
|
160
|
+
resp.status(),
|
161
|
+
resp.text().await?
|
162
|
+
);
|
163
|
+
}
|
164
|
+
let embedding_resp: OllamaEmbeddingResponse = resp.json().await.context("Invalid JSON")?;
|
165
|
+
Ok(super::LlmEmbeddingResponse {
|
166
|
+
embedding: embedding_resp.embedding,
|
167
|
+
})
|
168
|
+
}
|
169
|
+
|
170
|
+
fn get_default_embedding_dimension(&self, model: &str) -> Option<u32> {
|
171
|
+
get_embedding_dimension(model)
|
172
|
+
}
|
173
|
+
}
|
@@ -108,7 +108,7 @@ static TREE_SITTER_LANGUAGE_BY_LANG: LazyLock<
|
|
108
108
|
add_treesitter_language(
|
109
109
|
&mut map,
|
110
110
|
"C#",
|
111
|
-
[".cs", "cs"],
|
111
|
+
[".cs", "cs", "csharp"],
|
112
112
|
tree_sitter_c_sharp::LANGUAGE,
|
113
113
|
[],
|
114
114
|
);
|
@@ -149,6 +149,13 @@ static TREE_SITTER_LANGUAGE_BY_LANG: LazyLock<
|
|
149
149
|
[],
|
150
150
|
);
|
151
151
|
add_treesitter_language(&mut map, "JSON", [".json"], tree_sitter_json::LANGUAGE, []);
|
152
|
+
add_treesitter_language(
|
153
|
+
&mut map,
|
154
|
+
"Kotlin",
|
155
|
+
[".kt", ".kts"],
|
156
|
+
tree_sitter_kotlin_ng::LANGUAGE,
|
157
|
+
[],
|
158
|
+
);
|
152
159
|
add_treesitter_language(
|
153
160
|
&mut map,
|
154
161
|
"Markdown",
|
File without changes
|
File without changes
|
{cocoindex-0.1.68 → cocoindex-0.1.69}/.github/ISSUE_TEMPLATE//360/237/220/233-bug-report.md"
RENAMED
File without changes
|
{cocoindex-0.1.68 → cocoindex-0.1.69}/.github/ISSUE_TEMPLATE//360/237/222/241-feature-request.md"
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cocoindex-0.1.68 → cocoindex-0.1.69}/docs/src/components/HomepageFeatures/styles.module.css
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|