Skip to content

Commit 14cf3aa

Browse files
Add transport version for ML inference Mistral chat completion
1 parent 3f03775 commit 14cf3aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/org/elasticsearch/TransportVersions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ static TransportVersion def(int id) {
190190
public static final TransportVersion JOIN_ON_ALIASES_8_19 = def(8_841_0_42);
191191
public static final TransportVersion ILM_ADD_SKIP_SETTING_8_19 = def(8_841_0_43);
192192
public static final TransportVersion ESQL_REGEX_MATCH_WITH_CASE_INSENSITIVITY_8_19 = def(8_841_0_44);
193+
public static final TransportVersion ML_INFERENCE_MISTRAL_CHAT_COMPLETION_ADDED_8_19 = def(8_841_0_45);
193194
public static final TransportVersion V_9_0_0 = def(9_000_0_09);
194195
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_1 = def(9_000_0_10);
195196
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_2 = def(9_000_0_11);

0 commit comments

Comments
 (0)