-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[8.19] Add Mistral AI Chat Completion support to Inference Plugin (#128538) #128947
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
[8.19] Add Mistral AI Chat Completion support to Inference Plugin (#128538) #128947
Conversation
…8538 # Conflicts: # server/src/main/java/org/elasticsearch/TransportVersions.java
@@ -235,6 +235,7 @@ static TransportVersion def(int id) { | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry just saw this: https://github.com/elastic/elasticsearch/pull/129033/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merged latest changes from 8.19 so it could be merged quicker if approved.
Hello @jonathan-buttner
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
main
to8.19
:Questions ?
Please refer to the Backport tool documentation