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

Class HNSWLevel

src/models/types.rs:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
82pub struct HNSWLevel(pub u8);
83
84#[derive(Debug, Copy, Clone, Serialize, Deserialize, PartialEq, Eq, Hash)]
85pub struct FileOffset(pub u32);

Callers 9

create_root_nodeFunction · 0.85
create_pseudo_root_nodeFunction · 0.85
ann_searchFunction · 0.85
index_embeddingsFunction · 0.85
index_embeddingFunction · 0.85
search_internalMethod · 0.85
create_prob_nodeFunction · 0.85
deserializeMethod · 0.85
deserialize_rawMethod · 0.85

Calls

no outgoing calls

Tested by 1

create_prob_nodeFunction · 0.68