Skip to content

Commit 08a0260

Browse files
committed
Adds tech preview callout
1 parent 0a319e4 commit 08a0260

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification/inference/_types/CommonTypes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)