Skip to content

Commit 6366d8e

Browse files
Updates ELSER documentation (#2866) (#2868)
(cherry picked from commit dd4cc37) Co-authored-by: kosabogi <[email protected]>
1 parent 55331d7 commit 6366d8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,11 @@ The easiest and recommended way to download and deploy ELSER is to use the {ref}
122122
----------------------------------
123123
PUT _inference/sparse_embedding/my-elser-model
124124
{
125-
"service": "elser",
125+
"service": "elasticsearch",
126126
"service_settings": {
127127
"num_allocations": 1,
128-
"num_threads": 1
128+
"num_threads": 1,
129+
"model_id": ".elser_model_2_linux-x86_64"
129130
}
130131
}
131132
----------------------------------

0 commit comments

Comments
 (0)