From 52b7b6ae61b3da49cfcc56d62ab7242e73f1c128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Fri, 3 Jan 2025 15:21:33 +0100 Subject: [PATCH] [DOCS] Further edits. --- docs/reference/inference/service-elasticsearch.asciidoc | 8 +++++--- docs/reference/inference/service-elser.asciidoc | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/reference/inference/service-elasticsearch.asciidoc b/docs/reference/inference/service-elasticsearch.asciidoc index 9543638cc07b0..8870fbed357a6 100644 --- a/docs/reference/inference/service-elasticsearch.asciidoc +++ b/docs/reference/inference/service-elasticsearch.asciidoc @@ -9,9 +9,11 @@ For the most up-to-date API details, refer to {api-es}/group/endpoint-inference[ Creates an {infer} endpoint to perform an {infer} task with the `elasticsearch` service. -NOTE: Your {es} deployment contains <>, you only need to create the enpoints using the API if you want to customize the settings. -If you use the ELSER or the E5 model through the `elasticsearch` service, the API request will automatically download and deploy the model if it isn't downloaded yet. - +[NOTE] +==== +* Your {es} deployment contains <>, you only need to create the enpoints using the API if you want to customize the settings. +* If you use the ELSER or the E5 model through the `elasticsearch` service, the API request will automatically download and deploy the model if it isn't downloaded yet. +==== [discrete] [[infer-service-elasticsearch-api-request]] diff --git a/docs/reference/inference/service-elser.asciidoc b/docs/reference/inference/service-elser.asciidoc index 1d6591976c6ae..47aaa58814602 100644 --- a/docs/reference/inference/service-elser.asciidoc +++ b/docs/reference/inference/service-elser.asciidoc @@ -10,8 +10,11 @@ For the most up-to-date API details, refer to {api-es}/group/endpoint-inference[ Creates an {infer} endpoint to perform an {infer} task with the `elser` service. You can also deploy ELSER by using the <>. -NOTE: Your {es} deployment contains <>, you only need to create the enpoint using the API if you want to customize the settings. -The API request will automatically download and deploy the ELSER model if it isn't already downloaded. +[NOTE] +==== +* Your {es} deployment contains <>, you only need to create the enpoint using the API if you want to customize the settings. +* The API request will automatically download and deploy the ELSER model if it isn't already downloaded. +==== [WARNING] .Deprecated in 8.16