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
This commit is contained in:
Andy Lee
2025-07-25 16:10:25 -07:00
parent 2baaa4549b
commit efd6b5324b

View File

@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "leann-backend-diskann"
version = "0.1.9"
dependencies = ["leann-core==0.1.9", "numpy"]
dependencies = ["leann-core==0.1.9", "numpy", "protobuf>=3.19.0"]
[tool.scikit-build]
# Key: simplified CMake path