We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf6f04 commit b065d61Copy full SHA for b065d61
1 file changed
docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc
@@ -108,6 +108,14 @@ that walks through upgrading an index to ELSER V2.
108
You can download and deploy ELSER either from **{ml-app}** > **Trained Models**,
109
from **Search** > **Indices**, or by using the Dev Console.
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.
118
+
119
120
[discrete]
121
[[trained-model]]
0 commit comments