Skip to content

Commit b71485d

Browse files
authored
feat: Add LEANN optional dependency
1 parent bbf6d03 commit b71485d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dev = ["pytest", "pytest-asyncio", "ruff", "mypy", "pre-commit"]
6969
embeddings = ["sentence-transformers>=3.3.1"]
7070
colpali = ["colpali-engine"]
7171
lancedb = ["lancedb>=0.25.0", "pyarrow>=19.0.0"]
72+
leann = ["leann>=0.3.5"]
7273

7374
# We need to repeat the dependency above to make it available for the `all` feature.
7475
# Indirect dependencies such as "cocoindex[embeddings]" will not work for local development.
@@ -77,6 +78,7 @@ all = [
7778
"colpali-engine",
7879
"lancedb>=0.25.0",
7980
"pyarrow>=19.0.0",
81+
"leann>=0.3.5",
8082
]
8183

8284
# This is the set of dependencies that needs to be installed for the CI workflow.

0 commit comments

Comments
 (0)