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

Adding persistent kernel params to cagra python #583

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

Conversation

cjnolet
Copy link
Member

@cjnolet cjnolet commented Jan 16, 2025

Closes #553

@cjnolet cjnolet requested review from a team as code owners January 16, 2025 16:45
@cjnolet cjnolet self-assigned this Jan 16, 2025
@cjnolet cjnolet added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jan 16, 2025
@@ -363,6 +363,7 @@ cdef class SearchParams:
more.
rand_xor_mask: int, default = 0x128394
Bit mask used for initial random seed node selection.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a description of those new parameters to the docstring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp improvement Improves an existing functionality non-breaking Introduces a non-breaking change Python
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

How to do batches of vector search?
2 participants