Skip to content
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

Script: Fields API for Dense Vector #83550

Merged
merged 19 commits into from
Feb 16, 2022
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
a9f4dc3
Script: Fields API for Dense Vector
stu-elastic Feb 3, 2022
f84af5c
Rearrange args, remove comment
stu-elastic Feb 4, 2022
0605eb0
Update docs/changelog/83550.yaml
stu-elastic Feb 4, 2022
6979c6a
Unit tests, yaml tests, take List<Number> or float[]
stu-elastic Feb 7, 2022
30ec78d
Merge branch 'pain_field_dense_vector' of github.com:stu-elastic/elas…
stu-elastic Feb 7, 2022
67db57e
Use QueryVector wrapper
stu-elastic Feb 8, 2022
55f7372
Merge into same yaml
stu-elastic Feb 8, 2022
5c71a56
spotless
stu-elastic Feb 8, 2022
922c74f
yaml tests, merge query vector into one file
stu-elastic Feb 9, 2022
88ba6bf
yaml test for iterator over missing vectors
stu-elastic Feb 9, 2022
b301e7d
Handle null VectorValues for empty in KnnDenseVectorDocValuesField
stu-elastic Feb 9, 2022
c1fbd1d
Merge branch 'master' of github.com:elastic/elasticsearch into pain_f…
stu-elastic Feb 9, 2022
291bf05
rm dv comment, getCheckedVector, qv comment, rm badElement helper, rm…
stu-elastic Feb 10, 2022
d50fd4b
Rework query vector, add cosineSimilarity, rm iterator, adjust yaml s…
stu-elastic Feb 11, 2022
cd5f8a4
Duplicate float[] and qv methods
stu-elastic Feb 14, 2022
d80f127
rm statement, test empty cossim
stu-elastic Feb 14, 2022
ff9508c
Merge branch 'master' of github.com:elastic/elasticsearch into pain_f…
stu-elastic Feb 14, 2022
8ca4978
rm inline mag div for dotprod, rm QueryVector, private wrap
stu-elastic Feb 15, 2022
5ba57f8
divide by product in cosine similarity
stu-elastic Feb 15, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/changelog/83550.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 83550
summary: "Script: Fields API for Dense Vector"
area: Infra/Scripting
type: enhancement
issues: []
Loading