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 0 recall issue in raft_cagra_hnswlib ANN benchmark #2369

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

divyegala
Copy link
Member

raft_cagra wrapper stopped including the dataset in the index to save memory, but this adversely affected raft_cagra_hnswlib wrapper because the dataset needed to be included in the index. The need for inclusion of the dataset is because we need the dataset to be serialized when writing to the hnswlib format.

@divyegala divyegala added bug Something isn't working non-breaking Non-breaking change labels Jun 27, 2024
@divyegala divyegala self-assigned this Jun 27, 2024
@divyegala divyegala requested a review from a team as a code owner June 27, 2024 02:44
@github-actions github-actions bot added the cpp label Jun 27, 2024
@cjnolet
Copy link
Member

cjnolet commented Jun 27, 2024

/merge

@rapids-bot rapids-bot bot merged commit 36f77a1 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants