We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5934190 commit 1ba72e4Copy full SHA for 1ba72e4
docs/reference/ingest/processors/inference.asciidoc
@@ -40,6 +40,11 @@ include::common-options.asciidoc[]
40
Select the `content` field for inference and write the result to
41
`content_embedding`.
42
43
+IMPORTANT: If the specified `output_field` already exists in the ingest document, it won't be overwritten.
44
+The {infer} results will be appended to the existing fields within `output_field`, which could lead to duplicate fields and potential errors.
45
+To avoid this, use an unique `output_field` field name that does not clash with any existing fields.
46
+
47
48
[source,js]
49
--------------------------------------------------
50
{
0 commit comments