mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
[DOCS] Expands top_n parameter description in the PUT inference API docs (#111446)
Co-authored-by: Adam Demjen <demjened@gmail.com>
This commit is contained in:
parent
ec845b7fcf
commit
845dc6f252
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ Specify whether to return doc text within the results.
|
|||
`top_n`::
|
||||
(Optional, integer)
|
||||
The number of most relevant documents to return, defaults to the number of the documents.
|
||||
If this {infer} endpoint is used in a `text_similarity_reranker` retriever query and `top_n` is set, it must be greater than or equal to `rank_window_size` in the query.
|
||||
=====
|
||||
+
|
||||
.`task_settings` for the `text_embedding` task type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue