nmslib / hnswlib

Header-only C++/python library for fast approximate nearest neighbors
https://github.com/nmslib/hnswlib
Apache License 2.0
4.11k stars 607 forks source link

About checkIntegrity #558

Open jackinelee opened 2 months ago

jackinelee commented 2 months ago

When checkIntegrity , assert failed, that means the dataase is corrupted or not ? What cases will make checkIntegrity assert failed ?

Thanks

yurymalkov commented 1 month ago

Sorry for a late response. Yes, it means the index is corrupted.