Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyAv46 committed Feb 25, 2024
1 parent 3aac930 commit 6224f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VecSim/algorithms/hnsw/hnsw_multi.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int HNSWIndex_Multi<DataType, DistType>::deleteVector(const labelType label) {
this->removeVectorInPlace(id);
ret++;
}
labelLookup.erase(ids);
labelLookup.erase(label);
return ret;
}

Expand Down

0 comments on commit 6224f61

Please sign in to comment.