Skip to content

Commit 378b00d

Browse files
committed
[DOCS] Adds note on default ELSER and E5 enpoints to service pages.
1 parent 1714247 commit 378b00d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/reference/inference/service-elasticsearch.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ 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.
12+
NOTE: 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.
13+
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.
1314

1415

1516
[discrete]

docs/reference/inference/service-elser.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ 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: 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.
14+
The API request will automatically download and deploy the ELSER model if it isn't already downloaded.
1515

1616
[WARNING]
1717
.Deprecated in 8.16
1818
====
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.
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`.
2121
====
2222

2323
[discrete]

0 commit comments

Comments
 (0)