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.
1 parent d015f34 commit dd4cc37Copy full SHA for dd4cc37
docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc
@@ -122,10 +122,11 @@ The easiest and recommended way to download and deploy ELSER is to use the {ref}
122
----------------------------------
123
PUT _inference/sparse_embedding/my-elser-model
124
{
125
- "service": "elser",
+ "service": "elasticsearch",
126
"service_settings": {
127
"num_allocations": 1,
128
- "num_threads": 1
+ "num_threads": 1,
129
+ "model_id": ".elser_model_2_linux-x86_64"
130
}
131
132
0 commit comments