You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @louisabraham
Yes, the index has to be initialized first. There is no check for that - it should be fixed.
ef_ is not currently dumped with the index. I'll update the docs to reflect this.
It is a good idea to store the ef_ in the dumped index, but this needs an overhaul of the format to make it extendable and avoid such problems in the future.
The following code segfaults:
Python 3.7.1
hnswlib==0.3
I installed it yesterday from github with
python3 setup.py install
.The text was updated successfully, but these errors were encountered: