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

Fix ef setting in HNSW wrapper #2367

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

divyegala
Copy link
Member

Closes #2363

Bugs fixed:

  1. Setting ef in search, it was not being set at all before
  2. from_cagra used a hard coded filename to serialize CAGRA graph and deserialize to HNSW graph. The PR changes the hardcoded filename to a random string so that multiple graphs may be converted concurrently

cc @Presburger thank you for reporting these bugs

@divyegala divyegala added bug Something isn't working non-breaking Non-breaking change labels Jun 26, 2024
@divyegala divyegala self-assigned this Jun 26, 2024
@divyegala divyegala requested review from a team as code owners June 26, 2024 19:58
@cjnolet
Copy link
Member

cjnolet commented Jun 27, 2024

/merge

@rapids-bot rapids-bot bot merged commit 53e7982 into rapidsai:branch-24.08 Jun 27, 2024
69 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cpp non-breaking Non-breaking change python
Projects
Development

Successfully merging this pull request may close these issues.

[BUG] Cagra To hnsw, the search api not use search param ef
2 participants