Skip to content

Commit 86d193f

Browse files
br3nozane-neo
authored andcommitted
missing paramter
Signed-off-by: br3no <breno@veltefaria.de>
1 parent 799c8dd commit 86d193f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/opensearch/neuralsearch/ml/MLCommonsClientAccessor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public void inferenceSentences(
245245
@Nullable final MLAlgoParams mlAlgoParams,
246246
@NonNull final ActionListener<List<Float>> listener
247247
) {
248-
retryableInferenceSentencesWithSingleVectorResult(TARGET_RESPONSE_FILTERS, modelId, inputObjects, null, 0, listener);
248+
retryableInferenceSentencesWithSingleVectorResult(TARGET_RESPONSE_FILTERS, modelId, inputObjects, mlAlgoParams, 0, listener);
249249
}
250250

251251
/**

0 commit comments

Comments
 (0)