Browse Source

[DOCS] Expands param descriptions for semantic_text (#114024) (#114055)

Co-authored-by: Mike Pellegrini <mike.pellegrini@elastic.co>
István Zoltán Szabó 1 year ago
parent
commit
b507537bf0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/reference/mapping/types/semantic-text.asciidoc

+ 2 - 0
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 <<put-inference-api>> 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 <<indices-put-mapping, Update mapping API>>.
 Use the <<put-inference-api>> to create the endpoint.
 If not specified, the {infer} endpoint defined by `inference_id` will be used at both index and query time.