.dockerignore
.gitignore
DEVELOP.md
Dockerfile
LICENSE
README.md
docker-compose.test.yml
docker-compose.yml
new_api.py
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/integration-test
bin/restore.sh
bin/setup_linux.sh
bin/setup_mac.sh
bin/test-package.sh
bin/test.py
bin/version
chromadb/__init__.py
chromadb/app.py
chromadb/config.py
chromadb/errors.py
chromadb/logger.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/server/utils/error_reporting.py
chromadb/server/utils/telemetry/__init__.py
chromadb/server/utils/telemetry/capture.py
chromadb/test/test_api.py
chromadb/test/test_chroma.py
chromadb/utils/__init__.py
chromadb/utils/embedding_functions.py
config/backup_disk.xml