mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[DOCS] Documents output_field behavior after multiple inference runs (#111875)
Co-authored-by: David Kyle <david.kyle@elastic.co>
This commit is contained in:
parent
5934190539
commit
1ba72e4602
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ include::common-options.asciidoc[]
|
|||
Select the `content` field for inference and write the result to
|
||||
`content_embedding`.
|
||||
|
||||
IMPORTANT: If the specified `output_field` already exists in the ingest document, it won't be overwritten.
|
||||
The {infer} results will be appended to the existing fields within `output_field`, which could lead to duplicate fields and potential errors.
|
||||
To avoid this, use an unique `output_field` field name that does not clash with any existing fields.
|
||||
|
||||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue