Closed ekzhu closed 1 year ago
Implemented remove(), pop() and popitems() according to the discussion in https://github.com/nmslib/hnswlib/issues/4 and partially based on https://github.com/weaviate/weaviate/blob/master/adapters/repos/db/vector/hnsw/delete.go.
Reversed edges are maintained to avoid global operation during delete.
Implemented remove(), pop() and popitems() according to the discussion in https://github.com/nmslib/hnswlib/issues/4 and partially based on https://github.com/weaviate/weaviate/blob/master/adapters/repos/db/vector/hnsw/delete.go.
Reversed edges are maintained to avoid global operation during delete.