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
The library panics with the following message when trying to search in it. The exact issue is located in the layer_search method due to wrong usage of the copy_from_slice function.
[...] panicked at 'source slice length (80) does not match destination slice length (84)', /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hnsw-0.11.0/src/hnsw/hnsw_const.rs:308:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
The library panics with the following message when trying to search in it. The exact issue is located in the
layer_search
method due to wrong usage of thecopy_from_slice
function.The text was updated successfully, but these errors were encountered: