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

feat: refactor vector manager #375

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

friendlymatthew
Copy link
Collaborator

Follow up from yesterday's 1-1:

The VectorPageManager should encapsulate the hnsw. As we iterate by table row, the VectorPageManager is responsible for updating the hnsw, then serializing the node state to disk.

Note this is a highly stateful action as we don't know a node's closest friends until all other nodes have been considered.

Copy link

@friendlymatthew friendlymatthew merged commit e51125a into main Jul 19, 2024
10 checks passed
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.

1 participant