Skip to content

Commit

Permalink
Adds important callout about the possibility of multiple ELSER deploy…
Browse files Browse the repository at this point in the history
…ment. (#2744) (#2745)

(cherry picked from commit b065d61)

Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
  • Loading branch information
mergify[bot] and szabosteve authored Jul 5, 2024
1 parent b953322 commit b7bf981
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/en/stack/ml/nlp/ml-nlp-elser.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ 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.


[discrete]
[[trained-model]]
Expand Down

0 comments on commit b7bf981

Please sign in to comment.