From 7fb77a576594aad599293bb4cbac6140c52fbac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 25 Jan 2024 11:39:34 +0100 Subject: [PATCH] [DOCS] Fixes asciidoc syntax in PUT trained models API docs. --- .../ml/trained-models/apis/put-trained-models.asciidoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/reference/ml/trained-models/apis/put-trained-models.asciidoc b/docs/reference/ml/trained-models/apis/put-trained-models.asciidoc index 45517b99c2177..27555070e9c5a 100644 --- a/docs/reference/ml/trained-models/apis/put-trained-models.asciidoc +++ b/docs/reference/ml/trained-models/apis/put-trained-models.asciidoc @@ -709,10 +709,12 @@ be applied to the input text before the input is evaluated. The prefix may be different depending on the intention. For asymmetric tasks such as infromation retrieval the prefix applied to a passage as it is indexed can be different to the prefix applied when searching those passages. - ++ +-- `prefix_strings` has 2 options, a prefix string that is always applied in the search context and one that is always applied when ingesting the docs. Both are optional. +-- + .Properties of `prefix_strings` [%collapsible%open] @@ -725,7 +727,8 @@ originating from a search query. `ingest`::: (Optional, string) The prefix string to prepend to the input text for requests -at ingest where the {infer} ingest processor is used. // TODO is there a shortcut for Inference ingest processor? +at ingest where the {infer} ingest processor is used. +// TODO is there a shortcut for Inference ingest processor? ==== //End prefix_strings