Skip to content

Commit

Permalink
[ML] Fix AlibabaCloudSearchServiceTests (elastic#112935)
Browse files Browse the repository at this point in the history
Fix a compile-time issue - an API reference was added in one commit
while the API was being removed in another commit - both commits passed
checks and merged without conflict.
  • Loading branch information
prwhelan committed Sep 16, 2024
1 parent 9aa39ce commit a016f78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public ExecutableAction accept(
PlainActionFuture<List<ChunkedInferenceServiceResults>> listener = new PlainActionFuture<>();
service.chunkedInfer(
model,
null,
input,
new HashMap<>(),
InputType.INGEST,
Expand Down

0 comments on commit a016f78

Please sign in to comment.