microsoft / DiskANN

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

[BUG] build_disk_index does not delete the mem_index.data files for one-shot build #555

Open gopalrs opened 3 months ago

gopalrs commented 3 months ago

As explained above, the mem_index* files remain after the disk index is created, unnecessarily consuming disk space. This doesn't happen with sharded build.