microsoft / DiskANN

Graph-structured Indices for Scalable, Fast, Fresh and Filtered Approximate Nearest Neighbor Search
Other
1.02k stars 208 forks source link

Fix memory index assert crash. use build_memory_index.cpp . #563

Open yuhaijun999 opened 2 months ago

yuhaijun999 commented 2 months ago

we add and delete vector found assert crash. assert position index.cpp :2646 assert(_empty_slots.size() + _nd == _max_points);