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

search on proper level when connecting graph components #13846

Merged
merged 3 commits into from
Oct 2, 2024

Conversation

msokolov
Copy link
Contributor

@msokolov msokolov commented Oct 1, 2024

spinoff from #13844 but almost certainly not the cause; we're searching for close nodes to connect two graph components and searching level 0 even when connecting higher levels > 0. But the nodes we find should still be on the current level because of the filter we also apply, so this is just an efficiency fix

@msokolov msokolov merged commit 3ede9de into apache:main Oct 2, 2024
3 checks passed
@msokolov msokolov deleted the hnsw-connect-bugfix branch October 2, 2024 16:47
@javanna
Copy link
Contributor

javanna commented Oct 2, 2024

Would it make sense to backport to branch_10x? Could you also set the appropriate milestone? Thanks!

@msokolov
Copy link
Contributor Author

msokolov commented Oct 3, 2024

thanks for the reminder - backported to 10x now

@msokolov msokolov added this to the 10.1.0 milestone Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants