Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feature!: verify and set default VamanaBuildParameters #96
feature!: verify and set default VamanaBuildParameters #96
Changes from all commits
9702506
97a0128
e5f0cf4
4080533
5d8cf0f
ffa6bd0
eb7be5f
c3ec8ba
749bce2
8bd4161
4e774c4
cc4da27
100cfef
ca56187
1afaee3
f65ca7a
ed83622
585cc2f
b9a0ba3
0af8c60
2489f73
44c0cc1
4ade6f6
e242f1c
f4ca13a
adb379b
d9abbf3
9b68be4
ef1d863
76f61d3
1d35ac4
382d252
3c8085c
0793c85
47c3297
63ebadf
becd2cd
839d3a3
e146904
a9b6471
5d7d2e0
47d967f
dde61e8
d88d970
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I verified parameters here because we are building the graph using parameters.graph_max_degree, but if it is okay to not verify for the graph, I can remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the good work.
Since some of these parameters are vamana-specific, could we move these parameters to svs::index::vamana namespace? Or change the name to Vamana specific.
For example, GRAPH_MAX_DEGREE_DEFAULT -> VAMANA_GRAPH_MAX_DEGREE_DEFAULT.
ALPHA_*, USE_FULL_SEARCH_HISTORY_DEFAULT, WINDOW_SIZE_DEFAULT should also be changed to Vamana specific
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for suggestion, fixed!