Skip to content

Commit 4424f45

Browse files
authored
[8.18][DOCS] Adds model_id to the default endpoint docs. (elastic#124089) (elastic#124090)
1 parent 9937af8 commit 4424f45

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/reference/inference/inference-apis.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ For more information about adaptive allocations and resources, refer to the {ml-
5757
Your {es} deployment contains preconfigured {infer} endpoints which makes them easier to use when defining `semantic_text` fields or using {infer} processors.
5858
The following list contains the default {infer} endpoints listed by `inference_id`:
5959

60-
* `.elser-2-elasticsearch`: uses the {ml-docs}/ml-nlp-elser.html[ELSER] built-in trained model for `sparse_embedding` tasks (recommended for English language texts)
61-
* `.multilingual-e5-small-elasticsearch`: uses the {ml-docs}/ml-nlp-e5.html[E5] built-in trained model for `text_embedding` tasks (recommended for non-English language texts)
60+
* `.elser-2-elasticsearch`: uses the {ml-docs}/ml-nlp-elser.html[ELSER] built-in trained model for `sparse_embedding` tasks (recommended for English language tex).
61+
The `model_id` is `.elser_model_2_linux-x86_64`.
62+
* `.multilingual-e5-small-elasticsearch`: uses the {ml-docs}/ml-nlp-e5.html[E5] built-in trained model for `text_embedding` tasks (recommended for non-English language texts).
63+
The `model_id` is `.e5_model_2_linux-x86_64`.
6264

6365
Use the `inference_id` of the endpoint in a <<semantic-text,`semantic_text`>> field definition or when creating an <<inference-processor,{infer} processor>>.
6466
The API call will automatically download and deploy the model which might take a couple of minutes.

0 commit comments

Comments
 (0)