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:
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
|
|||||||
[project]
|
[project]
|
||||||
name = "leann-backend-diskann"
|
name = "leann-backend-diskann"
|
||||||
version = "0.1.9"
|
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]
|
[tool.scikit-build]
|
||||||
# Key: simplified CMake path
|
# Key: simplified CMake path
|
||||||
|
|||||||
Reference in New Issue
Block a user