MCPcopy Create free account
hub / github.com/antgroup/vsag / Build

Method Build

src/algorithm/sindi/sindi.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155std::vector<int64_t>
156SINDI::Build(const DatasetPtr& base) {
157 // note that there's a wlock in Add()
158 return this->Add(base);
159}
160
161bool
162SINDI::UpdateVector(int64_t id, const DatasetPtr& new_base, bool force_update) {

Callers 3

TrainMethod · 0.45
TrainMethod · 0.45
sindi_test.cppFile · 0.45

Calls 1

AddMethod · 0.95

Tested by

no test coverage detected