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
In rust-ml/linfa#15, it was decided that a new interface needed to be developed to make it easier to add arrays to HNSW. Due to a lack of abstractions surrounding numbers (mostly due to const generics), we will need to support specific array lengths. Each array length supported should be trivially convertible into an aligned SIMD type for usage in HNSW.
The text was updated successfully, but these errors were encountered:
In rust-ml/linfa#15, it was decided that a new interface needed to be developed to make it easier to add arrays to HNSW. Due to a lack of abstractions surrounding numbers (mostly due to const generics), we will need to support specific array lengths. Each array length supported should be trivially convertible into an aligned SIMD type for usage in HNSW.
The text was updated successfully, but these errors were encountered: