Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
82
pub struct HNSWLevel(pub u8);
83
84
#[derive(Debug, Copy, Clone, Serialize, Deserialize, PartialEq, Eq, Hash)]
85
pub struct FileOffset(pub u32);
Callers
9
create_root_node
Function · 0.85
create_pseudo_root_node
Function · 0.85
ann_search
Function · 0.85
index_embeddings
Function · 0.85
index_embedding
Function · 0.85
search_internal
Method · 0.85
create_prob_node
Function · 0.85
deserialize
Method · 0.85
deserialize_raw
Method · 0.85
Calls
no outgoing calls
Tested by
1
create_prob_node
Function · 0.68