.dockerignore
.gitignore
.pre-commit-config.yaml
DEVELOP.md
Dockerfile
LICENSE
README.md
RELEASE_PROCESS.md
docker-compose.test.yml
docker-compose.yml
log_config.yml
pull_request_template.md
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/ISSUE_TEMPLATE/installation_trouble.yaml
.github/workflows/chroma-integration-test.yml
.github/workflows/chroma-release.yml
.github/workflows/chroma-test.yml
.github/workflows/pr-review-checklist.yml
.vscode/settings.json
bin/backup.sh
bin/build
bin/docker_entrypoint.sh
bin/generate_cloudformation.py
bin/integration-test
bin/restore.sh
bin/setup_linux.sh
bin/setup_mac.sh
bin/test-package.sh
bin/test-remote
bin/test.py
bin/version
bin/templates/docker-compose.yml
chromadb/__init__.py
chromadb/app.py
chromadb/config.py
chromadb/errors.py
chromadb.egg-info/PKG-INFO
chromadb.egg-info/SOURCES.txt
chromadb.egg-info/dependency_links.txt
chromadb.egg-info/requires.txt
chromadb.egg-info/top_level.txt
chromadb/api/__init__.py
chromadb/api/fastapi.py
chromadb/api/local.py
chromadb/api/types.py
chromadb/api/models/Collection.py
chromadb/db/__init__.py
chromadb/db/clickhouse.py
chromadb/db/duckdb.py
chromadb/db/index/__init__.py
chromadb/db/index/hnswlib.py
chromadb/server/__init__.py
chromadb/server/fastapi/__init__.py
chromadb/server/fastapi/types.py
chromadb/telemetry/__init__.py
chromadb/telemetry/events.py
chromadb/telemetry/posthog.py
chromadb/test/conftest.py
chromadb/test/test_api.py
chromadb/test/test_chroma.py
chromadb/test/property/invariants.py
chromadb/test/property/strategies.py
chromadb/test/property/test_add.py
chromadb/test/property/test_collections.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/utils/__init__.py
chromadb/utils/embedding_functions.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-lock.json
clients/js/package.json
clients/js/tsconfig.json
clients/js/tsconfig.module.json
clients/js/yarn.lock
clients/js/examples/browser/README.md
clients/js/examples/browser/app.ts
clients/js/examples/browser/index.html
clients/js/examples/browser/package.json
clients/js/examples/browser/yarn.lock
clients/js/examples/node/README.md
clients/js/examples/node/app.js
clients/js/examples/node/package-lock.json
clients/js/examples/node/package.json
clients/js/examples/node/yarn.lock
clients/js/src/index.ts
clients/js/src/types.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/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/initClient.ts
clients/js/test/peek.collection.test.ts
clients/js/test/query.collection.test.ts
clients/js/test/update.collection.test.ts
clients/js/test/upsert.collections.test.ts
config/backup_disk.xml
config/chroma_users.xml
examples/alternative_embeddings.ipynb
examples/local_persistence.ipynb
examples/where_filtering.ipynb
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