Skip to content

Commit fb01fff

Browse files
authored
chore: add chromadb optional dependency
Add chromadb>=0.5.0 as optional dependency in pyproject.toml Related to #1214
1 parent 28662d2 commit fb01fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ dev = ["pytest", "pytest-asyncio", "ruff", "mypy", "pre-commit"]
6767
embeddings = ["sentence-transformers>=3.3.1"]
6868
colpali = ["colpali-engine"]
6969
lancedb = ["lancedb>=0.25.0"]
70+
chromadb = ["chromadb>=0.5.0"]
7071
pydantic = ["pydantic>=2.11.9"]
7172

7273
# We need to repeat the dependency above to make it available for the `all` feature.

0 commit comments

Comments
 (0)