File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ You can download and deploy the E5 model either from
46
46
**{ml-app}** > **Trained Models**, from **Search** > **Indices**, or by using
47
47
the Dev Console.
48
48
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
+
49
52
50
53
[discrete]
51
54
[[trained-model-e5]]
Original file line number Diff line number Diff line change @@ -108,13 +108,17 @@ that walks through upgrading an index to ELSER V2.
108
108
You can download and deploy ELSER either from **{ml-app}** > **Trained Models**,
109
109
from **Search** > **Indices**, or by using the Dev Console.
110
110
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
+ ====
118
122
119
123
120
124
[discrete]
You can’t perform that action at this time.
0 commit comments