Skip to content

Commit efd6b53

Browse files
committed
fix: add protobuf as a dependency for DiskANN backend
- Fixes 'No module named google' error when starting DiskANN embedding server - Prevents users from having to manually install protobuf
1 parent 2baaa45 commit efd6b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/leann-backend-diskann/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "leann-backend-diskann"
77
version = "0.1.9"
8-
dependencies = ["leann-core==0.1.9", "numpy"]
8+
dependencies = ["leann-core==0.1.9", "numpy", "protobuf>=3.19.0"]
99

1010
[tool.scikit-build]
1111
# Key: simplified CMake path

0 commit comments

Comments
 (0)