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

WIP do not merge #13577

Closed
wants to merge 5 commits into from
Closed

WIP do not merge #13577

wants to merge 5 commits into from

Conversation

msokolov
Copy link
Contributor

Description

This is a follow-on to #13566 that adds some unit testing for HnswUtil plus an implementation that identifies strongly-connected components of a directed graph. However this implementation is terrible - adding it into the HNSW merge step makde the whole indexing take 4-5x longer! I think it's correct but does lots of extra work. So the main thing of value here is probably the tests...

Copy link

This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the [email protected] list. Thank you for your contribution!

@github-actions github-actions bot added the Stale label Jul 31, 2024
@msokolov
Copy link
Contributor Author

msokolov commented Aug 6, 2024

This strongly-connected test is hard to make efficient and it's actually more than we need, given the way we search the graphs hierarchically. I'll follow up with a different approach

@msokolov msokolov closed this Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant