Dmitry Yashunin
Dmitry Yashunin
@patelprateek I have started working on this.
@patelprateek this https://github.com/nmslib/hnswlib/pull/334 should add unmark_deleted function in python
Hi @cdjingit! Thank you for reporting it. Do you have an example to reproduce it?
@gtsoukas Thank you for the updates! Let me discuss with @yurymalkov about the code changes. There are possible options here.
@gtsoukas Thank you! I made several changes above yours: removed template filter_func_t, added filter to brute force index and updated tests. I attached the patch file. Could you please apply...
@gtsoukas Thank you! I’m not sure that I get everything correctly. There is inconsistency in naming. In hnswalg.h we have "labels". In python_bindings we have "ids". Actually they mean the...
I think this is done intentionally. See https://github.com/nmslib/hnswlib/pull/344 When `has_deletions = true` we have deleted elements and our recall is worse than we have no deleted elements. Therefore to improve...
As I understand when `has_deletions = false` we can not output less than `ef` elements (the only case when a total number of elements in the index is less than...
hope this helps https://ppwwyyxx.com/blog/2022/Demystify-RAM-Usage-in-Multiprocess-DataLoader/
Thank you, @ahirner for the reminder. We will fix it.