Skip to content
Merged
Changes from 13 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a7f26f3
Removed the TODO
mridula-s109 Oct 2, 2025
2b3a991
Updated the sparevector similar to Semantic query builder
mridula-s109 Oct 2, 2025
e82fd03
Merge branch 'main' into refactor_sparsevectorquerybuilder
mridula-s109 Oct 2, 2025
2cef34d
Merge branch 'main' into refactor_sparsevectorquerybuilder
mridula-s109 Oct 2, 2025
62d3545
Merge branch 'main' into refactor_sparsevectorquerybuilder
mridula-s109 Oct 22, 2025
5429d08
Update docs/changelog/134702.yaml
mridula-s109 Oct 22, 2025
1da4a66
Remove obsolete TODO comment from SparseVectorQueryBuilder
mridula-s109 Oct 29, 2025
6d1ecd6
Merge branch 'main' into refactor_sparsevectorquerybuilder
mridula-s109 Oct 29, 2025
9c1eb88
[CI] Auto commit changes from spotless
Oct 29, 2025
8973b94
Modified the TODO to make more sense
mridula-s109 Oct 29, 2025
aad211d
Delete docs/changelog/134702.yaml
mridula-s109 Oct 29, 2025
3527e4a
Merge branch 'main' into refactor_sparsevectorquerybuilder
mridula-s109 Oct 29, 2025
55496f5
Merge branch 'main' into refactor_sparsevectorquerybuilder
mridula-s109 Oct 29, 2025
b7569b0
Update x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/…
mridula-s109 Oct 29, 2025
5b9eb22
Merge branch 'main' into refactor_sparsevectorquerybuilder
mridula-s109 Oct 29, 2025
0ac0d94
Update SparseVectorQueryBuilder.java
mridula-s109 Oct 29, 2025
d9d4397
Merge branch 'main' into refactor_sparsevectorquerybuilder
mridula-s109 Oct 29, 2025
fb96c4f
Merge branch 'main' into refactor_sparsevectorquerybuilder
mridula-s109 Oct 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ protected QueryBuilder doRewrite(QueryRewriteContext queryRewriteContext) {
throw new IllegalArgumentException("inference_id required to perform vector search on query string");
}

// TODO move this to xpack core and use inference APIs
// TODO(server): once search-time inference APIs exist in the server module, switch this to InferenceAction.Request
CoordinatedInferenceAction.Request inferRequest = CoordinatedInferenceAction.Request.forTextInput(
inferenceId,
List.of(query),
Expand Down