Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antgroup/vsag
/ SparseVectors
Method
SparseVectors
python_bindings/binding.cpp:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
uint32_t num_non_zeros;
62
63
SparseVectors(uint32_t num_elements)
64
: sparse_vectors(num_elements), num_elements(num_elements), num_non_zeros(0) {
65
}
66
};
67
68
SparseVectors
Callers
2
SparseBuild
Method · 0.45
SparseKnnSearch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected