-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening up SearchParameters for IndexBinaryHNSW and IndexBinaryIVF #3503
Comments
what do you mean with "blocking"? |
|
Right, search parameters are not supported for most binary indexes. Enabling support is relatively simple, feel free to submit a PR. |
Hi @mdouze is there an update on this or a PR to track? I am looking for search params support for |
@gustavz You can take a look at this commit as a reference. heemin32@4d374aa
|
@heemin32 so if thats the code that enables it, why dont you open a PR and get it merged? |
@gustavz I was having hard time to build faiss and add unit test with my mac environment. Especially the python version of unit test, I could not make it runnable. |
@mdouze would you mind making the PR to extend |
Here is a PR trying to do so, it's mostly cursor generated though: #4055 |
Summary
IndexBinaryHNSW and IndexBinaryIVF is blocking SearchParameters. Can we open it up? Will there be any issue that I am not aware of?
https://github.com/facebookresearch/faiss/blob/main/faiss/IndexBinaryHNSW.cpp#L192
The text was updated successfully, but these errors were encountered: