.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
main.py
pull_request_template.md
pyproject.toml
requirements.txt
requirements_dev.txt
yarn.lock
.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/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-review-checklist.yml
.github/workflows/pr.yml
.github/workflows/release-chromadb.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/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/config.py
chromadb/errors.py
chromadb/log_config.yml
chromadb/py.typed
chromadb/serde.py
chromadb/types.py
chromadb.egg-info/PKG-INFO
chromadb.egg-info/SOURCES.txt
chromadb.egg-info/dependency_links.txt
chromadb.egg-info/entry_points.txt
chromadb.egg-info/requires.txt
chromadb.egg-info/top_level.txt
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/configuration.py
chromadb/api/fastapi.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/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/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/__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_logservice.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_limit_offset.py
chromadb/test/api/test_list_databases.py
chromadb/test/api/test_types.py
chromadb/test/auth/rbac_test_executors.py
chromadb/test/auth/strategies.py
chromadb/test/auth/test_auth_utils.py
chromadb/test/auth/test_base_class_behavior.py
chromadb/test/auth/test_basic_authn.py
chromadb/test/auth/test_simple_rbac_authz.py
chromadb/test/auth/test_token_authn.py
chromadb/test/cache/test_cache.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_http_client_v1_compatability.py
chromadb/test/client/test_multiple_clients_concurrency.py
chromadb/test/configurations/test_configurations.py
chromadb/test/data_loader/test_data_loader.py
chromadb/test/db/test_base.py
chromadb/test/db/test_hash.py
chromadb/test/db/test_log_purge.py
chromadb/test/db/test_migrations.py
chromadb/test/db/test_system.py
chromadb/test/db/migrations/00001-migration-1.psql.sql
chromadb/test/db/migrations/00001-migration-1.sqlite.sql
chromadb/test/db/migrations/00002-migration-2.psql.sql
chromadb/test/db/migrations/00002-migration-2.sqlite.sql
chromadb/test/db/migrations/00003-migration-3.psql.sql
chromadb/test/db/migrations/00003-migration-3.sqlite.sql
chromadb/test/db/migrations/__init__.py
chromadb/test/distributed/README.md
chromadb/test/distributed/test_reroute.py
chromadb/test/distributed/test_sanity.py
chromadb/test/ef/test_default_ef.py
chromadb/test/ef/test_ef.py
chromadb/test/ef/test_multimodal_ef.py
chromadb/test/ef/test_ollama_ef.py
chromadb/test/ef/test_openai_ef.py
chromadb/test/ingest/test_producer_consumer.py
chromadb/test/property/invariants.py
chromadb/test/property/strategies.py
chromadb/test/property/test_add.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_persist.py
chromadb/test/property/test_restart_persist.py
chromadb/test/property/test_segment_manager.py
chromadb/test/property/test_sysdb.py
chromadb/test/proto/test_utils.py
chromadb/test/segment/test_metadata.py
chromadb/test/segment/test_vector.py
chromadb/test/segment/distributed/test_memberlist_provider.py
chromadb/test/segment/distributed/test_protobuf_translation.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_messagid.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/embedding_functions/__init__.py
chromadb/utils/embedding_functions/amazon_bedrock_embedding_function.py
chromadb/utils/embedding_functions/chroma_langchain_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/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/voyageai_embedding_function.py
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/tsconfig.json
clients/js/tsup.config.ts
clients/js/examples/browser/README.md
clients/js/examples/browser/app.tsx
clients/js/examples/browser/index.html
clients/js/examples/browser/index.tsx
clients/js/examples/browser/package.json
clients/js/examples/browser/pnpm-lock.yaml
clients/js/examples/browser/vite.config.mjs
clients/js/examples/node/README.md
clients/js/examples/node/app.js
clients/js/examples/node/package.json
clients/js/examples/node/pnpm-lock.yaml
clients/js/src/AdminClient.ts
clients/js/src/ChromaClient.ts
clients/js/src/ChromaFetch.ts
clients/js/src/CloudClient.ts
clients/js/src/Collection.ts
clients/js/src/Errors.ts
clients/js/src/auth.ts
clients/js/src/index.ts
clients/js/src/types.ts
clients/js/src/utils.ts
clients/js/src/embeddings/CohereEmbeddingFunction.ts
clients/js/src/embeddings/DefaultEmbeddingFunction.ts
clients/js/src/embeddings/GoogleGeminiEmbeddingFunction.ts
clients/js/src/embeddings/HuggingFaceEmbeddingServerFunction.ts
clients/js/src/embeddings/IEmbeddingFunction.ts
clients/js/src/embeddings/JinaEmbeddingFunction.ts
clients/js/src/embeddings/OllamaEmbeddingFunction.ts
clients/js/src/embeddings/OpenAIEmbeddingFunction.ts
clients/js/src/embeddings/TransformersEmbeddingFunction.ts
clients/js/src/embeddings/VoyageAIEmbeddingFunction.ts
clients/js/src/generated/README.md
clients/js/src/generated/api.ts
clients/js/src/generated/configuration.ts
clients/js/src/generated/index.ts
clients/js/src/generated/models.ts
clients/js/src/generated/runtime.ts
clients/js/test/add.collections.test.ts
clients/js/test/admin.test.ts
clients/js/test/auth.basic.test.ts
clients/js/test/auth.token.test.ts
clients/js/test/auth.xtoken.test.ts
clients/js/test/client.test.ts
clients/js/test/collection.client.test.ts
clients/js/test/collection.test.ts
clients/js/test/data.ts
clients/js/test/delete.collection.test.ts
clients/js/test/get.collection.test.ts
clients/js/test/initClientWithAuth.ts
clients/js/test/offline.test.ts
clients/js/test/peek.collection.test.ts
clients/js/test/query.collection.test.ts
clients/js/test/startChromaContainer.ts
clients/js/test/testEnvSetup.ts
clients/js/test/testEnvTeardown.ts
clients/js/test/update.collection.test.ts
clients/js/test/upsert.collections.test.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/postcss.config.js
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/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.tsx
docs/docs.trychroma.com/components/header/language-toggle.tsx
docs/docs.trychroma.com/components/header/logo.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/x-link.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/copy-button.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/tabbed-code-block.tsx
docs/docs.trychroma.com/components/markdoc/tabbed-use-case-code-block.tsx
docs/docs.trychroma.com/components/markdoc/table.tsx
docs/docs.trychroma.com/components/markdoc/tabs.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/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/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/icons.tsx
docs/docs.trychroma.com/components/ui/menubar.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/cli/install-and-run.md
docs/docs.trychroma.com/markdoc/content/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/create-get-delete.md
docs/docs.trychroma.com/markdoc/content/docs/collections/delete-data.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/guides/embeddings-guide.md
docs/docs.trychroma.com/markdoc/content/docs/guides/multimodal-guide.md
docs/docs.trychroma.com/markdoc/content/docs/guides/usage-guide.md
docs/docs.trychroma.com/markdoc/content/docs/overview/about.md
docs/docs.trychroma.com/markdoc/content/docs/overview/contributing.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/roadmap.md
docs/docs.trychroma.com/markdoc/content/docs/overview/telemetry.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/ephemeral-client.md
docs/docs.trychroma.com/markdoc/content/docs/run-chroma/persistent-client.md
docs/docs.trychroma.com/markdoc/content/docs/run-chroma/python-http-client.md
docs/docs.trychroma.com/markdoc/content/integrations/chroma-integrations.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/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/voyageai.md
docs/docs.trychroma.com/markdoc/content/integrations/frameworks/braintrust.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/production/deployment.md
docs/docs.trychroma.com/markdoc/content/production/administration/auth.md
docs/docs.trychroma.com/markdoc/content/production/administration/migration.md
docs/docs.trychroma.com/markdoc/content/production/administration/observability.md
docs/docs.trychroma.com/markdoc/content/production/administration/performance.md
docs/docs.trychroma.com/markdoc/content/production/chroma-server/client-server-mode.md
docs/docs.trychroma.com/markdoc/content/production/chroma-server/python-thin-client.md
docs/docs.trychroma.com/markdoc/content/production/cloud-providers/aws.md
docs/docs.trychroma.com/markdoc/content/production/cloud-providers/azure.md
docs/docs.trychroma.com/markdoc/content/production/cloud-providers/gcp.md
docs/docs.trychroma.com/markdoc/content/production/containers/docker.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/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/cloud-art.svg
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/cpu-mean-query-latency.png
docs/docs.trychroma.com/public/globals.css
docs/docs.trychroma.com/public/insert-latency.png
docs/docs.trychroma.com/public/investors.png
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/team.JPG
docs/docs.trychroma.com/public/typescript.svg
docs/docs.trychroma.com/public/x-logo.svg
docs/docs.trychroma.com/scripts/jsDocs.sh
docs/docs.trychroma.com/scripts/pythonDocs.sh
examples/README.md
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/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/log/configuration/config.go
go/pkg/log/leader/main.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/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_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/cleanup.go
go/pkg/sysdb/grpc/cleaup_test.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/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/atlas.sum
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/coordinator.proto
idl/chromadb/proto/debug.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.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/frontend-service.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/sysdb-migration.yaml
k8s/distributed-chroma/templates/sysdb-service.yaml
k8s/test/README.md
k8s/test/grafana-service.yaml
k8s/test/grafana.yaml
k8s/test/jaeger-service.yaml
k8s/test/jaeger.yaml
k8s/test/minio.yaml
k8s/test/namespace.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/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/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/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/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/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/config/Cargo.toml
rust/config/src/lib.rs
rust/distance/Cargo.toml
rust/distance/benches/distance_metrics.rs
rust/distance/src/distance_avx.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/garbage_collector/Cargo.toml
rust/garbage_collector/garbage_collector_config.yaml
rust/garbage_collector/src/config.rs
rust/garbage_collector/src/lib.rs
rust/garbage_collector/src/opentelemetry_config.rs
rust/garbage_collector/src/bin/garbage_collector_service.rs
rust/garbage_collector/src/bin/garbage_collector_tool.rs
rust/index/Cargo.toml
rust/index/bindings.cpp
rust/index/build.rs
rust/index/benches/dataset_utilities.rs
rust/index/benches/full_text.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/load/Cargo.toml
rust/load/Dockerfile
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/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/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/mod.rs
rust/system/src/utils/panic.rs
rust/types/Cargo.toml
rust/types/build.rs
rust/types/src/collection.rs
rust/types/src/data_chunk.rs
rust/types/src/data_record.rs
rust/types/src/flush.rs
rust/types/src/lib.rs
rust/types/src/metadata.rs
rust/types/src/operation.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_posting_list.rs
rust/types/src/tenant.rs
rust/types/src/types.rs
rust/worker/.dockerignore
rust/worker/.gitignore
rust/worker/Cargo.toml
rust/worker/Dockerfile
rust/worker/README.md
rust/worker/chroma_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/spann.rs
rust/worker/src/config.rs
rust/worker/src/lib.rs
rust/worker/src/server.rs
rust/worker/src/assignment/assignment_policy.rs
rust/worker/src/assignment/config.rs
rust/worker/src/assignment/mod.rs
rust/worker/src/assignment/rendezvous_hash.rs
rust/worker/src/bin/compaction_service.rs
rust/worker/src/bin/query_service.rs
rust/worker/src/compactor/compaction_manager.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/knn.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.rs
rust/worker/src/execution/operators/prefetch_record.rs
rust/worker/src/execution/operators/projection.rs
rust/worker/src/execution/operators/register.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/spann_knn_merge.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/spann_knn.rs
rust/worker/src/log/config.rs
rust/worker/src/log/log.rs
rust/worker/src/log/mod.rs
rust/worker/src/log/test.rs
rust/worker/src/memberlist/config.rs
rust/worker/src/memberlist/memberlist_provider.rs
rust/worker/src/memberlist/mod.rs
rust/worker/src/segment/config.rs
rust/worker/src/segment/distributed_hnsw_segment.rs
rust/worker/src/segment/metadata_segment.rs
rust/worker/src/segment/mod.rs
rust/worker/src/segment/record_segment.rs
rust/worker/src/segment/spann_segment.rs
rust/worker/src/segment/test.rs
rust/worker/src/segment/types.rs
rust/worker/src/segment/utils.rs
rust/worker/src/sysdb/config.rs
rust/worker/src/sysdb/mod.rs
rust/worker/src/sysdb/sysdb.rs
rust/worker/src/sysdb/test_sysdb.rs
rust/worker/src/tracing/mod.rs
rust/worker/src/tracing/opentelemetry_config.rs
rust/worker/src/tracing/util.rs
rust/worker/src/utils/convert.rs
rust/worker/src/utils/mod.rs