Skip to content

Commit a7f26f3

Browse files
committed
Removed the TODO
1 parent 4ca03f7 commit a7f26f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/search/SparseVectorQueryBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ protected QueryBuilder doRewrite(QueryRewriteContext queryRewriteContext) {
272272
throw new IllegalArgumentException("inference_id required to perform vector search on query string");
273273
}
274274

275-
// TODO move this to xpack core and use inference APIs
276275
CoordinatedInferenceAction.Request inferRequest = CoordinatedInferenceAction.Request.forTextInput(
277276
inferenceId,
278277
List.of(query),

0 commit comments

Comments
 (0)