Skip to content

Commit 0e28062

Browse files
Update docs/reference/elasticsearch/mapping-reference/semantic-text.md
Co-authored-by: Liam Thompson <[email protected]>
1 parent 85dc830 commit 0e28062

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/reference/elasticsearch/mapping-reference/semantic-text.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -445,12 +445,8 @@ If you want to avoid unnecessary inference and keep existing embeddings:
445445
For indices containing `semantic_text` fields, updates that use scripts have the
446446
following behavior:
447447

448-
* Are supported through
449-
the [Update API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-update).
450-
* Are not supported through
451-
the [Bulk API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-bulk-1)
452-
and will fail. Even if the script targets non-`semantic_text` fields, the
453-
update will fail when the index contains a `semantic_text` field.
448+
-**Supported:** [Update API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-update)
449+
-**Not supported:** [Bulk API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-bulk-1). Scripted updates will fail even if the script targets non-`semantic_text` fields.
454450

455451
## Returning semantic field embeddings in `_source`
456452

0 commit comments

Comments
 (0)