Skip to content

Commit 67bd512

Browse files
authored
Mark semantic text inference_id param as optional (elastic#127587) (elastic#127602)
1 parent 24fdac6 commit 67bd512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/mapping/types/semantic-text.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ PUT my-index-000003
8080
==== Parameters for `semantic_text` fields
8181

8282
`inference_id`::
83-
(Required, string)
83+
(Optional, string)
8484
{infer-cap} endpoint that will be used to generate embeddings for the field.
8585
By default, `.elser-2-elasticsearch` is used.
8686
This parameter cannot be updated.

0 commit comments

Comments
 (0)