-
Notifications
You must be signed in to change notification settings - Fork 61
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 changing ef at runtime #171
Labels
good first issue
Good for newcomers
Comments
hi @dqii can you assign me ? |
Sure! |
can you provide a bit of description? |
Clarified over email. @ashavijit , feel free to ask question in github or over email! |
saidinesh5
added a commit
to saidinesh5/lantern
that referenced
this issue
Oct 8, 2023
This now allows us to: SET LOCAL hnsw.ef_search = 100; Related issue: lanterndata#171
This was referenced Oct 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pgvector does this. Similar to
SET LOCAL hnsw.ef_search = 100;
The text was updated successfully, but these errors were encountered: