Skip to content

Commit

Permalink
Updates ELSER documentation (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosabogi authored Nov 12, 2024
1 parent d015f34 commit dd4cc37
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 dd4cc37

Please sign in to comment.