Skip to content

Commit f2765c3

Browse files
authored
Mark semantic text inference_id param as optional (elastic#127587)
1 parent e2270e0 commit f2765c3

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
@@ -81,7 +81,7 @@ PUT my-index-000003
8181
==== Parameters for `semantic_text` fields
8282

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

0 commit comments

Comments
 (0)