MCPcopy Create free account
hub / github.com/cosdata/cosdata / BatchVectorANN

Class BatchVectorANN

src/models/rpc.rs:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31#[derive(Debug, Serialize, Deserialize, PartialEq)]
32pub struct BatchVectorANN {
33 pub vectors: Vec<Vec<f32>>,
34 pub filter: Option<Filter>,
35 pub nn_count: Option<usize>,
36}
37
38#[derive(Debug, Serialize, Deserialize, PartialEq)]
39pub struct FetchNeighbors {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected