Skip to content

CAGRA ACE build: avoid rounding down graph degree during sub-index build#2325

Open
achirkin wants to merge 1 commit into
mainfrom
bug-cagra-rounding-down-subindex
Open

CAGRA ACE build: avoid rounding down graph degree during sub-index build#2325
achirkin wants to merge 1 commit into
mainfrom
bug-cagra-rounding-down-subindex

Conversation

@achirkin

Copy link
Copy Markdown
Contributor

Passing graph_degree / 2 to from_hnsw heuristics to get graph_degree back as a result unintentionally rounds down odd degrees, which corrupts subsequent copy operations during ACE index build.
We workaround this issue by assigning the graph_degree explicitly on top of the heuristics.

@achirkin achirkin self-assigned this Jul 17, 2026
@achirkin
achirkin requested a review from a team as a code owner July 17, 2026 09:16
@achirkin achirkin added bug Something isn't working non-breaking Introduces a non-breaking change labels Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Introduces a non-breaking change

Projects

Development

Successfully merging this pull request may close these issues.

1 participant