removed blas and increase batch size for vector search
This commit is contained in:
parent
e75f56a0f2
commit
abefa2738b
4 changed files with 9 additions and 109 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue