We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca03f7 commit a7f26f3Copy full SHA for a7f26f3
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/search/SparseVectorQueryBuilder.java
@@ -272,7 +272,6 @@ protected QueryBuilder doRewrite(QueryRewriteContext queryRewriteContext) {
272
throw new IllegalArgumentException("inference_id required to perform vector search on query string");
273
}
274
275
- // TODO move this to xpack core and use inference APIs
276
CoordinatedInferenceAction.Request inferRequest = CoordinatedInferenceAction.Request.forTextInput(
277
inferenceId,
278
List.of(query),
0 commit comments