[8.19] Add Mistral AI Chat Completion support to Inference Plugin (#128538)#128947
Conversation
…8538 # Conflicts: # server/src/main/java/org/elasticsearch/TransportVersions.java
| public static final TransportVersion JOIN_ON_ALIASES_8_19 = def(8_841_0_42); | ||
| public static final TransportVersion ILM_ADD_SKIP_SETTING_8_19 = def(8_841_0_43); | ||
| public static final TransportVersion ESQL_REGEX_MATCH_WITH_CASE_INSENSITIVITY_8_19 = def(8_841_0_44); | ||
| public static final TransportVersion ML_INFERENCE_MISTRAL_CHAT_COMPLETION_ADDED_8_19 = def(8_841_0_45); |
There was a problem hiding this comment.
According to the comment from @bpintea left here: #128979 (comment)
TransportVersion for Mistral Completion changes was deleted.
So I'm adding version to TransportVersion as number that doesn't match initial version from main branch.
There was a problem hiding this comment.
@Jan-Kazlouski-elastic can you open a PR that only adds the transport version ML_INFERENCE_MISTRAL_CHAT_COMPLETION_ADDED_8_19 to main? I think we need to reserve it there first and then once we merge that PR we can set the correct value in this PR.
There was a problem hiding this comment.
Oh sorry just saw this: https://github.com/elastic/elasticsearch/pull/129033/files
There was a problem hiding this comment.
Merged latest changes from 8.19 so it could be merged quicker if approved.
|
Hello @jonathan-buttner
|
jonathan-buttner
left a comment
There was a problem hiding this comment.
This looks good 👍 , once we get the transport version merged to main I think we can merge this.
…8538 # Conflicts: # server/src/main/java/org/elasticsearch/TransportVersions.java
|
Updated PR according to #129033. |
…8538 # Conflicts: # server/src/main/java/org/elasticsearch/TransportVersions.java
|
Updated PR with changes from #129142 as they got merged. Let's wait for the build. There was some CI pipeline instability I believe. |
|
#129142 is merged in 8.19, sorry for the trouble |
Backport
This will backport the following commits from
mainto8.19:Questions ?
Please refer to the Backport tool documentation