Skip to content

Commit 4a876c0

Browse files
authored
Adds tech preview tag to the 'Create an Elasticsearch inference' endpoint's parameters (#5684)
* Adds tech preview callout * Adds tech preview tags * Removes sentence * Adds serverless tech preview tag
1 parent 94c0ec5 commit 4a876c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/inference/_types/CommonTypes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,12 +1339,16 @@ export class ElasticsearchServiceSettings {
13391339
*
13401340
* When `long_document_strategy` is set to `chunk`, Elasticsearch splits each document into smaller parts but still returns a single score per document.
13411341
* That score reflects the highest relevance score among all chunks.
1342+
* @availability stack stability=experimental visibility=public
1343+
* @availability serverless stability=experimental visibility=public
13421344
*/
13431345
long_document_strategy?: string
13441346
/**
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.
1350+
* @availability stack stability=experimental visibility=public
1351+
* @availability serverless stability=experimental visibility=public
13481352
*/
13491353
max_chunks_per_doc?: integer
13501354
}

0 commit comments

Comments
 (0)