diff --git a/specification/_doc_ids/table.csv b/specification/_doc_ids/table.csv index b5039d7ce1..3f4bb31914 100644 --- a/specification/_doc_ids/table.csv +++ b/specification/_doc_ids/table.csv @@ -827,6 +827,7 @@ security-saml-guide,https://www.elastic.co/docs/deploy-manage/users-roles/cluste security-settings-api-keys,https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/security-settings#api-key-service-settings,, security-settings-hashing,https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/security-settings#hashing-settings,, security-user-cache,https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/controlling-user-cache,, +sematic-text-chunking,https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#auto-text-chunking,, service-accounts,https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/service-accounts,, set-processor,https://www.elastic.co/docs/reference/enrich-processor/set-processor,, shape,https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/shape,, diff --git a/specification/inference/_types/CommonTypes.ts b/specification/inference/_types/CommonTypes.ts index 79976f5d88..0f744ef2bd 100644 --- a/specification/inference/_types/CommonTypes.ts +++ b/specification/inference/_types/CommonTypes.ts @@ -901,7 +901,14 @@ export class CohereTaskSettings { export class CustomServiceSettings { /** - * Specifies the HTTPS header parameters – such as `Authentication` or `Contet-Type` – that are required to access the custom service. + * Specifies the batch size used for the semantic_text field. If the field is not provided, the default is 10. + * The batch size is the maximum number of inputs in a single request to the upstream service. + * The chunk within the batch are controlled by the selected chunking strategy for the semantic_text field. + * @ext_doc_id sematic-text-chunking + */ + batch_size?: integer + /** + * Specifies the HTTP header parameters – such as `Authentication` or `Content-Type` – that are required to access the custom service. * For example: * ``` * "headers":{