File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
specification/inference/_types Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1330,6 +1330,7 @@ export class ElasticsearchServiceSettings {
13301330 */
13311331 num_threads : integer
13321332 /**
1333+ * This parameter is in tech preview in 9.2.
13331334 * Available only for the `rerank` task type using the Elastic reranker model.
13341335 * Controls the strategy used for processing long documents during inference.
13351336 *
@@ -1342,6 +1343,7 @@ export class ElasticsearchServiceSettings {
13421343 */
13431344 long_document_strategy ?: string
13441345 /**
1346+ * This parameter is in tech preview in 9.2.
13451347 * Only for the `rerank` task type.
13461348 * Limits the number of chunks per document that are sent for inference when chunking is enabled.
13471349 * If not set, all chunks generated for the document are processed.
You can’t perform that action at this time.
0 commit comments