Skip to content

Commit 932fb05

Browse files
committed
Updates to docs based on preview
1 parent 39b570f commit 932fb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/elasticsearch/rest-apis/retrievers/text-similarity-reranker-retriever.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ score = ln(score), if score < 0
101101
`chunking_settings`
102102
: (Optional, `object`)
103103

104-
Settings for chunking text into smaller passages for scoring and reranking. Defaults to the optimal chunk size for the Elastic Reranker. Note that if chunking settings are specified that chunk content into larger chunks than the reranker's token limit, it may result in truncation and negatively impact relevance.
104+
Settings for chunking text into smaller passages for scoring and reranking. Defaults to the optimal chunking settings for the Elastic Reranker. Refer to the Inference API for valid values for `chunking_settings`. Warning: if chunking settings are specified that chunk content into larger chunks than the reranker's token limit, it may result in truncation and negatively impact relevance.
105105

106106

107107
## Example: Elastic Rerank [text-similarity-reranker-retriever-example-elastic-rerank]

0 commit comments

Comments
 (0)