Skip to content

Commit 9f8c9c9

Browse files
authored
Mark semantic text inference_id param as optional (elastic#127586)
1 parent 4494fdc commit 9f8c9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/elasticsearch/mapping-reference/semantic-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ PUT my-index-000003
9292
## Parameters for `semantic_text` fields [semantic-text-params]
9393

9494
`inference_id`
95-
: (Required, string) {{infer-cap}} endpoint that will be used to generate
95+
: (Optional, string) {{infer-cap}} endpoint that will be used to generate
9696
embeddings for the field. By default, `.elser-2-elasticsearch` is used. This
9797
parameter cannot be updated. Use
9898
the [Create {{infer}} API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-inference-put)

0 commit comments

Comments
 (0)