diff --git a/docs/en/stack/ml/nlp/ml-nlp-e5.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-e5.asciidoc index 20e3d0962..f1550f93a 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-e5.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-e5.asciidoc @@ -46,6 +46,9 @@ You can download and deploy the E5 model either from **{ml-app}** > **Trained Models**, from **Search** > **Indices**, or by using the Dev Console. +NOTE: For most cases, the preferred version is the **Intel and Linux optimized** +model, it is recommended to download and deploy that version. + [discrete] [[trained-model-e5]] diff --git a/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc index 6dee65f37..cf5c3022b 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc @@ -108,13 +108,17 @@ that walks through upgrading an index to ELSER V2. You can download and deploy ELSER either from **{ml-app}** > **Trained Models**, from **Search** > **Indices**, or by using the Dev Console. -IMPORTANT: You can deploy the model multiple times by assigning a unique -deployment ID when starting the deployment. It enables you to have dedicated -deployments for different purposes, such as search and ingest. By doing so, you -ensure that the search speed remains unaffected by ingest workloads, and vice -versa. Having separate deployments for search and ingest mitigates performance -issues resulting from interactions between the two, which can be hard to -diagnose. +[NOTE] +==== +* For most cases, the preferred version is the **Intel and Linux optimized** +model, it is recommended to download and deploy that version. +* You can deploy the model multiple times by assigning a unique deployment ID +when starting the deployment. It enables you to have dedicated deployments for +different purposes, such as search and ingest. By doing so, you ensure that the +search speed remains unaffected by ingest workloads, and vice versa. Having +separate deployments for search and ingest mitigates performance issues +resulting from interactions between the two, which can be hard to diagnose. +==== [discrete]