.dockerignore
.gitattributes
.gitignore
.pre-commit-config.yaml
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
yarn.lock
.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/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/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-hosted.yml
.github/workflows/release-javascript-client.yml
.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_deterministic/__init__.py
chromadb_deterministic/app.py
chromadb_deterministic/config.py
chromadb_deterministic/errors.py
chromadb_deterministic/log_config.yml
chromadb_deterministic/py.typed
chromadb_deterministic/serde.py
chromadb_deterministic/types.py
chromadb_deterministic.egg-info/PKG-INFO
chromadb_deterministic.egg-info/SOURCES.txt
chromadb_deterministic.egg-info/dependency_links.txt
chromadb_deterministic.egg-info/entry_points.txt
chromadb_deterministic.egg-info/requires.txt
chromadb_deterministic.egg-info/top_level.txt
chromadb_deterministic/api/__init__.py
chromadb_deterministic/api/async_api.py
chromadb_deterministic/api/async_client.py
chromadb_deterministic/api/async_fastapi.py
chromadb_deterministic/api/base_http_client.py
chromadb_deterministic/api/client.py
chromadb_deterministic/api/configuration.py
chromadb_deterministic/api/fastapi.py
chromadb_deterministic/api/segment.py
chromadb_deterministic/api/shared_system_client.py
chromadb_deterministic/api/types.py
chromadb_deterministic/api/models/AsyncCollection.py
chromadb_deterministic/api/models/Collection.py
chromadb_deterministic/api/models/CollectionCommon.py
chromadb_deterministic/auth/__init__.py
chromadb_deterministic/auth/basic_authn/__init__.py
chromadb_deterministic/auth/simple_rbac_authz/__init__.py
chromadb_deterministic/auth/token_authn/__init__.py
chromadb_deterministic/cli/__init__.py
chromadb_deterministic/cli/cli.py
chromadb_deterministic/cli/utils.py
chromadb_deterministic/db/__init__.py
chromadb_deterministic/db/base.py
chromadb_deterministic/db/migrations.py
chromadb_deterministic/db/system.py
chromadb_deterministic/db/impl/__init__.py
chromadb_deterministic/db/impl/sqlite.py
chromadb_deterministic/db/impl/sqlite_pool.py
chromadb_deterministic/db/impl/grpc/client.py
chromadb_deterministic/db/impl/grpc/server.py
chromadb_deterministic/db/mixins/embeddings_queue.py
chromadb_deterministic/db/mixins/sysdb.py
chromadb_deterministic/experimental/density_relevance.ipynb
chromadb_deterministic/ingest/__init__.py
chromadb_deterministic/ingest/impl/utils.py
chromadb_deterministic/logservice/logservice.py
chromadb_deterministic/migrations/__init__.py
chromadb_deterministic/migrations/embeddings_queue/00001-embeddings.sqlite.sql
chromadb_deterministic/migrations/embeddings_queue/00002-embeddings-queue-config.sqlite.sql
chromadb_deterministic/migrations/metadb/00001-embedding-metadata.sqlite.sql
chromadb_deterministic/migrations/metadb/00002-embedding-metadata.sqlite.sql
chromadb_deterministic/migrations/metadb/00003-full-text-tokenize.sqlite.sql
chromadb_deterministic/migrations/metadb/00004-metadata-indices.sqlite.sql
chromadb_deterministic/migrations/sysdb/00001-collections.sqlite.sql
chromadb_deterministic/migrations/sysdb/00002-segments.sqlite.sql
chromadb_deterministic/migrations/sysdb/00003-collection-dimension.sqlite.sql
chromadb_deterministic/migrations/sysdb/00004-tenants-databases.sqlite.sql
chromadb_deterministic/migrations/sysdb/00005-remove-topic.sqlite.sql
chromadb_deterministic/migrations/sysdb/00006-collection-segment-metadata.sqlite.sql
chromadb_deterministic/migrations/sysdb/00007-collection-config.sqlite.sql
chromadb_deterministic/migrations/sysdb/00008-maintenance-log.sqlite.sql
chromadb_deterministic/migrations/sysdb/00009-segment-collection-not-null.sqlite.sql
chromadb_deterministic/proto/__init__.py
chromadb_deterministic/proto/chroma_pb2.py
chromadb_deterministic/proto/chroma_pb2.pyi
chromadb_deterministic/proto/chroma_pb2_grpc.py
chromadb_deterministic/proto/convert.py
chromadb_deterministic/proto/coordinator_pb2.py
chromadb_deterministic/proto/coordinator_pb2.pyi
chromadb_deterministic/proto/coordinator_pb2_grpc.py
chromadb_deterministic/proto/logservice_pb2.py
chromadb_deterministic/proto/logservice_pb2.pyi
chromadb_deterministic/proto/logservice_pb2_grpc.py
chromadb_deterministic/proto/utils.py
chromadb_deterministic/quota/__init__.py
chromadb_deterministic/quota/test_provider.py
chromadb_deterministic/rate_limiting/__init__.py
chromadb_deterministic/rate_limiting/test_provider.py
chromadb_deterministic/segment/__init__.py
chromadb_deterministic/segment/distributed/__init__.py
chromadb_deterministic/segment/impl/__init__.py
chromadb_deterministic/segment/impl/distributed/segment_directory.py
chromadb_deterministic/segment/impl/manager/__init__.py
chromadb_deterministic/segment/impl/manager/distributed.py
chromadb_deterministic/segment/impl/manager/local.py
chromadb_deterministic/segment/impl/manager/cache/__init__.py
chromadb_deterministic/segment/impl/manager/cache/cache.py
chromadb_deterministic/segment/impl/metadata/grpc_segment.py
chromadb_deterministic/segment/impl/metadata/sqlite.py
chromadb_deterministic/segment/impl/vector/batch.py
chromadb_deterministic/segment/impl/vector/brute_force_index.py
chromadb_deterministic/segment/impl/vector/grpc_segment.py
chromadb_deterministic/segment/impl/vector/hnsw_params.py
chromadb_deterministic/segment/impl/vector/local_hnsw.py
chromadb_deterministic/segment/impl/vector/local_persistent_hnsw.py
chromadb_deterministic/server/__init__.py
chromadb_deterministic/server/fastapi/__init__.py
chromadb_deterministic/server/fastapi/types.py
chromadb_deterministic/telemetry/README.md
chromadb_deterministic/telemetry/__init__.py
chromadb_deterministic/telemetry/opentelemetry/__init__.py
chromadb_deterministic/telemetry/opentelemetry/fastapi.py
chromadb_deterministic/telemetry/opentelemetry/grpc.py
chromadb_deterministic/telemetry/product/__init__.py
chromadb_deterministic/telemetry/product/events.py
chromadb_deterministic/telemetry/product/posthog.py
chromadb_deterministic/test/conftest.py
chromadb_deterministic/test/openssl.cnf
chromadb_deterministic/test/test_api.py
chromadb_deterministic/test/test_chroma.py
chromadb_deterministic/test/test_cli.py
chromadb_deterministic/test/test_client.py
chromadb_deterministic/test/test_config.py
chromadb_deterministic/test/test_logservice.py
chromadb_deterministic/test/test_multithreaded.py
chromadb_deterministic/test/api/test_types.py
chromadb_deterministic/test/auth/rbac_test_executors.py
chromadb_deterministic/test/auth/strategies.py
chromadb_deterministic/test/auth/test_base_class_behavior.py
chromadb_deterministic/test/auth/test_basic_authn.py
chromadb_deterministic/test/auth/test_simple_rbac_authz.py
chromadb_deterministic/test/auth/test_token_authn.py
chromadb_deterministic/test/client/create_http_client_with_basic_auth.py
chromadb_deterministic/test/client/test_cloud_client.py
chromadb_deterministic/test/client/test_create_http_client.py
chromadb_deterministic/test/client/test_database_tenant.py
chromadb_deterministic/test/client/test_multiple_clients_concurrency.py
chromadb_deterministic/test/configurations/test_configurations.py
chromadb_deterministic/test/data_loader/test_data_loader.py
chromadb_deterministic/test/db/test_base.py
chromadb_deterministic/test/db/test_hash.py
chromadb_deterministic/test/db/test_log_purge.py
chromadb_deterministic/test/db/test_migrations.py
chromadb_deterministic/test/db/test_system.py
chromadb_deterministic/test/db/migrations/00001-migration-1.psql.sql
chromadb_deterministic/test/db/migrations/00001-migration-1.sqlite.sql
chromadb_deterministic/test/db/migrations/00002-migration-2.psql.sql
chromadb_deterministic/test/db/migrations/00002-migration-2.sqlite.sql
chromadb_deterministic/test/db/migrations/00003-migration-3.psql.sql
chromadb_deterministic/test/db/migrations/00003-migration-3.sqlite.sql
chromadb_deterministic/test/db/migrations/__init__.py
chromadb_deterministic/test/distributed/README.md
chromadb_deterministic/test/distributed/test_sanity.py
chromadb_deterministic/test/ef/test_default_ef.py
chromadb_deterministic/test/ef/test_ef.py
chromadb_deterministic/test/ef/test_multimodal_ef.py
chromadb_deterministic/test/ef/test_ollama_ef.py
chromadb_deterministic/test/ingest/test_producer_consumer.py
chromadb_deterministic/test/property/invariants.py
chromadb_deterministic/test/property/strategies.py
chromadb_deterministic/test/property/test_add.py
chromadb_deterministic/test/property/test_client_url.py
chromadb_deterministic/test/property/test_collections.py
chromadb_deterministic/test/property/test_collections_with_database_tenant.py
chromadb_deterministic/test/property/test_collections_with_database_tenant_overwrite.py
chromadb_deterministic/test/property/test_cross_version_persist.py
chromadb_deterministic/test/property/test_embeddings.py
chromadb_deterministic/test/property/test_filtering.py
chromadb_deterministic/test/property/test_persist.py
chromadb_deterministic/test/property/test_restart_persist.py
chromadb_deterministic/test/property/test_segment_manager.py
chromadb_deterministic/test/proto/test_utils.py
chromadb_deterministic/test/quota/test_static_quota_enforcer.py
chromadb_deterministic/test/rate_limiting/test_rate_limiting.py
chromadb_deterministic/test/segment/test_metadata.py
chromadb_deterministic/test/segment/test_vector.py
chromadb_deterministic/test/segment/distributed/test_memberlist_provider.py
chromadb_deterministic/test/segment/distributed/test_protobuf_translation.py
chromadb_deterministic/test/segment/distributed/test_rendezvous_hash.py
chromadb_deterministic/test/stress/test_many_collections.py
chromadb_deterministic/test/utils/test_messagid.py
chromadb_deterministic/test/utils/wait_for_version_increase.py
chromadb_deterministic/utils/__init__.py
chromadb_deterministic/utils/async_to_sync.py
chromadb_deterministic/utils/batch_utils.py
chromadb_deterministic/utils/data_loaders.py
chromadb_deterministic/utils/delete_file.py
chromadb_deterministic/utils/directory.py
chromadb_deterministic/utils/distance_functions.py
chromadb_deterministic/utils/fastapi.py
chromadb_deterministic/utils/lru_cache.py
chromadb_deterministic/utils/messageid.py
chromadb_deterministic/utils/read_write_lock.py
chromadb_deterministic/utils/rendezvous_hash.py
chromadb_deterministic/utils/embedding_functions/__init__.py
chromadb_deterministic/utils/embedding_functions/amazon_bedrock_embedding_function.py
chromadb_deterministic/utils/embedding_functions/chroma_langchain_embedding_function.py
chromadb_deterministic/utils/embedding_functions/cohere_embedding_function.py
chromadb_deterministic/utils/embedding_functions/google_embedding_function.py
chromadb_deterministic/utils/embedding_functions/huggingface_embedding_function.py
chromadb_deterministic/utils/embedding_functions/instructor_embedding_function.py
chromadb_deterministic/utils/embedding_functions/jina_embedding_function.py
chromadb_deterministic/utils/embedding_functions/ollama_embedding_function.py
chromadb_deterministic/utils/embedding_functions/onnx_mini_lm_l6_v2.py
chromadb_deterministic/utils/embedding_functions/open_clip_embedding_function.py
chromadb_deterministic/utils/embedding_functions/openai_embedding_function.py
chromadb_deterministic/utils/embedding_functions/roboflow_embedding_function.py
chromadb_deterministic/utils/embedding_functions/sentence_transformer_embedding_function.py
chromadb_deterministic/utils/embedding_functions/text2vec_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/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/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
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/next-env.d.ts
docs/docs.trychroma.com/next.config.js
docs/docs.trychroma.com/package.json
docs/docs.trychroma.com/postcss.config.js
docs/docs.trychroma.com/tailwind.config.js
docs/docs.trychroma.com/tsconfig.json
docs/docs.trychroma.com/vercel.json
docs/docs.trychroma.com/components/CodeBlock.tsx
docs/docs.trychroma.com/components/CopyToClipboardButton.tsx
docs/docs.trychroma.com/components/layout/SideNav.tsx
docs/docs.trychroma.com/components/layout/TableOfContents.tsx
docs/docs.trychroma.com/components/layout/TopNav.tsx
docs/docs.trychroma.com/components/layout/state.tsx
docs/docs.trychroma.com/components/markdoc/AppLink.tsx
docs/docs.trychroma.com/components/markdoc/CodeTab.tsx
docs/docs.trychroma.com/components/markdoc/CodeTabs.tsx
docs/docs.trychroma.com/components/markdoc/Heading.tsx
docs/docs.trychroma.com/components/markdoc/Math.tsx
docs/docs.trychroma.com/components/markdoc/Note.tsx
docs/docs.trychroma.com/components/markdoc/SpecialTable.tsx
docs/docs.trychroma.com/components/markdoc/Tab.tsx
docs/docs.trychroma.com/components/markdoc/Tabs.tsx
docs/docs.trychroma.com/components/markdoc/misc.tsx
docs/docs.trychroma.com/components/ui/alert.tsx
docs/docs.trychroma.com/components/ui/breadcrumb.tsx
docs/docs.trychroma.com/components/ui/button.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/tabs.tsx
docs/docs.trychroma.com/components/ui/toast.tsx
docs/docs.trychroma.com/components/ui/toaster.tsx
docs/docs.trychroma.com/components/ui/toggle-theme.tsx
docs/docs.trychroma.com/components/ui/tooltip.tsx
docs/docs.trychroma.com/components/ui/use-toast.ts
docs/docs.trychroma.com/lib/utils.ts
docs/docs.trychroma.com/markdoc/functions.ts
docs/docs.trychroma.com/markdoc/nodes/fence.markdoc.tsx
docs/docs.trychroma.com/markdoc/nodes/heading.markdoc.ts
docs/docs.trychroma.com/markdoc/nodes/index.ts
docs/docs.trychroma.com/markdoc/nodes/link.markdoc.ts
docs/docs.trychroma.com/markdoc/partials/header.md
docs/docs.trychroma.com/markdoc/tags/codetabs.markdoc.ts
docs/docs.trychroma.com/markdoc/tags/index.ts
docs/docs.trychroma.com/markdoc/tags/note.markdoc.ts
docs/docs.trychroma.com/markdoc/tags/special_table.markdoc.ts
docs/docs.trychroma.com/markdoc/tags/tabs.markdoc.ts
docs/docs.trychroma.com/pages/_app.tsx
docs/docs.trychroma.com/pages/_sidenav.js
docs/docs.trychroma.com/pages/about.md
docs/docs.trychroma.com/pages/community.md
docs/docs.trychroma.com/pages/contributing.md
docs/docs.trychroma.com/pages/getting-started.md
docs/docs.trychroma.com/pages/index.md
docs/docs.trychroma.com/pages/roadmap.md
docs/docs.trychroma.com/pages/tabs.md
docs/docs.trychroma.com/pages/telemetry.md
docs/docs.trychroma.com/pages/troubleshooting.md
docs/docs.trychroma.com/pages/cloud/_sidenav.js
docs/docs.trychroma.com/pages/cloud/apikeys.md
docs/docs.trychroma.com/pages/cloud/index.md
docs/docs.trychroma.com/pages/cloud/performance.md
docs/docs.trychroma.com/pages/cloud/teams.md
docs/docs.trychroma.com/pages/deployment/_sidenav.js
docs/docs.trychroma.com/pages/deployment/auth.md
docs/docs.trychroma.com/pages/deployment/aws.md
docs/docs.trychroma.com/pages/deployment/azure.md
docs/docs.trychroma.com/pages/deployment/docker.md
docs/docs.trychroma.com/pages/deployment/encryption.md
docs/docs.trychroma.com/pages/deployment/gcp.md
docs/docs.trychroma.com/pages/deployment/in-memory.md
docs/docs.trychroma.com/pages/deployment/index.md
docs/docs.trychroma.com/pages/deployment/kubernetes.md
docs/docs.trychroma.com/pages/deployment/logging.md
docs/docs.trychroma.com/pages/deployment/migration.md
docs/docs.trychroma.com/pages/deployment/observability.md
docs/docs.trychroma.com/pages/deployment/performance.md
docs/docs.trychroma.com/pages/deployment/persistent-client.md
docs/docs.trychroma.com/pages/deployment/security.md
docs/docs.trychroma.com/pages/docs/index.md
docs/docs.trychroma.com/pages/examples/_sidenav.js
docs/docs.trychroma.com/pages/examples/agents.md
docs/docs.trychroma.com/pages/examples/code.md
docs/docs.trychroma.com/pages/examples/documents.md
docs/docs.trychroma.com/pages/examples/fastapi.md
docs/docs.trychroma.com/pages/examples/index.md
docs/docs.trychroma.com/pages/examples/nextjs.md
docs/docs.trychroma.com/pages/examples/rails.md
docs/docs.trychroma.com/pages/guides/_sidenav.js
docs/docs.trychroma.com/pages/guides/adding.md
docs/docs.trychroma.com/pages/guides/deleting.md
docs/docs.trychroma.com/pages/guides/documents.md
docs/docs.trychroma.com/pages/guides/embedding.md
docs/docs.trychroma.com/pages/guides/embeddings.md
docs/docs.trychroma.com/pages/guides/index.md
docs/docs.trychroma.com/pages/guides/indexes.md
docs/docs.trychroma.com/pages/guides/loading.md
docs/docs.trychroma.com/pages/guides/metadatas.md
docs/docs.trychroma.com/pages/guides/multimodal.md
docs/docs.trychroma.com/pages/guides/querying.md
docs/docs.trychroma.com/pages/guides/splitting.md
docs/docs.trychroma.com/pages/guides/updating.md
docs/docs.trychroma.com/pages/integrations/_sidenav.js
docs/docs.trychroma.com/pages/integrations/braintrust.md
docs/docs.trychroma.com/pages/integrations/cohere.md
docs/docs.trychroma.com/pages/integrations/google-gemini.md
docs/docs.trychroma.com/pages/integrations/haystack.md
docs/docs.trychroma.com/pages/integrations/hugging-face-server.md
docs/docs.trychroma.com/pages/integrations/hugging-face.md
docs/docs.trychroma.com/pages/integrations/index.md
docs/docs.trychroma.com/pages/integrations/instructor.md
docs/docs.trychroma.com/pages/integrations/jinaai.md
docs/docs.trychroma.com/pages/integrations/langchain.md
docs/docs.trychroma.com/pages/integrations/llamaindex.md
docs/docs.trychroma.com/pages/integrations/ollama.md
docs/docs.trychroma.com/pages/integrations/openai.md
docs/docs.trychroma.com/pages/integrations/openlit.md
docs/docs.trychroma.com/pages/integrations/openllmetry.md
docs/docs.trychroma.com/pages/integrations/roboflow.md
docs/docs.trychroma.com/pages/integrations/streamlit.md
docs/docs.trychroma.com/pages/reference/_sidenav.js
docs/docs.trychroma.com/pages/reference/architecture.md
docs/docs.trychroma.com/pages/reference/cheatsheet.md
docs/docs.trychroma.com/pages/reference/cli.md
docs/docs.trychroma.com/pages/reference/docs.md
docs/docs.trychroma.com/pages/reference/index.md
docs/docs.trychroma.com/pages/reference/js-client.md
docs/docs.trychroma.com/pages/reference/js-collection.md
docs/docs.trychroma.com/pages/reference/openapi.md
docs/docs.trychroma.com/pages/reference/py-client.md
docs/docs.trychroma.com/pages/reference/py-collection.md
docs/docs.trychroma.com/public/favicon.ico
docs/docs.trychroma.com/public/globals.css
docs/docs.trychroma.com/public/img/after.gif
docs/docs.trychroma.com/public/img/chroma-migrate.png
docs/docs.trychroma.com/public/img/chroma.png
docs/docs.trychroma.com/public/img/chroma.svg
docs/docs.trychroma.com/public/img/favicon.ico
docs/docs.trychroma.com/public/img/glitch.gif
docs/docs.trychroma.com/public/img/hrm4.svg
docs/docs.trychroma.com/public/img/openllmetry.png
docs/docs.trychroma.com/public/img/pip.png
docs/docs.trychroma.com/public/img/svg_fast.svg
docs/docs.trychroma.com/public/img/svg_fast2.svg
docs/docs.trychroma.com/public/img/svg_feature.svg
docs/docs.trychroma.com/public/img/svg_free.svg
docs/docs.trychroma.com/public/img/svg_simple.svg
docs/docs.trychroma.com/public/img/svg_simple2.svg
docs/docs.trychroma.com/public/img/team.JPG
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
go/Dockerfile
go/Dockerfile.migration
go/Makefile
go/README.md
go/atlas.hcl
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/database/log/atlas.hcl
go/database/log/sqlc.yaml
go/database/log/db/copyfrom.go
go/database/log/db/db.go
go/database/log/db/models.go
go/database/log/db/queries.sql.go
go/database/log/migrations/20240404181827_initial.sql
go/database/log/migrations/atlas.sum
go/database/log/queries/queries.sql
go/database/log/schema/collection.sql
go/database/log/schema/record_log.sql
go/migrations/20240313233558.sql
go/migrations/20240321194713.sql
go/migrations/20240327075032.sql
go/migrations/20240327172649.sql
go/migrations/20240411201006.sql
go/migrations/20240612201006.sql
go/migrations/20240621171854.sql
go/migrations/atlas.sum
go/mocks/Catalog.go
go/mocks/CollectionMetadataValueType.go
go/mocks/Component.go
go/mocks/DBTX.go
go/mocks/GrpcProvider.go
go/mocks/GrpcServer.go
go/mocks/ICollectionDb.go
go/mocks/ICollectionMetadataDb.go
go/mocks/ICoordinator.go
go/mocks/IDatabaseDb.go
go/mocks/IMemberlistManager.go
go/mocks/IMemberlistStore.go
go/mocks/IMetaDomain.go
go/mocks/INotificationDb.go
go/mocks/ISegmentDb.go
go/mocks/ISegmentMetadataDb.go
go/mocks/ITenantDb.go
go/mocks/ITransaction.go
go/mocks/IWatcher.go
go/mocks/LogServiceClient.go
go/mocks/LogServiceServer.go
go/mocks/NodeWatcherCallback.go
go/mocks/NotificationProcessor.go
go/mocks/NotificationStore.go
go/mocks/Notifier.go
go/mocks/SegmentMetadataValueType.go
go/mocks/SysDBClient.go
go/mocks/SysDBServer.go
go/mocks/UnsafeLogServiceServer.go
go/mocks/UnsafeSysDBServer.go
go/mocks/UnsafeVectorReaderServer.go
go/mocks/VectorReaderClient.go
go/mocks/VectorReaderServer.go
go/mocks/isUpdateCollectionRequest_MetadataUpdate.go
go/mocks/isUpdateMetadataValue_Value.go
go/mocks/isUpdateSegmentRequest_CollectionUpdate.go
go/mocks/isUpdateSegmentRequest_MetadataUpdate.go
go/pkg/common/component.go
go/pkg/common/constants.go
go/pkg/common/errors.go
go/pkg/coordinator/apis.go
go/pkg/coordinator/apis_test.go
go/pkg/coordinator/coordinator.go
go/pkg/coordinator/grpc/collection_service.go
go/pkg/coordinator/grpc/collection_service_test.go
go/pkg/coordinator/grpc/proto_model_convert.go
go/pkg/coordinator/grpc/proto_model_convert_test.go
go/pkg/coordinator/grpc/segment_service.go
go/pkg/coordinator/grpc/server.go
go/pkg/coordinator/grpc/tenant_database_service.go
go/pkg/coordinator/grpc/tenant_database_service_test.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/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/metastore/catalog.go
go/pkg/metastore/coordinator/model_db_convert.go
go/pkg/metastore/coordinator/model_db_convert_test.go
go/pkg/metastore/coordinator/table_catalog.go
go/pkg/metastore/coordinator/table_catalog_test.go
go/pkg/metastore/db/dao/collection.go
go/pkg/metastore/db/dao/collection_metadata.go
go/pkg/metastore/db/dao/collection_test.go
go/pkg/metastore/db/dao/common.go
go/pkg/metastore/db/dao/database.go
go/pkg/metastore/db/dao/notification.go
go/pkg/metastore/db/dao/segment.go
go/pkg/metastore/db/dao/segment_metadata.go
go/pkg/metastore/db/dao/segment_test.go
go/pkg/metastore/db/dao/tenant.go
go/pkg/metastore/db/dao/tenant_test.go
go/pkg/metastore/db/dao/test_utils.go
go/pkg/metastore/db/dbcore/core.go
go/pkg/metastore/db/dbmodel/collection.go
go/pkg/metastore/db/dbmodel/collection_metadata.go
go/pkg/metastore/db/dbmodel/common.go
go/pkg/metastore/db/dbmodel/database.go
go/pkg/metastore/db/dbmodel/notification.go
go/pkg/metastore/db/dbmodel/segment.go
go/pkg/metastore/db/dbmodel/segment_metadata.go
go/pkg/metastore/db/dbmodel/tenant.go
go/pkg/metastore/db/dbmodel/mocks/ICollectionDb.go
go/pkg/metastore/db/dbmodel/mocks/ICollectionMetadataDb.go
go/pkg/metastore/db/dbmodel/mocks/IDatabaseDb.go
go/pkg/metastore/db/dbmodel/mocks/IMetaDomain.go
go/pkg/metastore/db/dbmodel/mocks/INotificationDb.go
go/pkg/metastore/db/dbmodel/mocks/ISegmentDb.go
go/pkg/metastore/db/dbmodel/mocks/ISegmentMetadataDb.go
go/pkg/metastore/db/dbmodel/mocks/ITenantDb.go
go/pkg/metastore/db/dbmodel/mocks/ITransaction.go
go/pkg/metastore/mocks/Catalog.go
go/pkg/model/collection.go
go/pkg/model/collection_metadata.go
go/pkg/model/database.go
go/pkg/model/notification.go
go/pkg/model/segment.go
go/pkg/model/segment_metadata.go
go/pkg/model/tenant.go
go/pkg/notification/database_notification_store.go
go/pkg/notification/database_notification_store_test.go
go/pkg/notification/memory_notification_store.go
go/pkg/notification/memory_notification_store_test.go
go/pkg/notification/notification_processor.go
go/pkg/notification/notification_processor_test.go
go/pkg/notification/notification_store.go
go/pkg/notification/notifier.go
go/pkg/proto/coordinatorpb/chroma.pb.go
go/pkg/proto/coordinatorpb/chroma_grpc.pb.go
go/pkg/proto/coordinatorpb/coordinator.pb.go
go/pkg/proto/coordinatorpb/coordinator_grpc.pb.go
go/pkg/proto/logservicepb/logservice.pb.go
go/pkg/proto/logservicepb/logservice_grpc.pb.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/coordinator.proto
idl/chromadb/proto/debug.proto
idl/chromadb/proto/logservice.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/blockstore/Cargo.toml
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/types.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/mod.rs
rust/blockstore/src/arrow/provider.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/data_record.rs
rust/blockstore/src/arrow/block/delta/delta.rs
rust/blockstore/src/arrow/block/delta/mod.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/storage.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/int32array_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/str_value.rs
rust/blockstore/src/arrow/block/value/u32_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/cache/Cargo.toml
rust/cache/src/cache.rs
rust/cache/src/config.rs
rust/cache/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/index/Cargo.toml
rust/index/bindings.cpp
rust/index/build.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/types.rs
rust/index/src/utils.rs
rust/index/src/fulltext/mod.rs
rust/index/src/fulltext/tokenizer.rs
rust/index/src/fulltext/types.rs
rust/index/src/metadata/mod.rs
rust/index/src/metadata/types.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/s3.rs
rust/storage/src/stream.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/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/build.rs
rust/worker/chroma_config.yaml
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/config.rs
rust/worker/src/execution/dispatcher.rs
rust/worker/src/execution/mod.rs
rust/worker/src/execution/operator.rs
rust/worker/src/execution/worker_thread.rs
rust/worker/src/execution/operators/brute_force_knn.rs
rust/worker/src/execution/operators/count_records.rs
rust/worker/src/execution/operators/flush_s3.rs
rust/worker/src/execution/operators/get_vectors_operator.rs
rust/worker/src/execution/operators/hnsw_knn.rs
rust/worker/src/execution/operators/merge_knn_results.rs
rust/worker/src/execution/operators/merge_metadata_results.rs
rust/worker/src/execution/operators/metadata_filtering.rs
rust/worker/src/execution/operators/mod.rs
rust/worker/src/execution/operators/normalize_vectors.rs
rust/worker/src/execution/operators/partition.rs
rust/worker/src/execution/operators/pull_log.rs
rust/worker/src/execution/operators/record_segment_prefetch.rs
rust/worker/src/execution/operators/register.rs
rust/worker/src/execution/operators/write_segments.rs
rust/worker/src/execution/orchestration/common.rs
rust/worker/src/execution/orchestration/compact.rs
rust/worker/src/execution/orchestration/get_vectors.rs
rust/worker/src/execution/orchestration/hnsw.rs
rust/worker/src/execution/orchestration/metadata.rs
rust/worker/src/execution/orchestration/mod.rs
rust/worker/src/log/config.rs
rust/worker/src/log/log.rs
rust/worker/src/log/mod.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/types.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/system/executor.rs
rust/worker/src/system/mod.rs
rust/worker/src/system/receiver.rs
rust/worker/src/system/scheduler.rs
rust/worker/src/system/system.rs
rust/worker/src/system/types.rs
rust/worker/src/system/wrapped_message.rs
rust/worker/src/tracing/mod.rs
rust/worker/src/tracing/opentelemetry_config.rs
rust/worker/src/tracing/util.rs
rust/worker/src/utils/mod.rs
rust/worker/src/utils/panic.rs