Skip to content

Commit 9363cad

Browse files
[DOCS] Adds a note about the intel and linux optimized versions of ELSER and E5 are recommended. (#2750) (#2752)
(cherry picked from commit 6625cb1) Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent 2e76759 commit 9363cad

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ You can download and deploy the E5 model either from
4646
**{ml-app}** > **Trained Models**, from **Search** > **Indices**, or by using
4747
the Dev Console.
4848

49+
NOTE: For most cases, the preferred version is the **Intel and Linux optimized**
50+
model, it is recommended to download and deploy that version.
51+
4952

5053
[discrete]
5154
[[trained-model-e5]]

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,17 @@ that walks through upgrading an index to ELSER V2.
108108
You can download and deploy ELSER either from **{ml-app}** > **Trained Models**,
109109
from **Search** > **Indices**, or by using the Dev Console.
110110

111-
IMPORTANT: You can deploy the model multiple times by assigning a unique
112-
deployment ID when starting the deployment. It enables you to have dedicated
113-
deployments for different purposes, such as search and ingest. By doing so, you
114-
ensure that the search speed remains unaffected by ingest workloads, and vice
115-
versa. Having separate deployments for search and ingest mitigates performance
116-
issues resulting from interactions between the two, which can be hard to
117-
diagnose.
111+
[NOTE]
112+
====
113+
* For most cases, the preferred version is the **Intel and Linux optimized**
114+
model, it is recommended to download and deploy that version.
115+
* You can deploy the model multiple times by assigning a unique deployment ID
116+
when starting the deployment. It enables you to have dedicated deployments for
117+
different purposes, such as search and ingest. By doing so, you ensure that the
118+
search speed remains unaffected by ingest workloads, and vice versa. Having
119+
separate deployments for search and ingest mitigates performance issues
120+
resulting from interactions between the two, which can be hard to diagnose.
121+
====
118122

119123

120124
[discrete]

0 commit comments

Comments
 (0)