diff --git a/docs/reference/mapping/types/semantic-text.asciidoc b/docs/reference/mapping/types/semantic-text.asciidoc index d0fdf0145aa58..07abbff986643 100644 --- a/docs/reference/mapping/types/semantic-text.asciidoc +++ b/docs/reference/mapping/types/semantic-text.asciidoc @@ -63,12 +63,14 @@ PUT my-index-000002 `inference_id`:: (Required, string) {infer-cap} endpoint that will be used to generate the embeddings for the field. +This parameter cannot be updated. Use the <> to create the endpoint. If `search_inference_id` is specified, the {infer} endpoint defined by `inference_id` will only be used at index time. `search_inference_id`:: (Optional, string) {infer-cap} endpoint that will be used to generate embeddings at query time. +You can update this parameter by using the <>. Use the <> to create the endpoint. If not specified, the {infer} endpoint defined by `inference_id` will be used at both index and query time.