cuvs 24.6.0

RAPIDS vector search library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cuvs"
description = "RAPIDS vector search library"
version.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
ffi = { package = "cuvs-sys", path = "../cuvs-sys", version = "24.6.0" }
ndarray = "0.15"

[dev-dependencies]
ndarray-rand = "0.14"