Skip to content

Conversation

jonathan-buttner
Copy link
Contributor

Backport

This will backport the following commits from main to 9.1:

Questions ?

Please refer to the Backport tool documentation

…sary (elastic#134945)

The SenderService.infer() method was converting the input variable from
a List<String> into a List<ChunkInferenceInput>, but then when that list
was passed into SenderService.createInput() it was immediately
converted back into a List<String>. To avoid unnecessary work, allow the
EmbeddingsInput constructor to convert the list if necessary.

(cherry picked from commit 8d2c4c3)
@jonathan-buttner jonathan-buttner added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Sep 18, 2025
@elasticsearchmachine elasticsearchmachine merged commit 0cda0f6 into elastic:9.1 Sep 18, 2025
35 checks passed
@jonathan-buttner jonathan-buttner deleted the backport/9.1/pr-134945 branch September 18, 2025 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport v9.1.5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants