MCPcopy 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
68SparseVectors

Callers 2

SparseBuildMethod · 0.45
SparseKnnSearchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected