Skip to content

Commit 290f595

Browse files
authored
Merge branch 'main' into leemthompo/semantic-text-blog
2 parents 91c9360 + 9913ee2 commit 290f595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

explore-analyze/machine-learning/nlp/ml-nlp-elser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The easiest and recommended way to download and deploy ELSER is to use the [{{in
5757
2. Create an {{infer}} endpoint with the ELSER service by running the following API request:
5858

5959
```console
60-
PUT _inference/sparse_embedding/my-elser-model
60+
PUT _inference/sparse_embedding/my-elser-endpoint
6161
{
6262
"service": "elasticsearch",
6363
"service_settings": {
@@ -67,7 +67,7 @@ PUT _inference/sparse_embedding/my-elser-model
6767
"max_number_of_allocations": 10
6868
},
6969
"num_threads": 1,
70-
"model_id": ".elser_model_2_linux-x86_64"
70+
"model_id": ".elser_model_2"
7171
}
7272
}
7373
```

0 commit comments

Comments
 (0)