-
Notifications
You must be signed in to change notification settings - Fork 25.7k
ESQL - Add byte element support for dense_vector data type #131863
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
Merged
carlosdelest
merged 29 commits into
elastic:main
from
carlosdelest:non-issue/esql-dense-vector-byte-element-support
Aug 14, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
a62c943
Add byte vector support
carlosdelest 9317fcd
Add byte vector support - tests
carlosdelest 4c59ba1
First test version, with all index types - fails
carlosdelest 475a285
Knn tests for non-flat, indexed types
carlosdelest ecc563f
Add CSV tests
carlosdelest 4a40503
Merge remote-tracking branch 'origin/main' into non-issue/esql-dense-…
carlosdelest 84d3c50
Fix tests after merging
carlosdelest e9afc06
[CI] Auto commit changes from spotless
0402ad9
Merge remote-tracking branch 'origin/main' into non-issue/esql-dense-…
carlosdelest a4aca14
Take into account normalization
carlosdelest 08a3c5c
[CI] Auto commit changes from spotless
763fe63
Take into account normalization for dense vector support
carlosdelest 80b48cf
Fix cherry pick
carlosdelest 40edca3
[CI] Auto commit changes from spotless
8bd7f79
Remove debugging code
carlosdelest f9447f7
Merge remote-tracking branch 'carlosdelest/non-issue/esql-dense-vecto…
carlosdelest 7d2625c
Check that we may not have magnitudes at all, or for normalized vectors
carlosdelest b763bcc
Merge branch 'non-issue/esql-dense-vector-support-normalization' into…
carlosdelest 5bcac49
Fix merge
carlosdelest 57c45b5
Remove cosine similarity code
carlosdelest 9abc1ea
Merge remote-tracking branch 'carlosdelest/non-issue/esql-dense-vecto…
carlosdelest 6977dbe
[CI] Auto commit changes from spotless
7675c71
Merge branch 'main' into non-issue/esql-dense-vector-byte-element-sup…
carlosdelest 239d350
Better parameterized test
carlosdelest 9385113
Fix test
carlosdelest 67cbb84
Merge remote-tracking branch 'carlosdelest/non-issue/esql-dense-vecto…
carlosdelest 14ba3b0
Fix test
carlosdelest 64ca563
[CI] Auto commit changes from spotless
ee803a4
Merge branch 'main' into non-issue/esql-dense-vector-byte-element-sup…
carlosdelest 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 hidden or 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.
Added abstract classes to deal with common code between float and byte vector reading