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
argmin is used extensively in the critical path of vector search to find the index of nearest neighbours / centroids., we could have a benchmark to see whether we can use simd or other mechanisms to accelerate it.
The text was updated successfully, but these errors were encountered:
Problem
argmin is used extensively in the critical path of vector search to find the index of nearest neighbours / centroids., we could have a benchmark to see whether we can use simd or other mechanisms to accelerate it.
The text was updated successfully, but these errors were encountered: