Skip to content

cuvs-lucene-137: increase max-number of HNSW layers in CAGRA_HNSW's conversion from CAGRA to HNSW#140

Merged
rapids-bot[bot] merged 4 commits into
NVIDIA:mainfrom
nvzm123:cuvslucene-137__zackm
Jul 15, 2026
Merged

cuvs-lucene-137: increase max-number of HNSW layers in CAGRA_HNSW's conversion from CAGRA to HNSW#140
rapids-bot[bot] merged 4 commits into
NVIDIA:mainfrom
nvzm123:cuvslucene-137__zackm

Conversation

@nvzm123

@nvzm123 nvzm123 commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

The natural number of HNSW layers is ln(segment_size)/ln(graph_degree), which is often around 6, yet we had a constraint that was limiting us to a maximum of 3 HNSW layers. This change effectively makes the maximum number of layers unbounded.

@nvzm123
nvzm123 requested a review from a team as a code owner April 29, 2026 02:51
@copy-pr-bot

copy-pr-bot Bot commented Apr 29, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@cjnolet

cjnolet commented May 27, 2026

Copy link
Copy Markdown
Contributor

@nvzm123 thanks for opening this PR. Can you please attach benchmarks that demonstrate the value of the change and show that it's an improvement (and doesn't cause regressions)?

@cjnolet

cjnolet commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

/ok to test 0629b15

@cjnolet

cjnolet commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

/merge

@cjnolet
cjnolet requested a review from a team as a code owner July 1, 2026 15:12
@cjnolet

cjnolet commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

/ok to test 58d7f1e

@cjnolet

cjnolet commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

/ok to test 506dda3

@cjnolet

cjnolet commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

/merge

@rapids-bot
rapids-bot Bot merged commit fefb369 into NVIDIA:main Jul 15, 2026
13 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Unstructured Data Processing Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

4 participants