Skip to content

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

Open
nvzm123 wants to merge 1 commit into
rapidsai:mainfrom
nvzm123:cuvslucene-137__zackm
Open

cuvs-lucene-137: increase max-number of HNSW layers in CAGRA_HNSW's conversion from CAGRA to HNSW#140
nvzm123 wants to merge 1 commit into
rapidsai:mainfrom
nvzm123:cuvslucene-137__zackm

Conversation

@nvzm123
Copy link
Copy Markdown

@nvzm123 nvzm123 commented Apr 29, 2026

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 link
Copy Markdown

copy-pr-bot Bot commented Apr 29, 2026

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.

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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants