Skip to content
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

Change brute_force api to match ivf*/cagra #536

Open
wants to merge 4 commits into
base: branch-25.02
Choose a base branch
from

Conversation

benfred
Copy link
Member

@benfred benfred commented Dec 16, 2024

This changes the brute_force knn api to match that of ivf-* and cagra , by adding a search_params and index_params structure to the relevant calls.

This allows us to use the dynamic batching code on brute_force knn, as well as provide a more standardized API for our users.

This changes the brute_force knn api to match that of ivf-* and cagra ,
by adding a search_params and index_params structure to the relevant calls.

This allows us to use the dynamic batching code on brute_force knn, as well
as provide a more standardized API for our users.
@benfred benfred added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Dec 16, 2024
@benfred benfred requested review from a team as code owners December 16, 2024 23:53
@benfred benfred requested a review from achirkin December 17, 2024 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake cpp improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant