[ML] Adding text embedding bit to inference result output #3698
Merged
Conversation
Contributor
|
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
jonathan-buttner
approved these changes
Feb 4, 2025
github-actions bot
pushed a commit
that referenced
this pull request
Feb 4, 2025
(cherry picked from commit 65b0fba)
pquentin
pushed a commit
that referenced
this pull request
Feb 6, 2025
* [DOCS] Fix overlay for resolve cluster (#3670) * Update specification output * uppercase enum source mode (#3676) * [DOCS] Add overlays for CCR API examples (#3672) * Update inference.update.json with the correct verb (#3688) * Update specification output * [DOCS] Convert final examples from JSON to YAML (#3692) * Update specification output * Correcting the response format for ingest simulate (#3640) * Correcting the response format for ingest simulate * code review feedback * moving error to the correct place, and adding ignored_fields * Update specification/simulate/ingest/SimulateIngestResponse.ts Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com> --------- Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com> * Update specification output * Add text_embedding_bits to inference result output (#3698) * Update specification output * Improve `Analyzer` definitions and fix various classes (#3215) * Update specification output --------- Co-authored-by: Lisa Cawley <lcawley@elastic.co> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com> Co-authored-by: David Kyle <david.kyle@elastic.co> Co-authored-by: Keith Massey <keith.massey@elastic.co> Co-authored-by: Ying Mao <ying.mao@elastic.co>
pquentin
pushed a commit
that referenced
this pull request
Feb 26, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In elastic/elasticsearch#120751, added
text_embedding_bitsas an output field to store binary embeddings from the Cohere inference API. Although the field name is different, the type is the same astext_embedding_bytesbecause Cohere returns binary embeddings encoded as bytes withint8precision.