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
compressed=True indexes are, unfortunately, not updateable; a bunch of the information needed for the update is dropped to compress the whole thing down to be smaller.
Thanks for the clarification! Would it make sense to for instance raise a more informative error when attempting to update a compressed index to help other users know about this limitation?
Minimal example that reproduces the problem:
Results in an
AttributeError: 'NNDescent' object has no attribute '_neighbor_graph'
.With
compressed=False
this issue doesn't occur.Thank you for the great package 🙏!
The text was updated successfully, but these errors were encountered: