Skip to content

Commit 0131fe4

Browse files
committed
[DOCS] Adds note on default ELSER and E5 endpoints to service pages (#119507)
* [DOCS] Adds note on default ELSER and E5 enpoints to service pages. * [DOCS] Further edits.
1 parent 174c0f5 commit 0131fe4

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

docs/reference/inference/service-elasticsearch.asciidoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ For the most up-to-date API details, refer to {api-es}/group/endpoint-inference[
99

1010
Creates an {infer} endpoint to perform an {infer} task with the `elasticsearch` service.
1111

12-
NOTE: 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.
13-
12+
[NOTE]
13+
====
14+
* Your {es} deployment contains <<default-enpoints,preconfigured ELSER and E5 {infer} endpoints>>, you only need to create the enpoints using the API if you want to customize the settings.
15+
* 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.
16+
====
1417

1518
[discrete]
1619
[[infer-service-elasticsearch-api-request]]

docs/reference/inference/service-elser.asciidoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ For the most up-to-date API details, refer to {api-es}/group/endpoint-inference[
1010
Creates an {infer} endpoint to perform an {infer} task with the `elser` service.
1111
You can also deploy ELSER by using the <<infer-service-elasticsearch>>.
1212

13-
NOTE: The API request will automatically download and deploy the ELSER model if
14-
it isn't already downloaded.
13+
[NOTE]
14+
====
15+
* Your {es} deployment contains <<default-enpoints,a preconfigured ELSER {infer} endpoint>>, you only need to create the enpoint using the API if you want to customize the settings.
16+
* The API request will automatically download and deploy the ELSER model if it isn't already downloaded.
17+
====
1518

1619
[WARNING]
1720
.Deprecated in 8.16
1821
====
19-
The elser service is deprecated and will be removed in a future release.
20-
Use the <<infer-service-elasticsearch>> instead, with model_id included in the service_settings.
22+
The `elser` service is deprecated and will be removed in a future release.
23+
Use the <<infer-service-elasticsearch>> instead, with `model_id` included in the `service_settings`.
2124
====
2225

2326
[discrete]

0 commit comments

Comments
 (0)