.dockerignore
.gitignore
DEVELOP.md
Dockerfile
LICENSE
README.md
RELEASE_PROCESS.md
docker-compose.test.yml
docker-compose.yml
log_config.yml
new_api.py
pull_request_template.md
pyproject.toml
requirements.txt
requirements_dev.txt
.github/workflows/chroma-release.yml
.github/workflows/chroma-test.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/test_api.py
chromadb/test/test_chroma.py
chromadb/utils/__init__.py
chromadb/utils/embedding_functions.py
clients/js/.gitignore
clients/js/DEVELOP.md
clients/js/LICENSE
clients/js/README.md
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/generated/.gitignore
clients/js/src/generated/.npmignore
clients/js/src/generated/.openapi-generator-ignore
clients/js/src/generated/README.md
clients/js/src/generated/api.ts
clients/js/src/generated/base.ts
clients/js/src/generated/common.ts
clients/js/src/generated/configuration.ts
clients/js/src/generated/git_push.sh
clients/js/src/generated/index.ts
clients/js/src/generated/package.json
clients/js/src/generated/tsconfig.json
clients/js/src/generated/.openapi-generator/FILES
clients/js/src/generated/.openapi-generator/VERSION
clients/js/src/generated/api/default-api.ts
clients/js/src/generated/models/add-embedding.ts
clients/js/src/generated/models/create-collection.ts
clients/js/src/generated/models/delete-embedding.ts
clients/js/src/generated/models/get-embedding.ts
clients/js/src/generated/models/httpvalidation-error.ts
clients/js/src/generated/models/index.ts
clients/js/src/generated/models/query-embedding.ts
clients/js/src/generated/models/raw-sql.ts
clients/js/src/generated/models/update-collection.ts
clients/js/src/generated/models/update-embedding.ts
clients/js/src/generated/models/validation-error.ts
clients/js/test/client.test.ts
config/backup_disk.xml
config/chroma_users.xml
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