MCPcopy Create free account
hub / github.com/NGT-labs/NGT / remove

Method remove

python/src/ngtpy.cpp:469–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467 }
468
469 void remove(size_t id) {
470 id = zeroNumbering ? id + 1 : id;
471 NGT::Index::remove(id);
472 }
473
474 void refineANNG(
475 float epsilon, // epsilon for search

Callers 1

sample.pyFile · 0.45

Calls 1

removeFunction · 0.50

Tested by

no test coverage detected