Skip to content

Commit

Permalink
Updates ELSER documentation (#2866) (#2868)
Browse files Browse the repository at this point in the history
(cherry picked from commit dd4cc37)

Co-authored-by: kosabogi <[email protected]>
  • Loading branch information
mergify[bot] and kosabogi authored Nov 18, 2024
1 parent 55331d7 commit 6366d8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,11 @@ The easiest and recommended way to download and deploy ELSER is to use the {ref}
----------------------------------
PUT _inference/sparse_embedding/my-elser-model
{
"service": "elser",
"service": "elasticsearch",
"service_settings": {
"num_allocations": 1,
"num_threads": 1
"num_threads": 1,
"model_id": ".elser_model_2_linux-x86_64"
}
}
----------------------------------
Expand Down

0 comments on commit 6366d8e

Please sign in to comment.