Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ dim
Method
dim
nodedb-vector/src/collection/lifecycle.rs:287–289 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
285
}
286
287
pub fn dim(&self) -> usize {
288
self.dim
289
}
290
291
pub fn params(&self) -> &HnswParams {
292
&self.params
Callers
5
checkpoint_roundtrip_preserves_sq8
Function · 0.45
build_sq8_for_index
Method · 0.45
build_pq_for_index
Method · 0.45
quantized_search
Function · 0.45
attach_sq8
Function · 0.45
Calls
no outgoing calls
Tested by
1
checkpoint_roundtrip_preserves_sq8
Function · 0.36