Skip to content

Commit

Permalink
Add inference reference
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jul 26, 2024
1 parent 63183d7 commit cddcc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/mapping/types/semantic-text.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Use the <<put-inference-api>> to create the endpoint.
The `inference_id` will not be validated when the mapping is created, but when documents are ingested into the index.
When the first document is indexed, the `inference_id` will be used to generate underlying indexing structures for the field.

WARNING: Removing an inference endpoint will cause ingestion of documents and semantic queries to fail on indices that define `semantic_text` fields with that inference endpoint as their `inference_id`.
Trying to <<delete-inference-api,delete an inference endpoint>> that is used on a `semantic_text` field will result in an error.
WARNING: Removing an {infer-cap} endpoint will cause ingestion of documents and semantic queries to fail on indices that define `semantic_text` fields with that {infer-cap} endpoint as their `inference_id`.
Trying to <<delete-inference-api,delete an {infer-cap} endpoint>> that is used on a `semantic_text` field will result in an error.

[discrete]
[[auto-text-chunking]]
Expand Down

0 comments on commit cddcc87

Please sign in to comment.