You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/elasticsearch/BaseElasticsearchInternalService.java
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/elasticsearch/ElasticsearchInternalService.java
-21Lines changed: 0 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -380,14 +380,6 @@ private void elserCase(
380
380
defaultModelId
381
381
);
382
382
383
-
if (modelVariantDoesNotMatchArchitecturesAndIsNotPlatformAgnostic(preferredModelVariant, esServiceSettingsBuilder.getModelId())) {
384
-
thrownewIllegalArgumentException(
385
-
"Error parsing request config, model id does not match any models available on this platform. Was ["
0 commit comments