File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments