Skip to content

Commit b1a027e

Browse files
Updating batch size info with link
1 parent 95b45f6 commit b1a027e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

specification/_doc_ids/table.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ security-saml-guide,https://www.elastic.co/docs/deploy-manage/users-roles/cluste
853853
security-settings-api-keys,https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/security-settings#api-key-service-settings,,
854854
security-settings-hashing,https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/security-settings#hashing-settings,,
855855
security-user-cache,https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/controlling-user-cache,,
856+
sematic-text-chunking,https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/semantic-text#auto-text-chunking,,
856857
service-accounts,https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/service-accounts,,
857858
set-processor,https://www.elastic.co/docs/reference/enrich-processor/set-processor,,
858859
shape,https://www.elastic.co/docs/reference/elasticsearch/mapping-reference/shape,,

specification/inference/_types/CommonTypes.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,9 @@ export class CohereTaskSettings {
948948
export class CustomServiceSettings {
949949
/**
950950
* Specifies the batch size used for the semantic_text field. If the field is not provided, the default is 10.
951+
* The batch size is the maximum number of inputs in a single request to the upstream service.
952+
* The chunk within the batch are controlled by the selected chunking strategy for the semantic_text field.
953+
* @ext_doc_id sematic-text-chunking
951954
*/
952955
batch_size?: integer
953956
/**

0 commit comments

Comments
 (0)