You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/inference/service-elasticsearch.asciidoc
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,11 @@ For the most up-to-date API details, refer to {api-es}/group/endpoint-inference[
9
9
10
10
Creates an {infer} endpoint to perform an {infer} task with the `elasticsearch` service.
11
11
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.
Copy file name to clipboardExpand all lines: docs/reference/inference/service-elser.asciidoc
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,17 @@ For the most up-to-date API details, refer to {api-es}/group/endpoint-inference[
10
10
Creates an {infer} endpoint to perform an {infer} task with the `elser` service.
11
11
You can also deploy ELSER by using the <<infer-service-elasticsearch>>.
12
12
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
+
====
15
18
16
19
[WARNING]
17
20
.Deprecated in 8.16
18
21
====
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`.
Copy file name to clipboardExpand all lines: libs/entitlement/src/main/java/org/elasticsearch/entitlement/initialization/EntitlementInitialization.java
0 commit comments