-
Notifications
You must be signed in to change notification settings - Fork 243
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
Integrate flat index #448
Merged
Merged
Integrate flat index #448
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2582b7e
take
eddyxu ba28524
add knn node
eddyxu 76eadd6
add knn node
eddyxu 9eace1b
simplify scanner
eddyxu 0f9f83e
make interface builable
eddyxu e2aebb2
add knn test first
eddyxu 09c0b36
knn
eddyxu 54b0d61
knn
eddyxu c100d11
compute scores per batch
eddyxu cb353a6
knn scan
eddyxu 1c46d0e
print tx error
eddyxu 7f7f8a9
globle etake
eddyxu 20401a0
add ebug
eddyxu 020bc65
fix clippy
eddyxu ba7b50b
fix group to batch sorting
eddyxu bad6138
simplify stream iteration
eddyxu 5c344a3
buffered take in parallel
eddyxu f6c96b1
add take node
eddyxu 243453f
refactor
eddyxu 80c1156
refactor
eddyxu 51a9290
simplify
eddyxu 1f2d843
add test that check scores are pass through
eddyxu c43390e
merge rbs
eddyxu a342943
fix clippy
eddyxu aba175d
add test from the ground truth
eddyxu c2a5694
reorder output
eddyxu b592e69
reorder and drop row_id column in the final outputs
eddyxu 0d58d84
project during vector column search
eddyxu 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
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.
should we create
drop_field
in Schema?