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 details of the k-value constraints can be found in the Billion-scale similarity search with GPUs paper section 4.2. Since the paper was published, the k-value constraint was increased from 1024 to 2048 in the 1.5.1 release. The implementation of the warp select algorithm can be found in faiss/gpu/utils/warpselect path.
Do you have a specific use case that requires more than 2048 neighbors?
asadoughi
changed the title
more than 2047 nearest neighbors
more than 2048 nearest neighbors
Nov 1, 2024
Is it possible to modify the source code such that it is possible to retrieve more than 2047 nearest neighbors on faiss-gpu?
The text was updated successfully, but these errors were encountered: