We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91c9360 + 9913ee2 commit 290f595Copy full SHA for 290f595
explore-analyze/machine-learning/nlp/ml-nlp-elser.md
@@ -57,7 +57,7 @@ The easiest and recommended way to download and deploy ELSER is to use the [{{in
57
2. Create an {{infer}} endpoint with the ELSER service by running the following API request:
58
59
```console
60
-PUT _inference/sparse_embedding/my-elser-model
+PUT _inference/sparse_embedding/my-elser-endpoint
61
{
62
"service": "elasticsearch",
63
"service_settings": {
@@ -67,7 +67,7 @@ PUT _inference/sparse_embedding/my-elser-model
67
"max_number_of_allocations": 10
68
},
69
"num_threads": 1,
70
- "model_id": ".elser_model_2_linux-x86_64"
+ "model_id": ".elser_model_2"
71
}
72
73
```
0 commit comments