Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectorDB-NTU/RaBitQ-Library
/ num_clusters
Method
num_clusters
python_bindings/hnsw_bindings.cpp:147–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
results[static_cast<size_t>(i)][static_cast<size_t>(j)].second;
146
dists_buf(i, j) =
147
results[static_cast<size_t>(i)][static_cast<size_t>(j)].first;
148
}
149
}
150
return py::make_tuple(ids, dists);
Callers
1
load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected