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

Allow a single central HNSW server #5

Open
bwhall61 opened this issue Mar 4, 2025 · 0 comments
Open

Allow a single central HNSW server #5

bwhall61 opened this issue Mar 4, 2025 · 0 comments

Comments

@bwhall61
Copy link
Collaborator

bwhall61 commented Mar 4, 2025

Right now it is possible for traversers distributed across many nodes of an HPC to talk to a single redis server that handles the traversal queue.

It would be good if we could do the same thing with the HNSW process. A single node which handles the querying of HNSW neighbors and just sends the appropriate data to the traversers to do the scoring. Right now each traverser needs to load a copy of the HNSW which can be memory intensive for larger graphs.

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

No branches or pull requests

1 participant