-
Notifications
You must be signed in to change notification settings - Fork 12
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
resizing to align blocksize #177
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
50788eb
modified resize logic of BF addvector so that the ids2vectors mapping…
meiravgri ea40e48
fixed increasing count in case od re-using id, update brute_force_rei…
meiravgri 7e79daa
clang format
meiravgri 312cfea
HNSWIndex::addVector aligns the capacity to block size, HNSWIndex::de…
meiravgri 2948388
make format
meiravgri 04f07da
update size estimation test
meiravgri 97eaae9
Merge branch 'main' into update_resize_logic
alonre24 b277fca
fixed after Alon's review
meiravgri 68b0106
Merge branch 'update_resize_logic' of https://github.com/RedisAI/Vect…
meiravgri 58d639e
clang format
meiravgri 3de7b8c
cahnged hnsw::remove point to return false in case not found,
meiravgri aec50b2
added tests for empty HNSW index
meiravgri f3021d1
added isLabelExists to hnswlib and modified test of id overrrides
meiravgri 7fa6cac
hnsw::removepoint return void, checking if label exists happens only …
meiravgri 3acbf38
clang format
meiravgri d8d1f01
update test to removed checking if element count is bigger than max_e…
meiravgri 14990ee
override test intial size
meiravgri 2bb1b4f
remove if exists in addvector update
meiravgri 87be64f
Merge branch 'main' into update_resize_logic
meiravgri 4d26b35
Update src/VecSim/algorithms/hnsw/hnsw_wrapper.cpp
meiravgri d8aee57
Update tests/unit/test_hnswlib.cpp
meiravgri 394e792
Update tests/unit/test_hnswlib.cpp
meiravgri 4cfa183
removed redudent tests after alon's review
meiravgri 809d051
Merge branch 'update_resize_logic' of https://github.com/RedisAI/Vect…
meiravgri 4aa3ca5
fixed tests
meiravgri cf3bb52
Update src/VecSim/algorithms/brute_force/brute_force.cpp
meiravgri 4abaa1d
Update tests/unit/test_hnswlib.cpp
meiravgri 93df064
empty index and capacity = 0 tests. removed todo from hnsw_wrapper
meiravgri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
What about this TODO?