intel / ScalableVectorSearch

https://intel.github.io/ScalableVectorSearch/
GNU Affero General Public License v3.0
125 stars 18 forks source link

About reproducibility #35

Closed gouyt13 closed 7 months ago

gouyt13 commented 7 months ago

It seems that the MLVQ.py in reproducibility/ doesn't work properly due to the updated api. Could you please fix it?

gouyt13 commented 7 months ago

I tried to fix it by replacing the str in LVQLoader by VectorDataLoader, but I met a new problem. RuntimeError: Trying to deserialize incompatible object (two_level_lvq_dataset, v0.0.3) from file line 3

aguerreb commented 7 months ago

Hi, and thanks for your interest in our work! The MLVQ.py script was created to reproduce some of the results in our paper on streaming similarity search, and uses auxiliary tools that have experimental support in the library so we do not guarantee compatibility with all SVS releases. Please let us know if you find this code useful and we’ll take this into account for future releases. In the meantime, you can run it without issues with commit 6533a60. Hope this helps!