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/huggingface/rerank/HuggingFaceRerankServiceSettings.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,10 @@ public int maxInputTokens() {
97
97
returnRERANK_TOKEN_LIMIT;
98
98
}
99
99
100
+
// Sometimes the model is not defined in the service settings.
101
+
// This can happen for external providers (e.g. hugging face, azure ai studio)
102
+
// where the provider requires that the model be chosen when initializing a deployment within their service.
0 commit comments