.dockerignore
.gitattributes
.gitignore
.pre-commit-config.yaml
.taplo.toml
Cargo.lock
Cargo.toml
DEVELOP.md
Dockerfile
Dockerfile.windows
LICENSE
README.md
RELEASE_PROCESS.md
Tiltfile
bandit.yaml
compose-env.linux
compose-env.windows
docker-compose.server.example.yml
docker-compose.test-auth.yml
docker-compose.test.yml
docker-compose.yml
pull_request_template.md
pyproject.toml
requirements.txt
requirements_dev.txt
rust-toolchain.toml
.config/nextest.toml
.github/DEVELOP.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/ISSUE_TEMPLATE/installation_trouble.yaml
.github/actions/bandit-scan/Dockerfile
.github/actions/bandit-scan/action.yaml
.github/actions/bandit-scan/entrypoint.sh
.github/actions/docker/action.yaml
.github/actions/export-tilt-logs/action.yaml
.github/actions/go/action.yaml
.github/actions/python/action.yaml
.github/actions/rust/action.yaml
.github/actions/tilt/action.yaml
.github/actions/tilt-setup-prebuild/action.yaml
.github/actions/tilt-setup-prebuild/docker-bake.hcl
.github/actions/tilt-setup-prebuild/pull_external_images.sh
.github/workflows/_build_js_bindings.yml
.github/workflows/_build_release_container.yml
.github/workflows/_build_release_pypi.yml
.github/workflows/_deploy.yml
.github/workflows/_go-tests.yml
.github/workflows/_javascript-client-tests.yml
.github/workflows/_python-tests.yml
.github/workflows/_python-vulnerability-scan.yml
.github/workflows/_rust-tests.yml
.github/workflows/apply-hotfix.yaml
.github/workflows/nightly-tests.yml
.github/workflows/pr-check-title.yml
.github/workflows/pr-review-checklist.yml
.github/workflows/pr.yml
.github/workflows/release-chromadb.yml
.github/workflows/release-cli.yml
.github/workflows/release-dev-javascript-client.yml
.github/workflows/release-helm-chart.yml
.github/workflows/release-javascript-client.yml
.github/workflows/trigger-deploy.yaml
.vscode/settings.json
bin/cluster-test.sh
bin/docker_entrypoint.ps1
bin/docker_entrypoint.sh
bin/generate_cloudformation.py
bin/get-logs.sh
bin/python-integration-test
bin/rust-integration-test.sh
bin/rust_python_compat_test.py
bin/rust_single_node_integration_test_config.yaml
bin/test-remote
bin/test.py
bin/ts-integration-test.sh
bin/version
bin/windows_upgrade_sqlite.py
bin/templates/docker-compose.yml
bin/test-package/install.sh
bin/test-package/test-package.sh
bin/test-package/test-thin-client-package.sh
chromadb/__init__.py
chromadb/app.py
chromadb/base_types.py
chromadb/chromadb_rust_bindings.pyi
chromadb/config.py
chromadb/errors.py
chromadb/is_thin_client.py
chromadb/log_config.yml
chromadb/py.typed
chromadb/serde.py
chromadb/types.py
chromadb/api/__init__.py
chromadb/api/async_api.py
chromadb/api/async_client.py
chromadb/api/async_fastapi.py
chromadb/api/base_http_client.py
chromadb/api/client.py
chromadb/api/collection_configuration.py
chromadb/api/configuration.py
chromadb/api/fastapi.py
chromadb/api/rust.py
chromadb/api/segment.py
chromadb/api/shared_system_client.py
chromadb/api/types.py
chromadb/api/models/AsyncCollection.py
chromadb/api/models/Collection.py
chromadb/api/models/CollectionCommon.py
chromadb/auth/__init__.py
chromadb/auth/basic_authn/__init__.py
chromadb/auth/simple_rbac_authz/__init__.py
chromadb/auth/token_authn/__init__.py
chromadb/auth/utils/__init__.py
chromadb/cli/__init__.py
chromadb/cli/cli.py
chromadb/cli/utils.py
chromadb/db/__init__.py
chromadb/db/base.py
chromadb/db/migrations.py
chromadb/db/system.py
chromadb/db/impl/__init__.py
chromadb/db/impl/sqlite.py
chromadb/db/impl/sqlite_pool.py
chromadb/db/impl/grpc/client.py
chromadb/db/impl/grpc/server.py
chromadb/db/mixins/embeddings_queue.py
chromadb/db/mixins/sysdb.py
chromadb/execution/__init__.py
chromadb/execution/executor/abstract.py
chromadb/execution/executor/distributed.py
chromadb/execution/executor/local.py
chromadb/execution/expression/__init__.py
chromadb/execution/expression/operator.py
chromadb/execution/expression/plan.py
chromadb/experimental/density_relevance.ipynb
chromadb/ingest/__init__.py
chromadb/ingest/impl/utils.py
chromadb/logservice/logservice.py
chromadb/migrations/__init__.py
chromadb/migrations/embeddings_queue/00001-embeddings.sqlite.sql
chromadb/migrations/embeddings_queue/00002-embeddings-queue-config.sqlite.sql
chromadb/migrations/metadb/00001-embedding-metadata.sqlite.sql
chromadb/migrations/metadb/00002-embedding-metadata.sqlite.sql
chromadb/migrations/metadb/00003-full-text-tokenize.sqlite.sql
chromadb/migrations/metadb/00004-metadata-indices.sqlite.sql
chromadb/migrations/metadb/00005-max-seq-id-int.sqlite.sql
chromadb/migrations/sysdb/00001-collections.sqlite.sql
chromadb/migrations/sysdb/00002-segments.sqlite.sql
chromadb/migrations/sysdb/00003-collection-dimension.sqlite.sql
chromadb/migrations/sysdb/00004-tenants-databases.sqlite.sql
chromadb/migrations/sysdb/00005-remove-topic.sqlite.sql
chromadb/migrations/sysdb/00006-collection-segment-metadata.sqlite.sql
chromadb/migrations/sysdb/00007-collection-config.sqlite.sql
chromadb/migrations/sysdb/00008-maintenance-log.sqlite.sql
chromadb/migrations/sysdb/00009-segment-collection-not-null.sqlite.sql
chromadb/proto/.gitignore
chromadb/proto/__init__.py
chromadb/proto/convert.py
chromadb/proto/utils.py
chromadb/quota/__init__.py
chromadb/quota/simple_quota_enforcer/__init__.py
chromadb/rate_limit/__init__.py
chromadb/rate_limit/simple_rate_limit/__init__.py
chromadb/segment/__init__.py
chromadb/segment/distributed/__init__.py
chromadb/segment/impl/__init__.py
chromadb/segment/impl/distributed/segment_directory.py
chromadb/segment/impl/manager/__init__.py
chromadb/segment/impl/manager/distributed.py
chromadb/segment/impl/manager/local.py
chromadb/segment/impl/manager/cache/__init__.py
chromadb/segment/impl/manager/cache/cache.py
chromadb/segment/impl/metadata/sqlite.py
chromadb/segment/impl/vector/batch.py
chromadb/segment/impl/vector/brute_force_index.py
chromadb/segment/impl/vector/hnsw_params.py
chromadb/segment/impl/vector/local_hnsw.py
chromadb/segment/impl/vector/local_persistent_hnsw.py
chromadb/server/__init__.py
chromadb/server/fastapi/__init__.py
chromadb/server/fastapi/types.py
chromadb/telemetry/README.md
chromadb/telemetry/__init__.py
chromadb/telemetry/opentelemetry/__init__.py
chromadb/telemetry/opentelemetry/fastapi.py
chromadb/telemetry/opentelemetry/grpc.py
chromadb/telemetry/product/__init__.py
chromadb/telemetry/product/events.py
chromadb/telemetry/product/posthog.py
chromadb/test/__init__.py
chromadb/test/conftest.py
chromadb/test/openssl.cnf
chromadb/test/test_api.py
chromadb/test/test_chroma.py
chromadb/test/test_cli.py
chromadb/test/test_client.py
chromadb/test/test_config.py
chromadb/test/test_multithreaded.py
chromadb/test/api/test_collection.py
chromadb/test/api/test_delete_database.py
chromadb/test/api/test_get_database.py
chromadb/test/api/test_invalid_update.py
chromadb/test/api/test_limit_offset.py
chromadb/test/api/test_list_databases.py
chromadb/test/api/test_numpy_list_inputs.py
chromadb/test/api/test_types.py
chromadb/test/auth/test_auth_utils.py
chromadb/test/client/__init__.py
chromadb/test/client/create_http_client_with_basic_auth.py
chromadb/test/client/test_cloud_client.py
chromadb/test/client/test_create_http_client.py
chromadb/test/client/test_database_tenant.py
chromadb/test/client/test_database_tenant_auth.py
chromadb/test/client/test_multiple_clients_concurrency.py
chromadb/test/configurations/test_collection_configuration.py
chromadb/test/configurations/test_configurations.py
chromadb/test/data_loader/test_data_loader.py
chromadb/test/db/test_log_purge.py
chromadb/test/distributed/README.md
chromadb/test/distributed/test_log_backpressure.py
chromadb/test/distributed/test_repair_collection_log_offset.py
chromadb/test/distributed/test_reroute.py
chromadb/test/distributed/test_sanity.py
chromadb/test/ef/test_custom_ef.py
chromadb/test/ef/test_default_ef.py
chromadb/test/ef/test_ef.py
chromadb/test/ef/test_morph_ef.py
chromadb/test/ef/test_multimodal_ef.py
chromadb/test/ef/test_ollama_ef.py
chromadb/test/ef/test_onnx_mini_lm_l6_v2.py
chromadb/test/ef/test_openai_ef.py
chromadb/test/ef/test_voyageai_ef.py
chromadb/test/property/invariants.py
chromadb/test/property/strategies.py
chromadb/test/property/test_add.py
chromadb/test/property/test_base64_conversion.py
chromadb/test/property/test_client_url.py
chromadb/test/property/test_collections.py
chromadb/test/property/test_collections_with_database_tenant.py
chromadb/test/property/test_collections_with_database_tenant_overwrite.py
chromadb/test/property/test_cross_version_persist.py
chromadb/test/property/test_embeddings.py
chromadb/test/property/test_filtering.py
chromadb/test/property/test_fork.py
chromadb/test/property/test_persist.py
chromadb/test/property/test_restart_persist.py
chromadb/test/segment/distributed/test_memberlist_provider.py
chromadb/test/segment/distributed/test_rendezvous_hash.py
chromadb/test/stress/test_many_collections.py
chromadb/test/utils/cross_version.py
chromadb/test/utils/distance_functions.py
chromadb/test/utils/test_embedding_function_schemas.py
chromadb/test/utils/test_result_df_transform.py
chromadb/test/utils/wait_for_version_increase.py
chromadb/utils/__init__.py
chromadb/utils/async_to_sync.py
chromadb/utils/batch_utils.py
chromadb/utils/data_loaders.py
chromadb/utils/delete_file.py
chromadb/utils/directory.py
chromadb/utils/distance_functions.py
chromadb/utils/fastapi.py
chromadb/utils/lru_cache.py
chromadb/utils/messageid.py
chromadb/utils/read_write_lock.py
chromadb/utils/rendezvous_hash.py
chromadb/utils/results.py
chromadb/utils/embedding_functions/__init__.py
chromadb/utils/embedding_functions/amazon_bedrock_embedding_function.py
chromadb/utils/embedding_functions/baseten_embedding_function.py
chromadb/utils/embedding_functions/chroma_langchain_embedding_function.py
chromadb/utils/embedding_functions/cloudflare_workers_ai_embedding_function.py
chromadb/utils/embedding_functions/cohere_embedding_function.py
chromadb/utils/embedding_functions/google_embedding_function.py
chromadb/utils/embedding_functions/huggingface_embedding_function.py
chromadb/utils/embedding_functions/instructor_embedding_function.py
chromadb/utils/embedding_functions/jina_embedding_function.py
chromadb/utils/embedding_functions/mistral_embedding_function.py
chromadb/utils/embedding_functions/morph_embedding_function.py
chromadb/utils/embedding_functions/ollama_embedding_function.py
chromadb/utils/embedding_functions/onnx_mini_lm_l6_v2.py
chromadb/utils/embedding_functions/open_clip_embedding_function.py
chromadb/utils/embedding_functions/openai_embedding_function.py
chromadb/utils/embedding_functions/roboflow_embedding_function.py
chromadb/utils/embedding_functions/sentence_transformer_embedding_function.py
chromadb/utils/embedding_functions/text2vec_embedding_function.py
chromadb/utils/embedding_functions/together_ai_embedding_function.py
chromadb/utils/embedding_functions/voyageai_embedding_function.py
chromadb/utils/embedding_functions/schemas/README.md
chromadb/utils/embedding_functions/schemas/__init__.py
chromadb/utils/embedding_functions/schemas/registry.py
chromadb/utils/embedding_functions/schemas/schema_utils.py
chromadb_client.egg-info/PKG-INFO
chromadb_client.egg-info/SOURCES.txt
chromadb_client.egg-info/dependency_links.txt
chromadb_client.egg-info/requires.txt
chromadb_client.egg-info/top_level.txt
clients/js/.gitignore
clients/js/.prettierignore
clients/js/.prettierrc.json
clients/js/DEVELOP.md
clients/js/LICENSE
clients/js/README.md
clients/js/config.yml
clients/js/genapi.sh
clients/js/jest.config.ts
clients/js/openapitools.json
clients/js/package.json
clients/js/pnpm-lock.yaml
clients/js/pnpm-workspace.yaml
clients/js/transform-openapi.py
clients/js/tsconfig.json
clients/js/tsup.config.ts
clients/js/examples/README.md
clients/js/examples/node/README.md
clients/js/examples/node/app-bundled.js
clients/js/examples/node/app-client.js
clients/js/examples/node/app.js
clients/js/examples/node/package.json
clients/js/examples/node/pnpm-lock.yaml
clients/js/packages/chromadb/README.md
clients/js/packages/chromadb/jest.config.ts
clients/js/packages/chromadb/package.json
clients/js/packages/chromadb/tsconfig.json
clients/js/packages/chromadb/tsup.config.ts
clients/js/packages/chromadb-client/README.md
clients/js/packages/chromadb-client/jest.config.ts
clients/js/packages/chromadb-client/package.json
clients/js/packages/chromadb-client/tsconfig.json
clients/js/packages/chromadb-client/tsup.config.ts
clients/js/packages/chromadb-client/src/browser-entry.js
clients/js/packages/chromadb-client/src/index.ts
clients/js/packages/chromadb-client/src/punycode-shim.js
clients/js/packages/chromadb-client/test/basic.test.ts
clients/js/packages/chromadb-core/jest.config.ts
clients/js/packages/chromadb-core/package.json
clients/js/packages/chromadb-core/tsconfig.json
clients/js/packages/chromadb-core/tsup.config.ts
clients/js/packages/chromadb-core/src/AdminClient.ts
clients/js/packages/chromadb-core/src/ChromaClient.ts
clients/js/packages/chromadb-core/src/ChromaFetch.ts
clients/js/packages/chromadb-core/src/CloudClient.ts
clients/js/packages/chromadb-core/src/Collection.ts
clients/js/packages/chromadb-core/src/CollectionConfiguration.ts
clients/js/packages/chromadb-core/src/Errors.ts
clients/js/packages/chromadb-core/src/auth.ts
clients/js/packages/chromadb-core/src/index.ts
clients/js/packages/chromadb-core/src/types.ts
clients/js/packages/chromadb-core/src/utils.ts
clients/js/packages/chromadb-core/src/embeddings/CloudflareWorkersAIEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/CohereEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/DefaultEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/GoogleGeminiEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/HuggingFaceEmbeddingServerFunction.ts
clients/js/packages/chromadb-core/src/embeddings/IEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/JinaEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/OllamaEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/OpenAIEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/TogetherAIEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/TransformersEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/VoyageAIEmbeddingFunction.ts
clients/js/packages/chromadb-core/src/embeddings/all.ts
clients/js/packages/chromadb-core/src/embeddings/registry.ts
clients/js/packages/chromadb-core/src/generated/README.md
clients/js/packages/chromadb-core/src/generated/api.ts
clients/js/packages/chromadb-core/src/generated/configuration.ts
clients/js/packages/chromadb-core/src/generated/index.ts
clients/js/packages/chromadb-core/src/generated/models.ts
clients/js/packages/chromadb-core/src/generated/runtime.ts
clients/js/packages/chromadb-core/src/schemas/index.ts
clients/js/packages/chromadb-core/src/schemas/schemaUtils.ts
clients/js/packages/chromadb-core/test/add.collections.test.ts
clients/js/packages/chromadb-core/test/admin.test.ts
clients/js/packages/chromadb-core/test/auth.basic.test.ts
clients/js/packages/chromadb-core/test/auth.token.test.ts
clients/js/packages/chromadb-core/test/auth.xtoken.test.ts
clients/js/packages/chromadb-core/test/client.test.ts
clients/js/packages/chromadb-core/test/collection.client.test.ts
clients/js/packages/chromadb-core/test/collection.config.client.test.ts
clients/js/packages/chromadb-core/test/collection.test.ts
clients/js/packages/chromadb-core/test/data.ts
clients/js/packages/chromadb-core/test/delete.collection.test.ts
clients/js/packages/chromadb-core/test/get.collection.test.ts
clients/js/packages/chromadb-core/test/initClientWithAuth.ts
clients/js/packages/chromadb-core/test/offline.test.ts
clients/js/packages/chromadb-core/test/peek.collection.test.ts
clients/js/packages/chromadb-core/test/query.collection.test.ts
clients/js/packages/chromadb-core/test/schemas.test.ts
clients/js/packages/chromadb-core/test/startChromaContainer.ts
clients/js/packages/chromadb-core/test/testEnvSetup.ts
clients/js/packages/chromadb-core/test/testEnvTeardown.ts
clients/js/packages/chromadb-core/test/update.collection.test.ts
clients/js/packages/chromadb-core/test/upsert.collections.test.ts
clients/js/packages/chromadb-core/test/embeddings/ef_schema.test.ts
clients/js/packages/chromadb-core/test/embeddings/ollama.test.ts
clients/js/packages/chromadb-core/test/embeddings/startOllamaContainer.ts
clients/js/packages/chromadb/src/bindings.ts
clients/js/packages/chromadb/src/browser-entry.js
clients/js/packages/chromadb/src/cli.ts
clients/js/packages/chromadb/src/index.ts
clients/js/packages/chromadb/src/punycode-shim.js
clients/js/packages/chromadb/test/basic.test.ts
clients/new-js/.env.example
clients/new-js/.gitignore
clients/new-js/.prettierignore
clients/new-js/.prettierrc.json
clients/new-js/DEVELOP.md
clients/new-js/package.json
clients/new-js/pnpm-lock.yaml
clients/new-js/pnpm-workspace.yaml
clients/new-js/tsconfig.base.json
clients/new-js/packages/ai-embeddings/all/README.md
clients/new-js/packages/ai-embeddings/all/package.json
clients/new-js/packages/ai-embeddings/all/tsconfig.json
clients/new-js/packages/ai-embeddings/all/tsup.config.ts
clients/new-js/packages/ai-embeddings/all/src/index.ts
clients/new-js/packages/ai-embeddings/cloudflare-worker-ai/README.md
clients/new-js/packages/ai-embeddings/cloudflare-worker-ai/jest.config.ts
clients/new-js/packages/ai-embeddings/cloudflare-worker-ai/jest.setup.ts
clients/new-js/packages/ai-embeddings/cloudflare-worker-ai/package.json
clients/new-js/packages/ai-embeddings/cloudflare-worker-ai/tsconfig.json
clients/new-js/packages/ai-embeddings/cloudflare-worker-ai/tsup.config.ts
clients/new-js/packages/ai-embeddings/cloudflare-worker-ai/src/index.test.ts
clients/new-js/packages/ai-embeddings/cloudflare-worker-ai/src/index.ts
clients/new-js/packages/ai-embeddings/cohere/README.md
clients/new-js/packages/ai-embeddings/cohere/jest.config.ts
clients/new-js/packages/ai-embeddings/cohere/jest.setup.ts
clients/new-js/packages/ai-embeddings/cohere/package.json
clients/new-js/packages/ai-embeddings/cohere/tsconfig.json
clients/new-js/packages/ai-embeddings/cohere/tsup.config.ts
clients/new-js/packages/ai-embeddings/cohere/src/index.test.ts
clients/new-js/packages/ai-embeddings/cohere/src/index.ts
clients/new-js/packages/ai-embeddings/common/README.md
clients/new-js/packages/ai-embeddings/common/package.json
clients/new-js/packages/ai-embeddings/common/tsconfig.json
clients/new-js/packages/ai-embeddings/common/tsup.config.ts
clients/new-js/packages/ai-embeddings/common/src/index.ts
clients/new-js/packages/ai-embeddings/common/src/schema-utils.ts
clients/new-js/packages/ai-embeddings/default-embed/README.md
clients/new-js/packages/ai-embeddings/default-embed/jest.config.ts
clients/new-js/packages/ai-embeddings/default-embed/package.json
clients/new-js/packages/ai-embeddings/default-embed/tsconfig.json
clients/new-js/packages/ai-embeddings/default-embed/tsup.config.ts
clients/new-js/packages/ai-embeddings/default-embed/src/index.test.ts
clients/new-js/packages/ai-embeddings/default-embed/src/index.ts
clients/new-js/packages/ai-embeddings/google-gemini/README.md
clients/new-js/packages/ai-embeddings/google-gemini/jest.config.ts
clients/new-js/packages/ai-embeddings/google-gemini/jest.setup.ts
clients/new-js/packages/ai-embeddings/google-gemini/package.json
clients/new-js/packages/ai-embeddings/google-gemini/tsconfig.json
clients/new-js/packages/ai-embeddings/google-gemini/tsup.config.ts
clients/new-js/packages/ai-embeddings/google-gemini/src/index.test.ts
clients/new-js/packages/ai-embeddings/google-gemini/src/index.ts
clients/new-js/packages/ai-embeddings/huggingface-server/README.md
clients/new-js/packages/ai-embeddings/huggingface-server/jest.config.ts
clients/new-js/packages/ai-embeddings/huggingface-server/jest.setup.ts
clients/new-js/packages/ai-embeddings/huggingface-server/package.json
clients/new-js/packages/ai-embeddings/huggingface-server/tsconfig.json
clients/new-js/packages/ai-embeddings/huggingface-server/tsup.config.ts
clients/new-js/packages/ai-embeddings/huggingface-server/src/index.test.ts
clients/new-js/packages/ai-embeddings/huggingface-server/src/index.ts
clients/new-js/packages/ai-embeddings/jina/README.md
clients/new-js/packages/ai-embeddings/jina/jest.config.ts
clients/new-js/packages/ai-embeddings/jina/jest.setup.ts
clients/new-js/packages/ai-embeddings/jina/package.json
clients/new-js/packages/ai-embeddings/jina/tsconfig.json
clients/new-js/packages/ai-embeddings/jina/tsup.config.ts
clients/new-js/packages/ai-embeddings/jina/src/index.test.ts
clients/new-js/packages/ai-embeddings/jina/src/index.ts
clients/new-js/packages/ai-embeddings/mistral/README.md
clients/new-js/packages/ai-embeddings/mistral/jest.config.ts
clients/new-js/packages/ai-embeddings/mistral/jest.setup.ts
clients/new-js/packages/ai-embeddings/mistral/package.json
clients/new-js/packages/ai-embeddings/mistral/tsconfig.json
clients/new-js/packages/ai-embeddings/mistral/tsup.config.ts
clients/new-js/packages/ai-embeddings/mistral/src/index.test.ts
clients/new-js/packages/ai-embeddings/mistral/src/index.ts
clients/new-js/packages/ai-embeddings/morph/README.md
clients/new-js/packages/ai-embeddings/morph/jest.config.ts
clients/new-js/packages/ai-embeddings/morph/jest.setup.ts
clients/new-js/packages/ai-embeddings/morph/package.json
clients/new-js/packages/ai-embeddings/morph/tsconfig.json
clients/new-js/packages/ai-embeddings/morph/tsup.config.ts
clients/new-js/packages/ai-embeddings/morph/src/index.test.ts
clients/new-js/packages/ai-embeddings/morph/src/index.ts
clients/new-js/packages/ai-embeddings/ollama/README.md
clients/new-js/packages/ai-embeddings/ollama/jest.config.ts
clients/new-js/packages/ai-embeddings/ollama/jest.setup.ts
clients/new-js/packages/ai-embeddings/ollama/package.json
clients/new-js/packages/ai-embeddings/ollama/start-ollama.ts
clients/new-js/packages/ai-embeddings/ollama/tsconfig.json
clients/new-js/packages/ai-embeddings/ollama/tsup.config.ts
clients/new-js/packages/ai-embeddings/ollama/src/index.test.ts
clients/new-js/packages/ai-embeddings/ollama/src/index.ts
clients/new-js/packages/ai-embeddings/openai/README.md
clients/new-js/packages/ai-embeddings/openai/jest.config.ts
clients/new-js/packages/ai-embeddings/openai/jest.setup.ts
clients/new-js/packages/ai-embeddings/openai/package.json
clients/new-js/packages/ai-embeddings/openai/tsconfig.json
clients/new-js/packages/ai-embeddings/openai/tsup.config.ts
clients/new-js/packages/ai-embeddings/openai/src/index.test.ts
clients/new-js/packages/ai-embeddings/openai/src/index.ts
clients/new-js/packages/ai-embeddings/together-ai/README.md
clients/new-js/packages/ai-embeddings/together-ai/jest.config.ts
clients/new-js/packages/ai-embeddings/together-ai/jest.setup.ts
clients/new-js/packages/ai-embeddings/together-ai/package.json
clients/new-js/packages/ai-embeddings/together-ai/tsconfig.json
clients/new-js/packages/ai-embeddings/together-ai/tsup.config.ts
clients/new-js/packages/ai-embeddings/together-ai/src/index.test.ts
clients/new-js/packages/ai-embeddings/together-ai/src/index.ts
clients/new-js/packages/ai-embeddings/voyageai/README.md
clients/new-js/packages/ai-embeddings/voyageai/jest.config.ts
clients/new-js/packages/ai-embeddings/voyageai/jest.setup.ts
clients/new-js/packages/ai-embeddings/voyageai/package.json
clients/new-js/packages/ai-embeddings/voyageai/tsconfig.json
clients/new-js/packages/ai-embeddings/voyageai/tsup.config.ts
clients/new-js/packages/ai-embeddings/voyageai/src/index.test.ts
clients/new-js/packages/ai-embeddings/voyageai/src/index.ts
clients/new-js/packages/chromadb/LICENSE
clients/new-js/packages/chromadb/README.md
clients/new-js/packages/chromadb/jest.config.ts
clients/new-js/packages/chromadb/package.json
clients/new-js/packages/chromadb/tsconfig.json
clients/new-js/packages/chromadb/tsup.config.ts
clients/new-js/packages/chromadb/scripts/gen-api.ts
clients/new-js/packages/chromadb/scripts/start-chroma-common.ts
clients/new-js/packages/chromadb/scripts/start-chroma-jest.ts
clients/new-js/packages/chromadb/scripts/start-chroma.ts
clients/new-js/packages/chromadb/scripts/tsconfig.json
clients/new-js/packages/chromadb/src/admin-client.ts
clients/new-js/packages/chromadb/src/bindings.ts
clients/new-js/packages/chromadb/src/chroma-client.ts
clients/new-js/packages/chromadb/src/chroma-fetch.ts
clients/new-js/packages/chromadb/src/cli.ts
clients/new-js/packages/chromadb/src/cloud-client.ts
clients/new-js/packages/chromadb/src/collection-configuration.ts
clients/new-js/packages/chromadb/src/collection.ts
clients/new-js/packages/chromadb/src/deno.ts
clients/new-js/packages/chromadb/src/embedding-function.ts
clients/new-js/packages/chromadb/src/errors.ts
clients/new-js/packages/chromadb/src/index.ts
clients/new-js/packages/chromadb/src/next.ts
clients/new-js/packages/chromadb/src/types.ts
clients/new-js/packages/chromadb/src/utils.ts
clients/new-js/packages/chromadb/src/api/client.gen.ts
clients/new-js/packages/chromadb/src/api/index.ts
clients/new-js/packages/chromadb/src/api/sdk.gen.ts
clients/new-js/packages/chromadb/src/api/types.gen.ts
clients/new-js/packages/chromadb/test/add.collections.test.ts
clients/new-js/packages/chromadb/test/admin.test.ts
clients/new-js/packages/chromadb/test/client.test.ts
clients/new-js/packages/chromadb/test/collection.client.test.ts
clients/new-js/packages/chromadb/test/collection.config.client.test.ts
clients/new-js/packages/chromadb/test/collection.test.ts
clients/new-js/packages/chromadb/test/delete.collection.test.ts
clients/new-js/packages/chromadb/test/get.collection.test.ts
clients/new-js/packages/chromadb/test/offline.test.ts
clients/new-js/packages/chromadb/test/peek.collection.test.ts
clients/new-js/packages/chromadb/test/preflight.test.ts
clients/new-js/packages/chromadb/test/query.collection.test.ts
clients/new-js/packages/chromadb/test/tsconfig.json
clients/new-js/packages/chromadb/test/utils/data.ts
clients/new-js/packages/chromadb/test/utils/test-env-setup.ts
clients/new-js/packages/chromadb/test/utils/test-env-teardown.ts
clients/python/README.md
clients/python/build_python_thin_client.sh
clients/python/integration-test.sh
clients/python/is_thin_client.py
clients/python/pyproject.toml
clients/python/requirements.txt
clients/python/requirements_dev.txt
deployments/aws/chroma.cf.json
deployments/aws/docker-compose.yml
deployments/azure/chroma.tfvars.tf
deployments/azure/main.tf
deployments/gcp/chroma.tfvars
deployments/gcp/main.tf
docs/cip/CIP-01022024_SSL_Verify_Client_Config.md
docs/cip/CIP-07102024_Write_Ahead_Log_Pruning_Vacuuming.md
docs/cip/CIP-10112023_Authorization.md
docs/cip/CIP-1_Allow_Filtering_for_Collections.md
docs/cip/CIP_2_Auth_Providers_Proposal.md
docs/cip/CIP_4_In_Nin_Metadata_Filters.md
docs/cip/CIP_5_Large_Batch_Handling_Improvements.md
docs/cip/CIP_6_OpenTelemetry_Monitoring.md
docs/cip/CIP_Chroma_Improvment_Proposals.md
docs/cip/assets/CIP-01022024-test_self_signed.ipynb
docs/cip/assets/CIP-10112023_Authorization_Workflow.png
docs/cip/assets/cip-2-arch.png
docs/cip/assets/cip-2-client-side-wf.png
docs/cip/assets/cip-2-seq.png
docs/cip/assets/cip-2-server-side-wf.png
docs/docs.trychroma.com/.env.local
docs/docs.trychroma.com/.gitignore
docs/docs.trychroma.com/README.md
docs/docs.trychroma.com/components.json
docs/docs.trychroma.com/middleware.ts
docs/docs.trychroma.com/next-env.d.ts
docs/docs.trychroma.com/next.config.mjs
docs/docs.trychroma.com/package.json
docs/docs.trychroma.com/pnpm-lock.yaml
docs/docs.trychroma.com/postcss.config.js
docs/docs.trychroma.com/postcss.config.mjs
docs/docs.trychroma.com/pydoc-markdown.yml
docs/docs.trychroma.com/requirements.txt
docs/docs.trychroma.com/tailwind.config.ts
docs/docs.trychroma.com/tsconfig.json
docs/docs.trychroma.com/typedoc.json
docs/docs.trychroma.com/typedoc_tsconfig.json
docs/docs.trychroma.com/vercel.json
docs/docs.trychroma.com/app/favicon.ico
docs/docs.trychroma.com/app/globals.css
docs/docs.trychroma.com/app/layout.tsx
docs/docs.trychroma.com/app/not-found.tsx
docs/docs.trychroma.com/app/page.tsx
docs/docs.trychroma.com/app/[...slug]/layout.tsx
docs/docs.trychroma.com/app/[...slug]/not-found.tsx
docs/docs.trychroma.com/app/[...slug]/page.tsx
docs/docs.trychroma.com/app/cloud/page.tsx
docs/docs.trychroma.com/app/fonts/GeistMonoVF.woff
docs/docs.trychroma.com/app/fonts/GeistVF.woff
docs/docs.trychroma.com/app/updates/layout.tsx
docs/docs.trychroma.com/app/updates/[slug]/page.tsx
docs/docs.trychroma.com/components/header/cloud-signup.tsx
docs/docs.trychroma.com/components/header/discord-link.tsx
docs/docs.trychroma.com/components/header/github-link.tsx
docs/docs.trychroma.com/components/header/header-nav.tsx
docs/docs.trychroma.com/components/header/header.tsx
docs/docs.trychroma.com/components/header/language-toggle.tsx
docs/docs.trychroma.com/components/header/logo.tsx
docs/docs.trychroma.com/components/header/navbar-button.tsx
docs/docs.trychroma.com/components/header/search-box.tsx
docs/docs.trychroma.com/components/header/sidebar-toggle.tsx
docs/docs.trychroma.com/components/header/theme-toggle.tsx
docs/docs.trychroma.com/components/header/updates-navbar.tsx
docs/docs.trychroma.com/components/header/x-link.tsx
docs/docs.trychroma.com/components/header/youtube-link.tsx
docs/docs.trychroma.com/components/markdoc/accordion.tsx
docs/docs.trychroma.com/components/markdoc/ask-ai.tsx
docs/docs.trychroma.com/components/markdoc/banner.tsx
docs/docs.trychroma.com/components/markdoc/centered-content.tsx
docs/docs.trychroma.com/components/markdoc/code-block-header.tsx
docs/docs.trychroma.com/components/markdoc/code-block.tsx
docs/docs.trychroma.com/components/markdoc/code-tab.tsx
docs/docs.trychroma.com/components/markdoc/combobox-steps.tsx
docs/docs.trychroma.com/components/markdoc/combobox.tsx
docs/docs.trychroma.com/components/markdoc/copy-button.tsx
docs/docs.trychroma.com/components/markdoc/image-hover-text.tsx
docs/docs.trychroma.com/components/markdoc/inline-code.tsx
docs/docs.trychroma.com/components/markdoc/latex.tsx
docs/docs.trychroma.com/components/markdoc/markdoc-heading.tsx
docs/docs.trychroma.com/components/markdoc/markdoc-image.tsx
docs/docs.trychroma.com/components/markdoc/markdoc-page.tsx
docs/docs.trychroma.com/components/markdoc/markdoc-renderer.tsx
docs/docs.trychroma.com/components/markdoc/page-nav.tsx
docs/docs.trychroma.com/components/markdoc/python-installation.tsx
docs/docs.trychroma.com/components/markdoc/steps.tsx
docs/docs.trychroma.com/components/markdoc/tabbed-code-block.tsx
docs/docs.trychroma.com/components/markdoc/tabbed-use-case-code-block.tsx
docs/docs.trychroma.com/components/markdoc/table-of-contents.tsx
docs/docs.trychroma.com/components/markdoc/table.tsx
docs/docs.trychroma.com/components/markdoc/tabs.tsx
docs/docs.trychroma.com/components/markdoc/video.tsx
docs/docs.trychroma.com/components/posthog/posthog-pageview.tsx
docs/docs.trychroma.com/components/posthog/posthog-provider.tsx
docs/docs.trychroma.com/components/sidebar/cloud-icon.tsx
docs/docs.trychroma.com/components/sidebar/menu-item.tsx
docs/docs.trychroma.com/components/sidebar/page-index.tsx
docs/docs.trychroma.com/components/sidebar/page-link.tsx
docs/docs.trychroma.com/components/sidebar/scrollable-content.tsx
docs/docs.trychroma.com/components/sidebar/sidebar.tsx
docs/docs.trychroma.com/components/ui/accordion.tsx
docs/docs.trychroma.com/components/ui/alert.tsx
docs/docs.trychroma.com/components/ui/badge.tsx
docs/docs.trychroma.com/components/ui/breadcrumb.tsx
docs/docs.trychroma.com/components/ui/button.tsx
docs/docs.trychroma.com/components/ui/close-button-84.tsx
docs/docs.trychroma.com/components/ui/command.tsx
docs/docs.trychroma.com/components/ui/dialog.tsx
docs/docs.trychroma.com/components/ui/drawer.tsx
docs/docs.trychroma.com/components/ui/dropdown-menu.tsx
docs/docs.trychroma.com/components/ui/header-84.tsx
docs/docs.trychroma.com/components/ui/hover-card.tsx
docs/docs.trychroma.com/components/ui/icons.tsx
docs/docs.trychroma.com/components/ui/menubar.tsx
docs/docs.trychroma.com/components/ui/popover.tsx
docs/docs.trychroma.com/components/ui/scroll-area.tsx
docs/docs.trychroma.com/components/ui/select.tsx
docs/docs.trychroma.com/components/ui/table.tsx
docs/docs.trychroma.com/components/ui/tabs.tsx
docs/docs.trychroma.com/components/ui/theme-provider.tsx
docs/docs.trychroma.com/components/ui/toggle-theme.tsx
docs/docs.trychroma.com/components/ui/tooltip.tsx
docs/docs.trychroma.com/components/ui/ui-button.tsx
docs/docs.trychroma.com/context/app-context.tsx
docs/docs.trychroma.com/lib/content.ts
docs/docs.trychroma.com/lib/utils.ts
docs/docs.trychroma.com/markdoc/config.ts
docs/docs.trychroma.com/markdoc/content/sidebar-config.ts
docs/docs.trychroma.com/markdoc/content/cloud/getting-started.md
docs/docs.trychroma.com/markdoc/content/cloud/pricing.md
docs/docs.trychroma.com/markdoc/content/cloud/quotas-limits.md
docs/docs.trychroma.com/markdoc/content/cloud/features/collection-forking.md
docs/docs.trychroma.com/markdoc/content/cloud/package-search/mcp.md
docs/docs.trychroma.com/markdoc/content/cloud/package-search/registry.md
docs/docs.trychroma.com/markdoc/content/docs/cli/browse.md
docs/docs.trychroma.com/markdoc/content/docs/cli/copy.md
docs/docs.trychroma.com/markdoc/content/docs/cli/db.md
docs/docs.trychroma.com/markdoc/content/docs/cli/install.md
docs/docs.trychroma.com/markdoc/content/docs/cli/login.md
docs/docs.trychroma.com/markdoc/content/docs/cli/profile.md
docs/docs.trychroma.com/markdoc/content/docs/cli/run.md
docs/docs.trychroma.com/markdoc/content/docs/cli/sample-apps.md
docs/docs.trychroma.com/markdoc/content/docs/cli/update.md
docs/docs.trychroma.com/markdoc/content/docs/cli/vacuum.md
docs/docs.trychroma.com/markdoc/content/docs/collections/add-data.md
docs/docs.trychroma.com/markdoc/content/docs/collections/configure.md
docs/docs.trychroma.com/markdoc/content/docs/collections/delete-data.md
docs/docs.trychroma.com/markdoc/content/docs/collections/manage-collections.md
docs/docs.trychroma.com/markdoc/content/docs/collections/update-data.md
docs/docs.trychroma.com/markdoc/content/docs/embeddings/embedding-functions.md
docs/docs.trychroma.com/markdoc/content/docs/embeddings/multimodal.md
docs/docs.trychroma.com/markdoc/content/docs/overview/about.md
docs/docs.trychroma.com/markdoc/content/docs/overview/architecture.md
docs/docs.trychroma.com/markdoc/content/docs/overview/contributing.md
docs/docs.trychroma.com/markdoc/content/docs/overview/data-model.md
docs/docs.trychroma.com/markdoc/content/docs/overview/getting-started.md
docs/docs.trychroma.com/markdoc/content/docs/overview/introduction.md
docs/docs.trychroma.com/markdoc/content/docs/overview/migration.md
docs/docs.trychroma.com/markdoc/content/docs/overview/roadmap.md
docs/docs.trychroma.com/markdoc/content/docs/overview/telemetry.md
docs/docs.trychroma.com/markdoc/content/docs/overview/troubleshooting.md
docs/docs.trychroma.com/markdoc/content/docs/querying-collections/full-text-search.md
docs/docs.trychroma.com/markdoc/content/docs/querying-collections/metadata-filtering.md
docs/docs.trychroma.com/markdoc/content/docs/querying-collections/query-and-get.md
docs/docs.trychroma.com/markdoc/content/docs/run-chroma/client-server.md
docs/docs.trychroma.com/markdoc/content/docs/run-chroma/cloud-client.md
docs/docs.trychroma.com/markdoc/content/docs/run-chroma/ephemeral-client.md
docs/docs.trychroma.com/markdoc/content/docs/run-chroma/persistent-client.md
docs/docs.trychroma.com/markdoc/content/guides/build/building-with-ai.md
docs/docs.trychroma.com/markdoc/content/guides/build/intro-to-retrieval.md
docs/docs.trychroma.com/markdoc/content/guides/deploy/aws.md
docs/docs.trychroma.com/markdoc/content/guides/deploy/azure.md
docs/docs.trychroma.com/markdoc/content/guides/deploy/client-server-mode.md
docs/docs.trychroma.com/markdoc/content/guides/deploy/docker.md
docs/docs.trychroma.com/markdoc/content/guides/deploy/gcp.md
docs/docs.trychroma.com/markdoc/content/guides/deploy/observability.md
docs/docs.trychroma.com/markdoc/content/guides/deploy/performance.md
docs/docs.trychroma.com/markdoc/content/guides/deploy/python-thin-client.md
docs/docs.trychroma.com/markdoc/content/integrations/chroma-integrations.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/baseten.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/cloudflare-workers-ai.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/cohere.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/google-gemini.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/hugging-face-server.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/hugging-face.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/instructor.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/jina-ai.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/mistral.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/morph.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/ollama.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/openai.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/roboflow.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/together-ai.md
docs/docs.trychroma.com/markdoc/content/integrations/embedding-models/voyageai.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/anthropic-mcp.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/braintrust.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/deepeval.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/haystack.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/langchain.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/llamaindex.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/openlit.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/openllmetry.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/streamlit.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/voltagent.md
docs/docs.trychroma.com/markdoc/content/reference/chroma-reference.md
docs/docs.trychroma.com/markdoc/content/reference/js/client.md
docs/docs.trychroma.com/markdoc/content/reference/js/collection.md
docs/docs.trychroma.com/markdoc/content/reference/python/client.md
docs/docs.trychroma.com/markdoc/content/reference/python/collection.md
docs/docs.trychroma.com/public/architecture.png
docs/docs.trychroma.com/public/background.jpg
docs/docs.trychroma.com/public/chroma-icon.svg
docs/docs.trychroma.com/public/chroma-migrate.png
docs/docs.trychroma.com/public/chroma-wordmark-white-128.svg
docs/docs.trychroma.com/public/chroma-workmark-color-128.svg
docs/docs.trychroma.com/public/claude-logo.svg
docs/docs.trychroma.com/public/cloud-art.jpg
docs/docs.trychroma.com/public/cloud-art.svg
docs/docs.trychroma.com/public/composite_noise.jpg
docs/docs.trychroma.com/public/computer-dark.png
docs/docs.trychroma.com/public/computer-light.png
docs/docs.trychroma.com/public/computer.png
docs/docs.trychroma.com/public/computer.svg
docs/docs.trychroma.com/public/concurrent-inserts.png
docs/docs.trychroma.com/public/concurrent-queries.png
docs/docs.trychroma.com/public/concurrent-writes.png
docs/docs.trychroma.com/public/concurrent_inserts_1_0_10.png
docs/docs.trychroma.com/public/concurrent_inserts_1_0_10_light.png
docs/docs.trychroma.com/public/concurrent_queries_1_0_10.png
docs/docs.trychroma.com/public/concurrent_queries_1_0_10_light.png
docs/docs.trychroma.com/public/concurrent_writes_1_0_10.png
docs/docs.trychroma.com/public/concurrent_writes_1_0_10_light.png
docs/docs.trychroma.com/public/cpu-mean-query-latency.png
docs/docs.trychroma.com/public/cpu_mean_query_latency_1_0_10.png
docs/docs.trychroma.com/public/cpu_mean_query_latency_1_0_10_light.png
docs/docs.trychroma.com/public/fork-edges-dark.png
docs/docs.trychroma.com/public/fork-edges-light.png
docs/docs.trychroma.com/public/globals.css
docs/docs.trychroma.com/public/insert-latency.png
docs/docs.trychroma.com/public/insert_latency_1_0_10.png
docs/docs.trychroma.com/public/insert_latency_1_0_10_light.png
docs/docs.trychroma.com/public/investors.png
docs/docs.trychroma.com/public/llms-cloud-getting-started.txt
docs/docs.trychroma.com/public/llms-cloud-pricing.txt
docs/docs.trychroma.com/public/llms-cloud-quotas-limits.txt
docs/docs.trychroma.com/public/llms-docs-cli-browse.txt
docs/docs.trychroma.com/public/llms-docs-cli-copy.txt
docs/docs.trychroma.com/public/llms-docs-cli-db.txt
docs/docs.trychroma.com/public/llms-docs-cli-install.txt
docs/docs.trychroma.com/public/llms-docs-cli-login.txt
docs/docs.trychroma.com/public/llms-docs-cli-profile.txt
docs/docs.trychroma.com/public/llms-docs-cli-run.txt
docs/docs.trychroma.com/public/llms-docs-cli-sample-apps.txt
docs/docs.trychroma.com/public/llms-docs-cli-update.txt
docs/docs.trychroma.com/public/llms-docs-cli-vacuum.txt
docs/docs.trychroma.com/public/llms-docs-collections-add-data.txt
docs/docs.trychroma.com/public/llms-docs-collections-configure.txt
docs/docs.trychroma.com/public/llms-docs-collections-delete-data.txt
docs/docs.trychroma.com/public/llms-docs-collections-manage-collections.txt
docs/docs.trychroma.com/public/llms-docs-collections-update-data.txt
docs/docs.trychroma.com/public/llms-docs-embeddings-embedding-functions.txt
docs/docs.trychroma.com/public/llms-docs-embeddings-multimodal.txt
docs/docs.trychroma.com/public/llms-docs-overview-about.txt
docs/docs.trychroma.com/public/llms-docs-overview-architecture.txt
docs/docs.trychroma.com/public/llms-docs-overview-contributing.txt
docs/docs.trychroma.com/public/llms-docs-overview-data-model.txt
docs/docs.trychroma.com/public/llms-docs-overview-getting-started.txt
docs/docs.trychroma.com/public/llms-docs-overview-introduction.txt
docs/docs.trychroma.com/public/llms-docs-overview-migration.txt
docs/docs.trychroma.com/public/llms-docs-overview-roadmap.txt
docs/docs.trychroma.com/public/llms-docs-overview-telemetry.txt
docs/docs.trychroma.com/public/llms-docs-overview-troubleshooting.txt
docs/docs.trychroma.com/public/llms-docs-querying-collections-full-text-search.txt
docs/docs.trychroma.com/public/llms-docs-querying-collections-metadata-filtering.txt
docs/docs.trychroma.com/public/llms-docs-querying-collections-query-and-get.txt
docs/docs.trychroma.com/public/llms-docs-run-chroma-client-server.txt
docs/docs.trychroma.com/public/llms-docs-run-chroma-cloud-client.txt
docs/docs.trychroma.com/public/llms-docs-run-chroma-ephemeral-client.txt
docs/docs.trychroma.com/public/llms-docs-run-chroma-persistent-client.txt
docs/docs.trychroma.com/public/llms-full.text
docs/docs.trychroma.com/public/llms-guides-build-building-with-ai.txt
docs/docs.trychroma.com/public/llms-guides-build-intro-to-retrieval.txt
docs/docs.trychroma.com/public/llms-guides-deploy-aws.txt
docs/docs.trychroma.com/public/llms-guides-deploy-azure.txt
docs/docs.trychroma.com/public/llms-guides-deploy-client-server-mode.txt
docs/docs.trychroma.com/public/llms-guides-deploy-docker.txt
docs/docs.trychroma.com/public/llms-guides-deploy-gcp.txt
docs/docs.trychroma.com/public/llms-guides-deploy-observability.txt
docs/docs.trychroma.com/public/llms-guides-deploy-performance.txt
docs/docs.trychroma.com/public/llms-guides-deploy-python-thin-client.txt
docs/docs.trychroma.com/public/llms-guides-develop-fast-api.txt
docs/docs.trychroma.com/public/llms-guides-develop-next-js.txt
docs/docs.trychroma.com/public/llms-integrations-chroma-integrations.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-baseten.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-cloudflare-workers-ai.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-cohere.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-google-gemini.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-hugging-face-server.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-hugging-face.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-instructor.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-jina-ai.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-mistral.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-morph.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-ollama.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-openai.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-roboflow.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-together-ai.txt
docs/docs.trychroma.com/public/llms-integrations-embedding-models-voyageai.txt
docs/docs.trychroma.com/public/llms-integrations-frameworks-anthropic-mcp.txt
docs/docs.trychroma.com/public/llms-integrations-frameworks-braintrust.txt
docs/docs.trychroma.com/public/llms-integrations-frameworks-deepeval.txt
docs/docs.trychroma.com/public/llms-integrations-frameworks-haystack.txt
docs/docs.trychroma.com/public/llms-integrations-frameworks-langchain.txt
docs/docs.trychroma.com/public/llms-integrations-frameworks-llamaindex.txt
docs/docs.trychroma.com/public/llms-integrations-frameworks-openlit.txt
docs/docs.trychroma.com/public/llms-integrations-frameworks-openllmetry.txt
docs/docs.trychroma.com/public/llms-integrations-frameworks-streamlit.txt
docs/docs.trychroma.com/public/llms-integrations-frameworks-voltagent.txt
docs/docs.trychroma.com/public/llms-reference-chroma-reference.txt
docs/docs.trychroma.com/public/llms-reference-js-client.txt
docs/docs.trychroma.com/public/llms-reference-js-collection.txt
docs/docs.trychroma.com/public/llms-reference-python-client.txt
docs/docs.trychroma.com/public/llms-reference-python-collection.txt
docs/docs.trychroma.com/public/llms.txt
docs/docs.trychroma.com/public/mcp-developer.png
docs/docs.trychroma.com/public/mcp-hammer.png
docs/docs.trychroma.com/public/mcp-instructions.png
docs/docs.trychroma.com/public/mcp-search.png
docs/docs.trychroma.com/public/mcp-settings.png
docs/docs.trychroma.com/public/mcp-store.png
docs/docs.trychroma.com/public/mcp-tools.png
docs/docs.trychroma.com/public/noise.jpg
docs/docs.trychroma.com/public/og.png
docs/docs.trychroma.com/public/openai-logo.svg
docs/docs.trychroma.com/public/openllmetry.png
docs/docs.trychroma.com/public/python.svg
docs/docs.trychroma.com/public/query-latency.png
docs/docs.trychroma.com/public/query_latency_1_0_10.png
docs/docs.trychroma.com/public/query_latency_1_0_10_light.png
docs/docs.trychroma.com/public/read-path-dark.png
docs/docs.trychroma.com/public/read-path-light.png
docs/docs.trychroma.com/public/read_path.png
docs/docs.trychroma.com/public/robots.txt
docs/docs.trychroma.com/public/system-diagram-dark.png
docs/docs.trychroma.com/public/system-diagram-light.png
docs/docs.trychroma.com/public/team.JPG
docs/docs.trychroma.com/public/typescript.svg
docs/docs.trychroma.com/public/write-path-dark.png
docs/docs.trychroma.com/public/write-path-light.png
docs/docs.trychroma.com/public/write_path.png
docs/docs.trychroma.com/public/x-logo.svg
docs/docs.trychroma.com/public/youtube-logo.svg
docs/docs.trychroma.com/public/cli/cli-browse-query.png
docs/docs.trychroma.com/public/cli/cli-browse.png
docs/docs.trychroma.com/public/cli/cli-login-success.png
docs/docs.trychroma.com/scripts/generate-llms-txts.ts
docs/docs.trychroma.com/scripts/jsDocs.sh
docs/docs.trychroma.com/scripts/pythonDocs.sh
examples/README.md
examples/advanced/forking.ipynb
examples/advanced/hadrware-optimized-image.md
examples/basic_functionality/alternative_embeddings.ipynb
examples/basic_functionality/auth.ipynb
examples/basic_functionality/in_not_in_filtering.ipynb
examples/basic_functionality/local_persistence.ipynb
examples/basic_functionality/start_here.ipynb
examples/basic_functionality/test_get_collection_by_id.ipynb
examples/basic_functionality/where_filtering.ipynb
examples/basic_functionality/assets/auh-sequence.png
examples/basic_functionality/assets/auth-architecture.png
examples/basic_functionality/authz/README.md
examples/basic_functionality/authz/authz.yaml
examples/chat_with_your_documents/README.md
examples/chat_with_your_documents/load_data.py
examples/chat_with_your_documents/main.py
examples/chat_with_your_documents/requirements.txt
examples/chat_with_your_documents/documents/state_of_the_union_2022.txt
examples/chat_with_your_documents/documents/state_of_the_union_2023.txt
examples/deployments/aws-terraform/README.md
examples/deployments/aws-terraform/chroma.tf
examples/deployments/aws-terraform/startup.sh
examples/deployments/aws-terraform/variables.tf
examples/deployments/common/startup.sh
examples/deployments/do-terraform/README.md
examples/deployments/do-terraform/chroma.tf
examples/deployments/do-terraform/variables.tf
examples/deployments/google-cloud-compute/README.md
examples/deployments/google-cloud-compute/chroma.tf
examples/deployments/google-cloud-compute/main.tf
examples/deployments/google-cloud-compute/startup.sh
examples/deployments/google-cloud-compute/variables.tf
examples/deployments/render-terraform/README.md
examples/deployments/render-terraform/chroma.tf
examples/deployments/render-terraform/sqlite_version.patch
examples/deployments/render-terraform/variables.tf
examples/deployments/systemd-service/chroma-cli.service
examples/deployments/systemd-service/chroma-docker.service
examples/deployments/systemd-service/systemd-service.md
examples/gemini/README.md
examples/gemini/load_data.py
examples/gemini/main.py
examples/gemini/requirements.txt
examples/gemini/documents/state_of_the_union_2022.txt
examples/gemini/documents/state_of_the_union_2023.txt
examples/multimodal/multimodal_retrieval.ipynb
examples/observability/README.md
examples/observability/docker-compose.local-observability.yml
examples/observability/otel-collector-config.yaml
examples/server_side_embeddings/huggingface/docker-compose.yml
examples/server_side_embeddings/huggingface/test.ipynb
examples/use_with/ollama.md
examples/use_with/cohere/cohere_js.js
examples/use_with/cohere/cohere_python.ipynb
examples/use_with/cohere/package.json
examples/use_with/jina/late_chunking.ipynb
examples/use_with/roboflow/embeddings.ipynb
examples/xai/README.md
examples/xai/rag_chat_with_your_docs.py
examples/xai/requirements.txt
examples/xai/docs/state_of_the_union_2024.pdf
go/Dockerfile
go/Dockerfile.migration
go/Makefile
go/README.md
go/go.mod
go/go.sum
go/cmd/coordinator/cmd.go
go/cmd/coordinator/main.go
go/cmd/flag/flag.go
go/cmd/logservice/main.go
go/pkg/common/component.go
go/pkg/common/constants.go
go/pkg/common/errors.go
go/pkg/grpcutils/config.go
go/pkg/grpcutils/config_test.go
go/pkg/grpcutils/response.go
go/pkg/grpcutils/service.go
go/pkg/leader/election.go
go/pkg/log/configuration/config.go
go/pkg/log/metrics/main.go
go/pkg/log/purging/main.go
go/pkg/log/repository/log.go
go/pkg/log/repository/log_test.go
go/pkg/log/server/property_test.go
go/pkg/log/server/server.go
go/pkg/log/store/atlas.hcl
go/pkg/log/store/sqlc.yaml
go/pkg/log/store/db/copyfrom.go
go/pkg/log/store/db/db.go
go/pkg/log/store/db/models.go
go/pkg/log/store/db/queries.sql.go
go/pkg/log/store/migrations/20240404181827_initial.sql
go/pkg/log/store/migrations/20250515150704.sql
go/pkg/log/store/migrations/atlas.sum
go/pkg/log/store/queries/queries.sql
go/pkg/log/store/schema/collection.sql
go/pkg/log/store/schema/record_log.sql
go/pkg/log/sysdb/mock_sysdb.go
go/pkg/log/sysdb/sysdb.go
go/pkg/memberlist_manager/memberlist_manager.go
go/pkg/memberlist_manager/memberlist_manager_test.go
go/pkg/memberlist_manager/memberlist_store.go
go/pkg/memberlist_manager/node_watcher.go
go/pkg/sysdb/coordinator/coordinator.go
go/pkg/sysdb/coordinator/coordinator_test.go
go/pkg/sysdb/coordinator/model_db_convert.go
go/pkg/sysdb/coordinator/model_db_convert_test.go
go/pkg/sysdb/coordinator/table_catalog.go
go/pkg/sysdb/coordinator/table_catalog_test.go
go/pkg/sysdb/coordinator/model/collection.go
go/pkg/sysdb/coordinator/model/collection_configuration.go
go/pkg/sysdb/coordinator/model/collection_metadata.go
go/pkg/sysdb/coordinator/model/database.go
go/pkg/sysdb/coordinator/model/notification.go
go/pkg/sysdb/coordinator/model/segment.go
go/pkg/sysdb/coordinator/model/segment_metadata.go
go/pkg/sysdb/coordinator/model/tenant.go
go/pkg/sysdb/grpc/collection_service.go
go/pkg/sysdb/grpc/collection_service_test.go
go/pkg/sysdb/grpc/proto_model_convert.go
go/pkg/sysdb/grpc/proto_model_convert_test.go
go/pkg/sysdb/grpc/segment_service.go
go/pkg/sysdb/grpc/server.go
go/pkg/sysdb/grpc/tenant_database_service.go
go/pkg/sysdb/grpc/tenant_database_service_test.go
go/pkg/sysdb/metastore/db/atlas.hcl
go/pkg/sysdb/metastore/db/dao/collection.go
go/pkg/sysdb/metastore/db/dao/collection_metadata.go
go/pkg/sysdb/metastore/db/dao/collection_test.go
go/pkg/sysdb/metastore/db/dao/common.go
go/pkg/sysdb/metastore/db/dao/database.go
go/pkg/sysdb/metastore/db/dao/segment.go
go/pkg/sysdb/metastore/db/dao/segment_metadata.go
go/pkg/sysdb/metastore/db/dao/segment_test.go
go/pkg/sysdb/metastore/db/dao/tenant.go
go/pkg/sysdb/metastore/db/dao/tenant_test.go
go/pkg/sysdb/metastore/db/dao/test_utils.go
go/pkg/sysdb/metastore/db/dao/daotest/collection.go
go/pkg/sysdb/metastore/db/dbcore/core.go
go/pkg/sysdb/metastore/db/dbmodel/collection.go
go/pkg/sysdb/metastore/db/dbmodel/collection_metadata.go
go/pkg/sysdb/metastore/db/dbmodel/common.go
go/pkg/sysdb/metastore/db/dbmodel/database.go
go/pkg/sysdb/metastore/db/dbmodel/segment.go
go/pkg/sysdb/metastore/db/dbmodel/segment_metadata.go
go/pkg/sysdb/metastore/db/dbmodel/tenant.go
go/pkg/sysdb/metastore/db/dbmodel/mocks/ICollectionDb.go
go/pkg/sysdb/metastore/db/dbmodel/mocks/ICollectionMetadataDb.go
go/pkg/sysdb/metastore/db/dbmodel/mocks/IDatabaseDb.go
go/pkg/sysdb/metastore/db/dbmodel/mocks/IMetaDomain.go
go/pkg/sysdb/metastore/db/dbmodel/mocks/ISegmentDb.go
go/pkg/sysdb/metastore/db/dbmodel/mocks/ISegmentMetadataDb.go
go/pkg/sysdb/metastore/db/dbmodel/mocks/ITenantDb.go
go/pkg/sysdb/metastore/db/dbmodel/mocks/ITransaction.go
go/pkg/sysdb/metastore/db/migrations/20240313233558.sql
go/pkg/sysdb/metastore/db/migrations/20240321194713.sql
go/pkg/sysdb/metastore/db/migrations/20240327075032.sql
go/pkg/sysdb/metastore/db/migrations/20240327172649.sql
go/pkg/sysdb/metastore/db/migrations/20240411201006.sql
go/pkg/sysdb/metastore/db/migrations/20240612201006.sql
go/pkg/sysdb/metastore/db/migrations/20240621171854.sql
go/pkg/sysdb/metastore/db/migrations/20241003212820.sql
go/pkg/sysdb/metastore/db/migrations/20241016181945.sql
go/pkg/sysdb/metastore/db/migrations/20250109224431.sql
go/pkg/sysdb/metastore/db/migrations/20250115204645.sql
go/pkg/sysdb/metastore/db/migrations/20250303211712.sql
go/pkg/sysdb/metastore/db/migrations/20250307212458.sql
go/pkg/sysdb/metastore/db/migrations/20250326224328.sql
go/pkg/sysdb/metastore/db/migrations/20250415160000.sql
go/pkg/sysdb/metastore/db/migrations/20250603195410.sql
go/pkg/sysdb/metastore/db/migrations/20250714132938.sql
go/pkg/sysdb/metastore/db/migrations/20250716123832.sql
go/pkg/sysdb/metastore/db/migrations/20250806213245.sql
go/pkg/sysdb/metastore/db/migrations/atlas.sum
go/pkg/sysdb/metastore/s3/impl.go
go/pkg/sysdb/metastore/s3/test_utils.go
go/pkg/types/types.go
go/pkg/utils/integration.go
go/pkg/utils/kubernetes.go
go/pkg/utils/log.go
go/pkg/utils/rendezvous_hash.go
go/pkg/utils/rendezvous_hash_test.go
go/pkg/utils/run.go
go/pkg/utils/signal.go
go/script/migrate_up_test.sh
go/shared/libs/db_utils.go
go/shared/libs/test_utils.go
go/shared/otel/main.go
idl/makefile
idl/chromadb/proto/chroma.proto
idl/chromadb/proto/compactor.proto
idl/chromadb/proto/coordinator.proto
idl/chromadb/proto/debug.proto
idl/chromadb/proto/garbage_collector.proto
idl/chromadb/proto/logservice.proto
idl/chromadb/proto/query_executor.proto
k8s/WARNING.md
k8s/distributed-chroma/.helmignore
k8s/distributed-chroma/Chart.yaml
k8s/distributed-chroma/values.dev.yaml
k8s/distributed-chroma/values.yaml
k8s/distributed-chroma/crds/memberlist_crd.yaml
k8s/distributed-chroma/templates/compaction-service-memberlist-cr.yaml
k8s/distributed-chroma/templates/compaction-service.yaml
k8s/distributed-chroma/templates/garbage-collection-service-memberlist-cr.yaml
k8s/distributed-chroma/templates/garbage-collector.yaml
k8s/distributed-chroma/templates/lease-watcher-role.yaml
k8s/distributed-chroma/templates/log-migration.yaml
k8s/distributed-chroma/templates/logservice.yaml
k8s/distributed-chroma/templates/namespace.yaml
k8s/distributed-chroma/templates/pod-watcher-role.yaml
k8s/distributed-chroma/templates/query-service-memberlist-cr.yaml
k8s/distributed-chroma/templates/query-service.yaml
k8s/distributed-chroma/templates/rust-frontend-service.yaml
k8s/distributed-chroma/templates/rust-log-service-memberlist-cr.yaml
k8s/distributed-chroma/templates/rust-log-service.yaml
k8s/distributed-chroma/templates/sysdb-migration.yaml
k8s/distributed-chroma/templates/sysdb-service.yaml
k8s/test/README.md
k8s/test/grafana-dashboards.yaml
k8s/test/grafana-service.yaml
k8s/test/grafana.yaml
k8s/test/jaeger-service.yaml
k8s/test/jaeger.yaml
k8s/test/load-service.yaml
k8s/test/minio.yaml
k8s/test/otel-collector.yaml
k8s/test/postgres-service.yaml
k8s/test/postgres.yaml
k8s/test/prometheus.yaml
k8s/test/test-memberlist-cr.yaml
k8s/test/postgres/Dockerfile
k8s/test/postgres/create-multiple-postgresql-databases.sh
rust/Dockerfile
rust/benchmark/Cargo.toml
rust/benchmark/dataset_files/scidocs/frozen_query_subset_microsoft_marco_queries_2_10000.bin
rust/benchmark/src/benchmark.rs
rust/benchmark/src/lib.rs
rust/benchmark/src/datasets/gist.rs
rust/benchmark/src/datasets/mod.rs
rust/benchmark/src/datasets/ms_marco_queries.rs
rust/benchmark/src/datasets/rust.rs
rust/benchmark/src/datasets/scidocs.rs
rust/benchmark/src/datasets/sift.rs
rust/benchmark/src/datasets/types.rs
rust/benchmark/src/datasets/util.rs
rust/benchmark/src/datasets/wikipedia.rs
rust/blockstore/Cargo.toml
rust/blockstore/benches/blockfile_writer.rs
rust/blockstore/proptest-regressions/arrow/blockfile.txt
rust/blockstore/src/config.rs
rust/blockstore/src/key.rs
rust/blockstore/src/lib.rs
rust/blockstore/src/provider.rs
rust/blockstore/src/arrow/blockfile.rs
rust/blockstore/src/arrow/concurrency_test.rs
rust/blockstore/src/arrow/config.rs
rust/blockstore/src/arrow/flusher.rs
rust/blockstore/src/arrow/migrations.rs
rust/blockstore/src/arrow/mod.rs
rust/blockstore/src/arrow/ordered_blockfile_writer.rs
rust/blockstore/src/arrow/provider.rs
rust/blockstore/src/arrow/root.rs
rust/blockstore/src/arrow/sparse_index.rs
rust/blockstore/src/arrow/types.rs
rust/blockstore/src/arrow/block/mod.rs
rust/blockstore/src/arrow/block/types.rs
rust/blockstore/src/arrow/block/delta/builder_storage.rs
rust/blockstore/src/arrow/block/delta/data_record.rs
rust/blockstore/src/arrow/block/delta/data_record_size_tracker.rs
rust/blockstore/src/arrow/block/delta/mod.rs
rust/blockstore/src/arrow/block/delta/ordered_block_delta.rs
rust/blockstore/src/arrow/block/delta/single_column_size_tracker.rs
rust/blockstore/src/arrow/block/delta/single_column_storage.rs
rust/blockstore/src/arrow/block/delta/spann_posting_list_delta.rs
rust/blockstore/src/arrow/block/delta/spann_posting_list_size_tracker.rs
rust/blockstore/src/arrow/block/delta/storage.rs
rust/blockstore/src/arrow/block/delta/types.rs
rust/blockstore/src/arrow/block/delta/unordered_block_delta.rs
rust/blockstore/src/arrow/block/key/bool_key.rs
rust/blockstore/src/arrow/block/key/f32_key.rs
rust/blockstore/src/arrow/block/key/mod.rs
rust/blockstore/src/arrow/block/key/str_key.rs
rust/blockstore/src/arrow/block/key/u32_key.rs
rust/blockstore/src/arrow/block/value/data_record_value.rs
rust/blockstore/src/arrow/block/value/f32_value.rs
rust/blockstore/src/arrow/block/value/mod.rs
rust/blockstore/src/arrow/block/value/roaring_bitmap_value.rs
rust/blockstore/src/arrow/block/value/spann_posting_list_value.rs
rust/blockstore/src/arrow/block/value/str_value.rs
rust/blockstore/src/arrow/block/value/u32_value.rs
rust/blockstore/src/arrow/block/value/uint32array_value.rs
rust/blockstore/src/memory/mod.rs
rust/blockstore/src/memory/provider.rs
rust/blockstore/src/memory/reader_writer.rs
rust/blockstore/src/memory/storage.rs
rust/blockstore/src/test_utils/mod.rs
rust/blockstore/src/test_utils/sparse_index_test_utils.rs
rust/blockstore/src/types/errors.rs
rust/blockstore/src/types/flusher.rs
rust/blockstore/src/types/key.rs
rust/blockstore/src/types/mod.rs
rust/blockstore/src/types/reader.rs
rust/blockstore/src/types/value.rs
rust/blockstore/src/types/writer.rs
rust/blockstore/src/types/writer_options.rs
rust/blockstore/tests/blockfile_writer_test.proptest-regressions
rust/blockstore/tests/blockfile_writer_test.rs
rust/cache/Cargo.toml
rust/cache/src/async_partitioned_mutex.rs
rust/cache/src/foyer.rs
rust/cache/src/lib.rs
rust/cache/src/nop.rs
rust/cache/src/unbounded.rs
rust/cache/src/bin/cops-disk-cache-config-writer.rs
rust/cache/src/bin/cops-memory-cache-config-writer.rs
rust/chroma/Cargo.toml
rust/chroma/src/lib.rs
rust/cli/Cargo.toml
rust/cli/install/install.ps1
rust/cli/install/install.sh
rust/cli/src/lib.rs
rust/cli/src/main.rs
rust/cli/src/ui_utils.rs
rust/cli/src/utils.rs
rust/cli/src/client/admin_client.rs
rust/cli/src/client/chroma_client.rs
rust/cli/src/client/collection.rs
rust/cli/src/client/dashboard_client.rs
rust/cli/src/client/mod.rs
rust/cli/src/client/prelude.rs
rust/cli/src/client/utils.rs
rust/cli/src/commands/browse.rs
rust/cli/src/commands/copy.rs
rust/cli/src/commands/db.rs
rust/cli/src/commands/install.rs
rust/cli/src/commands/login.rs
rust/cli/src/commands/mod.rs
rust/cli/src/commands/profile.rs
rust/cli/src/commands/run.rs
rust/cli/src/commands/update.rs
rust/cli/src/commands/vacuum.rs
rust/cli/src/commands/webpage.rs
rust/cli/src/tui/mod.rs
rust/cli/src/tui/collection_browser/app_state.rs
rust/cli/src/tui/collection_browser/app_ui.rs
rust/cli/src/tui/collection_browser/events.rs
rust/cli/src/tui/collection_browser/input.rs
rust/cli/src/tui/collection_browser/mod.rs
rust/cli/src/tui/collection_browser/query_editor.rs
rust/cli/src/tui/collection_browser/table.rs
rust/config/Cargo.toml
rust/config/src/helpers.rs
rust/config/src/lib.rs
rust/config/src/registry.rs
rust/config/src/assignment/assignment_policy.rs
rust/config/src/assignment/config.rs
rust/config/src/assignment/mod.rs
rust/config/src/assignment/rendezvous_hash.rs
rust/distance/Cargo.toml
rust/distance/benches/distance_metrics.rs
rust/distance/src/distance.rs
rust/distance/src/distance_avx.rs
rust/distance/src/distance_avx512.rs
rust/distance/src/distance_neon.rs
rust/distance/src/distance_sse.rs
rust/distance/src/lib.rs
rust/distance/src/types.rs
rust/error/Cargo.toml
rust/error/src/lib.rs
rust/error/src/sqlx.rs
rust/error/src/tonic.rs
rust/error/src/validator.rs
rust/frontend/Cargo.toml
rust/frontend/benches/base64.rs
rust/frontend/proptest-regressions/base64_decode.txt
rust/frontend/sample_configs/distributed.yaml
rust/frontend/sample_configs/docker_single_node.yaml
rust/frontend/sample_configs/single_node.yaml
rust/frontend/sample_configs/single_node_full.yaml
rust/frontend/sample_configs/tilt_config.yaml
rust/frontend/src/ac.rs
rust/frontend/src/base64_decode.rs
rust/frontend/src/config.rs
rust/frontend/src/get_collection_with_segments_provider.rs
rust/frontend/src/lib.rs
rust/frontend/src/server.rs
rust/frontend/src/server_middleware.rs
rust/frontend/src/tower_tracing.rs
rust/frontend/src/traced_json.rs
rust/frontend/src/auth/mod.rs
rust/frontend/src/bin/frontend_service.rs
rust/frontend/src/executor/config.rs
rust/frontend/src/executor/distributed.rs
rust/frontend/src/executor/local.rs
rust/frontend/src/executor/mod.rs
rust/frontend/src/impls/in_memory_frontend.rs
rust/frontend/src/impls/mod.rs
rust/frontend/src/impls/service_based_frontend.rs
rust/frontend/src/impls/utils.rs
rust/frontend/src/quota/mod.rs
rust/frontend/src/types/errors.rs
rust/frontend/src/types/mod.rs
rust/frontend/tests/test_collection.proptest-regressions
rust/frontend/tests/test_collection.rs
rust/frontend/tests/proptest_helpers/arbitrary.rs
rust/frontend/tests/proptest_helpers/assertions.rs
rust/frontend/tests/proptest_helpers/frontend_reference.rs
rust/frontend/tests/proptest_helpers/frontend_under_test.rs
rust/frontend/tests/proptest_helpers/mod.rs
rust/frontend/tests/proptest_helpers/proptest_types.rs
rust/frontend/tests/proptest_helpers/stats.rs
rust/garbage_collector/Cargo.toml
rust/garbage_collector/garbage_collector_config.yaml
rust/garbage_collector/src/config.rs
rust/garbage_collector/src/construct_version_graph_orchestrator.rs
rust/garbage_collector/src/garbage_collector_component.rs
rust/garbage_collector/src/garbage_collector_orchestrator.rs
rust/garbage_collector/src/garbage_collector_orchestrator_v2.rs
rust/garbage_collector/src/helper.rs
rust/garbage_collector/src/lib.rs
rust/garbage_collector/src/types.rs
rust/garbage_collector/src/bin/garbage_collector_service.rs
rust/garbage_collector/src/bin/garbage_collector_tool.rs
rust/garbage_collector/src/operators/compute_unused_between_versions.rs
rust/garbage_collector/src/operators/compute_unused_files.rs
rust/garbage_collector/src/operators/compute_versions_to_delete.rs
rust/garbage_collector/src/operators/compute_versions_to_delete_from_graph.rs
rust/garbage_collector/src/operators/delete_unused_files.rs
rust/garbage_collector/src/operators/delete_unused_logs.rs
rust/garbage_collector/src/operators/delete_versions_at_sysdb.rs
rust/garbage_collector/src/operators/fetch_lineage_file.rs
rust/garbage_collector/src/operators/fetch_sparse_index_files.rs
rust/garbage_collector/src/operators/fetch_version_file.rs
rust/garbage_collector/src/operators/get_version_file_paths.rs
rust/garbage_collector/src/operators/list_files_at_version.rs
rust/garbage_collector/src/operators/mark_versions_at_sysdb.rs
rust/garbage_collector/src/operators/mod.rs
rust/garbage_collector/src/operators/truncate_dirty_log.rs
rust/garbage_collector/tests/prop_test_garbage_collection.proptest-regressions
rust/garbage_collector/tests/prop_test_garbage_collection.rs
rust/garbage_collector/tests/prop_test_local_files.rs
rust/garbage_collector/tests/proptest_helpers/garbage_collector_reference.rs
rust/garbage_collector/tests/proptest_helpers/garbage_collector_under_test.rs
rust/garbage_collector/tests/proptest_helpers/mod.rs
rust/garbage_collector/tests/proptest_helpers/proptest_types.rs
rust/garbage_collector/tests/proptest_helpers/segment_file_strategies.rs
rust/garbage_collector/tests/proptest_helpers/stats.rs
rust/index/Cargo.toml
rust/index/benches/dataset_utilities.rs
rust/index/benches/full_text.rs
rust/index/benches/literal.rs
rust/index/examples/sparse_wand_benchmark.rs
rust/index/src/config.rs
rust/index/src/hnsw.rs
rust/index/src/hnsw_provider.rs
rust/index/src/lib.rs
rust/index/src/spann.rs
rust/index/src/types.rs
rust/index/src/utils.rs
rust/index/src/fulltext/mod.rs
rust/index/src/fulltext/types.rs
rust/index/src/fulltext/util.rs
rust/index/src/metadata/mod.rs
rust/index/src/metadata/types.rs
rust/index/src/spann/types.rs
rust/index/src/spann/utils.rs
rust/index/src/sparse/README.md
rust/index/src/sparse/mod.rs
rust/index/src/sparse/reader.rs
rust/index/src/sparse/types.rs
rust/index/src/sparse/writer.rs
rust/jemalloc-pprof-server/Cargo.toml
rust/jemalloc-pprof-server/src/lib.rs
rust/js_bindings/.gitignore
rust/js_bindings/.npmignore
rust/js_bindings/.yarnrc.yml
rust/js_bindings/Cargo.toml
rust/js_bindings/build.rs
rust/js_bindings/index.d.ts
rust/js_bindings/index.js
rust/js_bindings/package.json
rust/js_bindings/pnpm-lock.yaml
rust/js_bindings/rustfmt.toml
rust/js_bindings/.cargo/config.toml
rust/js_bindings/.yarn/releases/yarn-4.8.1.cjs
rust/js_bindings/npm/darwin-arm64/README.md
rust/js_bindings/npm/darwin-arm64/package.json
rust/js_bindings/npm/darwin-x64/README.md
rust/js_bindings/npm/darwin-x64/package.json
rust/js_bindings/npm/linux-arm64-gnu/README.md
rust/js_bindings/npm/linux-arm64-gnu/package.json
rust/js_bindings/npm/linux-x64-gnu/README.md
rust/js_bindings/npm/linux-x64-gnu/package.json
rust/js_bindings/npm/win32-arm64-msvc/README.md
rust/js_bindings/npm/win32-arm64-msvc/package.json
rust/js_bindings/npm/win32-x64-msvc/README.md
rust/js_bindings/npm/win32-x64-msvc/package.json
rust/js_bindings/src/lib.rs
rust/load/Cargo.toml
rust/load/chroma_load_config.yaml
rust/load/examples/workload-json.rs
rust/load/src/bit_difference.rs
rust/load/src/config.rs
rust/load/src/data_sets.rs
rust/load/src/lib.rs
rust/load/src/opentelemetry_config.rs
rust/load/src/rest.rs
rust/load/src/words.rs
rust/load/src/workloads.rs
rust/load/src/bin/chroma-load-inhibit.rs
rust/load/src/bin/chroma-load-start.rs
rust/load/src/bin/chroma-load-status.rs
rust/load/src/bin/chroma-load-stop-all.rs
rust/load/src/bin/chroma-load-stop.rs
rust/load/src/bin/chroma-load-uninhibit.rs
rust/load/src/bin/chroma-load.rs
rust/log/Cargo.toml
rust/log-service/Cargo.toml
rust/log-service/proptest-regressions/lib.txt
rust/log-service/src/lib.rs
rust/log-service/src/state_hash_table.rs
rust/log-service/src/bin/chroma-inspect-dirty-log.rs
rust/log-service/src/bin/chroma-inspect-log-contents.rs
rust/log-service/src/bin/chroma-inspect-log-state.rs
rust/log-service/src/bin/chroma-log-service-purge-cache-entry.rs
rust/log-service/src/bin/chroma-migrate-log.rs
rust/log-service/src/bin/chroma-purge-dirty-log.rs
rust/log-service/src/bin/chroma-rollback-collection-log-offset.rs
rust/log-service/src/bin/chroma-scrub-log.rs
rust/log-service/src/bin/chroma-seal-go-log.rs
rust/log-service/src/bin/chroma-update-collection-log-offset.rs
rust/log-service/src/bin/log.rs
rust/log/src/config.rs
rust/log/src/grpc_log.rs
rust/log/src/in_memory_log.rs
rust/log/src/lib.rs
rust/log/src/local_compaction_manager.rs
rust/log/src/log.rs
rust/log/src/sqlite_log.rs
rust/log/src/test.rs
rust/log/src/types.rs
rust/log/tests/log-offsets.rs
rust/mdac/Cargo.toml
rust/mdac/src/circuit_breaker.rs
rust/mdac/src/fnmatch.rs
rust/mdac/src/lib.rs
rust/mdac/src/scorecard.rs
rust/memberlist/Cargo.toml
rust/memberlist/src/client_manager.rs
rust/memberlist/src/config.rs
rust/memberlist/src/lib.rs
rust/memberlist/src/memberlist_provider.rs
rust/metering/Cargo.toml
rust/metering-macros/Cargo.toml
rust/metering-macros/README.md
rust/metering-macros/src/capabilities.rs
rust/metering-macros/src/contexts.rs
rust/metering-macros/src/errors.rs
rust/metering-macros/src/lib.rs
rust/metering-macros/src/parsing.rs
rust/metering-macros/tests/tests.rs
rust/metering/src/core.rs
rust/metering/src/errors.rs
rust/metering/src/lib.rs
rust/metering/src/receiver.rs
rust/metering/src/types.rs
rust/python_bindings/.gitignore
rust/python_bindings/Cargo.toml
rust/python_bindings/src/bindings.rs
rust/python_bindings/src/errors.rs
rust/python_bindings/src/lib.rs
rust/segment/Cargo.toml
rust/segment/src/blockfile_metadata.rs
rust/segment/src/blockfile_record.rs
rust/segment/src/config.rs
rust/segment/src/distributed_hnsw.rs
rust/segment/src/distributed_spann.rs
rust/segment/src/lib.rs
rust/segment/src/local_hnsw.rs
rust/segment/src/local_segment_manager.rs
rust/segment/src/spann_provider.rs
rust/segment/src/sqlite_metadata.rs
rust/segment/src/test.rs
rust/segment/src/types.rs
rust/sqlite/Cargo.toml
rust/sqlite/migrations/__init__.py
rust/sqlite/migrations/embeddings_queue/00001-embeddings.sqlite.sql
rust/sqlite/migrations/embeddings_queue/00002-embeddings-queue-config.sqlite.sql
rust/sqlite/migrations/metadb/00001-embedding-metadata.sqlite.sql
rust/sqlite/migrations/metadb/00002-embedding-metadata.sqlite.sql
rust/sqlite/migrations/metadb/00003-full-text-tokenize.sqlite.sql
rust/sqlite/migrations/metadb/00004-metadata-indices.sqlite.sql
rust/sqlite/migrations/metadb/00005-max-seq-id-int.sqlite.sql
rust/sqlite/migrations/sysdb/00001-collections.sqlite.sql
rust/sqlite/migrations/sysdb/00002-segments.sqlite.sql
rust/sqlite/migrations/sysdb/00003-collection-dimension.sqlite.sql
rust/sqlite/migrations/sysdb/00004-tenants-databases.sqlite.sql
rust/sqlite/migrations/sysdb/00005-remove-topic.sqlite.sql
rust/sqlite/migrations/sysdb/00006-collection-segment-metadata.sqlite.sql
rust/sqlite/migrations/sysdb/00007-collection-config.sqlite.sql
rust/sqlite/migrations/sysdb/00008-maintenance-log.sqlite.sql
rust/sqlite/migrations/sysdb/00009-segment-collection-not-null.sqlite.sql
rust/sqlite/src/config.rs
rust/sqlite/src/db.rs
rust/sqlite/src/helpers.rs
rust/sqlite/src/lib.rs
rust/sqlite/src/migrations.rs
rust/sqlite/src/table.rs
rust/storage/Cargo.toml
rust/storage/src/admissioncontrolleds3.rs
rust/storage/src/config.rs
rust/storage/src/lib.rs
rust/storage/src/local.rs
rust/storage/src/object_store.rs
rust/storage/src/s3.rs
rust/storage/src/stream.rs
rust/sysdb/Cargo.toml
rust/sysdb/src/config.rs
rust/sysdb/src/lib.rs
rust/sysdb/src/sqlite.rs
rust/sysdb/src/sysdb.rs
rust/sysdb/src/test_sysdb.rs
rust/sysdb/src/types.rs
rust/system/Cargo.toml
rust/system/src/executor.rs
rust/system/src/lib.rs
rust/system/src/receiver.rs
rust/system/src/scheduler.rs
rust/system/src/system.rs
rust/system/src/types.rs
rust/system/src/wrapped_message.rs
rust/system/src/execution/config.rs
rust/system/src/execution/dispatcher.rs
rust/system/src/execution/mod.rs
rust/system/src/execution/operator.rs
rust/system/src/execution/orchestrator.rs
rust/system/src/execution/worker_thread.rs
rust/system/src/utils/guard.rs
rust/system/src/utils/mod.rs
rust/system/src/utils/panic.rs
rust/tracing/Cargo.toml
rust/tracing/src/grpc_client_trace_layer.rs
rust/tracing/src/grpc_server_trace_layer.rs
rust/tracing/src/init_tracer.rs
rust/tracing/src/lib.rs
rust/tracing/src/util.rs
rust/types/Cargo.toml
rust/types/build.rs
rust/types/idl
rust/types/src/api_types.rs
rust/types/src/collection.rs
rust/types/src/collection_configuration.rs
rust/types/src/data_chunk.rs
rust/types/src/data_record.rs
rust/types/src/flush.rs
rust/types/src/hnsw_configuration.rs
rust/types/src/lib.rs
rust/types/src/metadata.rs
rust/types/src/operation.rs
rust/types/src/optional_u128.rs
rust/types/src/record.rs
rust/types/src/scalar_encoding.rs
rust/types/src/segment.rs
rust/types/src/segment_scope.rs
rust/types/src/signed_rbm.rs
rust/types/src/spann_configuration.rs
rust/types/src/spann_posting_list.rs
rust/types/src/strategies.rs
rust/types/src/tenant.rs
rust/types/src/types.rs
rust/types/src/validators.rs
rust/types/src/where_parsing.rs
rust/types/src/execution/error.rs
rust/types/src/execution/mod.rs
rust/types/src/execution/operator.rs
rust/types/src/execution/plan.rs
rust/types/src/regex/hir.rs
rust/types/src/regex/literal_expr.rs
rust/types/src/regex/mod.rs
rust/wal3/Cargo.toml
rust/wal3/README.md
rust/wal3/examples/wal3-bench.rs
rust/wal3/examples/wal3-bootstrap-reasoner.rs
rust/wal3/src/backoff.rs
rust/wal3/src/batch_manager.rs
rust/wal3/src/copy.rs
rust/wal3/src/cursors.rs
rust/wal3/src/destroy.rs
rust/wal3/src/gc.rs
rust/wal3/src/lib.rs
rust/wal3/src/manifest.rs
rust/wal3/src/manifest_manager.rs
rust/wal3/src/reader.rs
rust/wal3/src/snapshot_cache.rs
rust/wal3/src/writer.rs
rust/wal3/src/bin/wal3-construct-garbage-from-manifest.rs
rust/wal3/tests/bad_manifest1.json
rust/wal3/tests/bad_snapshots1.json
rust/wal3/tests/common.rs
rust/wal3/tests/test_k8s_integration_00_empty_and_initialize.rs
rust/wal3/tests/test_k8s_integration_01_empty_and_open.rs
rust/wal3/tests/test_k8s_integration_02_initialized_init_again.rs
rust/wal3/tests/test_k8s_integration_03_initialized_append_succeeds.rs
rust/wal3/tests/test_k8s_integration_04_initialized_append_until_snapshot.rs
rust/wal3/tests/test_k8s_integration_05_crash_safety_initialize_fails.rs
rust/wal3/tests/test_k8s_integration_0_properties.proptest-regressions
rust/wal3/tests/test_k8s_integration_0_properties.rs
rust/wal3/tests/test_k8s_integration_70_load_and_scrub.rs
rust/wal3/tests/test_k8s_integration_80_copy.rs
rust/wal3/tests/test_k8s_integration_81_copy_then_update_src.rs
rust/wal3/tests/test_k8s_integration_82_copy_empty_log_initializes.rs
rust/wal3/tests/test_k8s_integration_82_copy_then_update_dst.rs
rust/wal3/tests/test_k8s_integration_83_bootstrap.rs
rust/wal3/tests/test_k8s_integration_84_bootstrap_empty.rs
rust/wal3/tests/test_k8s_integration_87_gc.rs
rust/wal3/tests/test_k8s_integration_90_garbage_collect.rs
rust/wal3/tests/test_k8s_integration_97_destroy.rs
rust/wal3/tests/test_k8s_integration_97_destroy_wedge.rs
rust/wal3/tests/test_k8s_integration_98_garbage_alternate.rs
rust/wal3/tests/test_k8s_integration_99_contention.rs
rust/wal3/tests/test_k8s_integration_AB_stringy_setsum_mismatch.rs
rust/wal3/tests/test_k8s_integration_bad_manifest1.rs
rust/wal3/tests/test_k8s_integration_AA_construct_garbage/MANIFEST
rust/worker/.dockerignore
rust/worker/.gitignore
rust/worker/Cargo.toml
rust/worker/README.md
rust/worker/chroma_config.yaml
rust/worker/tilt_config.yaml
rust/worker/benches/filter.rs
rust/worker/benches/get.rs
rust/worker/benches/limit.rs
rust/worker/benches/load.rs
rust/worker/benches/query.rs
rust/worker/benches/regex.rs
rust/worker/benches/spann.rs
rust/worker/src/config.rs
rust/worker/src/lib.rs
rust/worker/src/server.rs
rust/worker/src/bin/compaction_client.rs
rust/worker/src/bin/compaction_service.rs
rust/worker/src/bin/query_service.rs
rust/worker/src/compactor/compaction_client.rs
rust/worker/src/compactor/compaction_manager.rs
rust/worker/src/compactor/compaction_server.rs
rust/worker/src/compactor/config.rs
rust/worker/src/compactor/mod.rs
rust/worker/src/compactor/scheduler.rs
rust/worker/src/compactor/scheduler_policy.rs
rust/worker/src/compactor/types.rs
rust/worker/src/execution/mod.rs
rust/worker/src/execution/operators/apply_log_to_segment_writer.rs
rust/worker/src/execution/operators/commit_segment_writer.rs
rust/worker/src/execution/operators/count_records.rs
rust/worker/src/execution/operators/fetch_log.rs
rust/worker/src/execution/operators/filter.rs
rust/worker/src/execution/operators/flush_segment_writer.rs
rust/worker/src/execution/operators/get_collection_and_segments.rs
rust/worker/src/execution/operators/knn_hnsw.rs
rust/worker/src/execution/operators/knn_log.rs
rust/worker/src/execution/operators/knn_merge.rs
rust/worker/src/execution/operators/knn_projection.rs
rust/worker/src/execution/operators/limit.rs
rust/worker/src/execution/operators/materialize_logs.rs
rust/worker/src/execution/operators/mod.rs
rust/worker/src/execution/operators/partition_log.rs
rust/worker/src/execution/operators/prefetch_segment.rs
rust/worker/src/execution/operators/projection.rs
rust/worker/src/execution/operators/purge_dirty_log.rs
rust/worker/src/execution/operators/rank.rs
rust/worker/src/execution/operators/register.rs
rust/worker/src/execution/operators/repair_log_offsets.rs
rust/worker/src/execution/operators/select.rs
rust/worker/src/execution/operators/source_record_segment.rs
rust/worker/src/execution/operators/spann_bf_pl.rs
rust/worker/src/execution/operators/spann_centers_search.rs
rust/worker/src/execution/operators/spann_fetch_pl.rs
rust/worker/src/execution/operators/sparse_index_knn.rs
rust/worker/src/execution/operators/sparse_log_knn.rs
rust/worker/src/execution/orchestration/compact.rs
rust/worker/src/execution/orchestration/count.rs
rust/worker/src/execution/orchestration/get.rs
rust/worker/src/execution/orchestration/knn.rs
rust/worker/src/execution/orchestration/knn_filter.rs
rust/worker/src/execution/orchestration/mod.rs
rust/worker/src/execution/orchestration/projection.rs
rust/worker/src/execution/orchestration/rank.rs
rust/worker/src/execution/orchestration/spann_knn.rs
rust/worker/src/execution/orchestration/sparse_knn.rs
rust/worker/src/utils/convert.rs
rust/worker/src/utils/mod.rs
rust/worker/tests/config_from_default_path.rs
rust/worker/tests/config_from_specific_path.rs
rust/worker/tests/config_missing_default_field.rs
rust/worker/tests/config_with_env_override.rs
rust/worker/tests/config_without_cache_directive.rs
rust/worker/tests/default_config_path.rs
sample_apps/listings.json
sample_apps/generative_benchmarking/README.md
sample_apps/generative_benchmarking/compare.ipynb
sample_apps/generative_benchmarking/config.json
sample_apps/generative_benchmarking/environment.yml
sample_apps/generative_benchmarking/generate_benchmark.ipynb
sample_apps/generative_benchmarking/pyproject.toml
sample_apps/generative_benchmarking/requirements.txt
sample_apps/generative_benchmarking/data/chroma_docs.json
sample_apps/generative_benchmarking/functions/chroma.py
sample_apps/generative_benchmarking/functions/embed.py
sample_apps/generative_benchmarking/functions/evaluate.py
sample_apps/generative_benchmarking/functions/llm.py
sample_apps/generative_benchmarking/functions/types.py
sample_apps/generative_benchmarking/functions/utils.py
sample_apps/generative_benchmarking/functions/visualize.py
sample_apps/generative_benchmarking/results/2025-03-31--13-59-25.json
sample_apps/generative_benchmarking/results/2025-03-31--14-01-03.json
sample_apps/generative_benchmarking/results/2025-03-31--14-08-55.json
sample_apps/generative_benchmarking/results/2025-03-31--14-10-29.json
schemas/embedding_functions/README.md
schemas/embedding_functions/amazon_bedrock.json
schemas/embedding_functions/base_schema.json
schemas/embedding_functions/chroma_langchain.json
schemas/embedding_functions/cloudflare_workers_ai.json
schemas/embedding_functions/cohere.json
schemas/embedding_functions/default.json
schemas/embedding_functions/google_generative_ai.json
schemas/embedding_functions/google_palm.json
schemas/embedding_functions/google_vertex.json
schemas/embedding_functions/huggingface.json
schemas/embedding_functions/huggingface_server.json
schemas/embedding_functions/instructor.json
schemas/embedding_functions/jina.json
schemas/embedding_functions/mistral.json
schemas/embedding_functions/morph.json
schemas/embedding_functions/ollama.json
schemas/embedding_functions/onnx_mini_lm_l6_v2.json
schemas/embedding_functions/open_clip.json
schemas/embedding_functions/openai.json
schemas/embedding_functions/roboflow.json
schemas/embedding_functions/sentence_transformer.json
schemas/embedding_functions/text2vec.json
schemas/embedding_functions/together_ai.json
schemas/embedding_functions/transformers.json
schemas/embedding_functions/voyageai.json