From d485f9b782c6d474fb94db3dcbc12bf9bd574173 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:51:35 +0200 Subject: [PATCH] Removes E5 limitation that no longer applicable (#2702) (#2704) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removes E5 limitation that no longer applicable. * Remove reference of limitation. (cherry picked from commit 4f84e18f899fdc2b07a26c77a1bca9b6aae78345) Co-authored-by: István Zoltán Szabó --- docs/en/stack/ml/nlp/ml-nlp-e5.asciidoc | 3 --- docs/en/stack/ml/nlp/ml-nlp-limitations.asciidoc | 10 +--------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/en/stack/ml/nlp/ml-nlp-e5.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-e5.asciidoc index b4b74a7f8..48fc7b558 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-e5.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-e5.asciidoc @@ -23,9 +23,6 @@ and one version which is optimized for Intel® silicon. The **Model Management** > **Trained Models** page shows you which version of E5 is recommended to deploy based on your cluster's hardware. -The supported model version of E5 is `multilingual-e5-small`, refer to -<> for more information. - Refer to the model cards of the https://huggingface.co/elastic/multilingual-e5-small[multilingual-e5-small] and the diff --git a/docs/en/stack/ml/nlp/ml-nlp-limitations.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-limitations.asciidoc index 5f9c470e3..8673cdb19 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-limitations.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-limitations.asciidoc @@ -17,12 +17,4 @@ When you use ELSER for semantic search, only the first 512 extracted tokens from each field of the ingested documents that ELSER is applied to are taken into account for the search process. If your data set contains long documents, divide them into smaller segments before ingestion if you need the full text to be -searchable. - - -[discrete] -[[ml-nlp-e5-limit]] -== The `multilingual-e5-small` model is supported - -From the list of E5 models, currently only the `multilingual-e5-small` is -supported. \ No newline at end of file +searchable. \ No newline at end of file