Added capability to retrieve float data type vectors using doc_values - #3321
Conversation
217007a to
ae29cd1
Compare
PR Reviewer Guide 🔍(Review updated until commit 37b9942)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 37b9942 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 3c65d2a
Suggestions up to commit 7c9f1c8
Suggestions up to commit 3f72c3d
|
|
Persistent review updated to latest commit 7c9f1c8 |
|
Persistent review updated to latest commit 3c65d2a |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3321 +/- ##
============================================
- Coverage 83.53% 83.46% -0.08%
Complexity 4282 4282
============================================
Files 450 450
Lines 15531 15552 +21
Branches 2013 2015 +2
============================================
+ Hits 12974 12980 +6
- Misses 1766 1779 +13
- Partials 791 793 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Navneet Verma <navneev@amazon.com>
|
Persistent review updated to latest commit 37b9942 |
|
@shatejas improved the tests please check |
|
Persistent review updated to latest commit 37b9942 |
…#3321) Signed-off-by: Navneet Verma <navneev@amazon.com>
…opensearch-project#3321) Signed-off-by: Navneet Verma <navneev@amazon.com>
…opensearch-project#3321) Signed-off-by: Navneet Verma <navneev@amazon.com>
Description
Added capability to retrieve float data type vectors using doc_values. More details on small scale benchmarks can be found here: #3315
Next Steps:
When this is useful?
Related Issues
Partially resolves: #3315
Example
This returns the vectors directly from doc values without reading _source, which is faster — especially for large vectors. The response looks like:
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.