MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / random_vec

Function random_vec

src/main1.rs:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9use uuid;
10
11fn random_vec() -> [f32; VECTOR_SIZE] {
12 return [0.0; VECTOR_SIZE];
13}
14
15fn main() {
16 let namespace_id = uuid::Uuid::new_v4().to_string();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected