Skip to content

Commit

Permalink
missing paramter
Browse files Browse the repository at this point in the history
Signed-off-by: br3no <[email protected]>
  • Loading branch information
br3no authored and zane-neo committed Oct 21, 2024
1 parent 799c8dd commit 86d193f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void inferenceSentences(
@Nullable final MLAlgoParams mlAlgoParams,
@NonNull final ActionListener<List<Float>> listener
) {
retryableInferenceSentencesWithSingleVectorResult(TARGET_RESPONSE_FILTERS, modelId, inputObjects, null, 0, listener);
retryableInferenceSentencesWithSingleVectorResult(TARGET_RESPONSE_FILTERS, modelId, inputObjects, mlAlgoParams, 0, listener);
}

/**
Expand Down

0 comments on commit 86d193f

Please sign in to comment.