Skip to content

Commit d83a657

Browse files
authored
docs: update rrf retriever default rank_window_size (#130930)
1 parent 2972693 commit d83a657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/rest-api/common-parms.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ This value determines the size of the individual result sets per
13371337
query. A higher value will improve result relevance at the cost of performance. The final
13381338
ranked result set is pruned down to the search request's <<search-size-param, size>>.
13391339
`rank_window_size` must be greater than or equal to `size` and greater than or equal to `1`.
1340-
Defaults to the `size` parameter.
1340+
Defaults to 10.
13411341
end::compound-retriever-rank-window-size[]
13421342

13431343
tag::compound-retriever-filter[]

0 commit comments

Comments
 (0)