removed blas and increase batch size for vector search

This commit is contained in:
KCaverly 2023-09-27 09:43:23 -04:00
parent e75f56a0f2
commit abefa2738b
4 changed files with 9 additions and 109 deletions

View file

@ -39,9 +39,7 @@ rand.workspace = true
schemars.workspace = true
globset.workspace = true
sha1 = "0.10.5"
ndarray = { version = "0.15.0", features = ["blas"] }
blas-src = { version = "0.8", features = ["openblas"] }
openblas-src = { version = "0.10", features = ["cblas", "system"] }
ndarray = { version = "0.15.0" }
[dev-dependencies]
collections = { path = "../collections", features = ["test-support"] }