Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Nov 29, 2024
1 parent 1347d4b commit 916ac83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ RescoreVectorBuilder rescoreVectorBuilder() {
return rescoreVectorBuilder;
}

// ---- FOR TESTING XCONTENT PARSING ----
// ---- FOR TESTING XCONTENT PARSING ----

@Override
public void doToXContent(XContentBuilder builder, Params params) throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ public void testTelemetryForRRFRetriever() throws IOException {
// search#1 - this will record 1 entry for "retriever" in `sections`, and 1 for "knn" under `retrievers`
{
performSearch(
new SearchSourceBuilder().retriever(
new KnnRetrieverBuilder("vector", new float[] { 1.0f }, null, 10, 15, null, null)
)
new SearchSourceBuilder().retriever(new KnnRetrieverBuilder("vector", new float[] { 1.0f }, null, 10, 15, null, null))
);
}

Expand Down

0 comments on commit 916ac83

Please sign in to comment.