From 4d6b20684f542a1259eafabe87d42faed127cae3 Mon Sep 17 00:00:00 2001 From: Adam Demjen Date: Wed, 3 Jan 2024 08:57:38 -0500 Subject: [PATCH] Reword E5 model description --- x-pack/plugins/enterprise_search/server/lib/ml/utils.ts | 2 +- .../ml/public/application/model_management/add_model_flyout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/enterprise_search/server/lib/ml/utils.ts b/x-pack/plugins/enterprise_search/server/lib/ml/utils.ts index 5d31216b22e22..19a43059d3a08 100644 --- a/x-pack/plugins/enterprise_search/server/lib/ml/utils.ts +++ b/x-pack/plugins/enterprise_search/server/lib/ml/utils.ts @@ -87,7 +87,7 @@ export const E5_MODEL_PLACEHOLDER: MlModel = { title: 'E5 (EmbEddings from bidirEctional Encoder rEpresentations)', description: i18n.translate('xpack.enterpriseSearch.modelCard.e5Placeholder.description', { defaultMessage: - 'E5 is an NLP model that enables you to perform multi-lingual semantic search by using dense vector representations. This model performs best for non-English language documents and queries.', + 'E5 is a third party NLP model that enables you to perform multi-lingual semantic search by using dense vector representations. This model performs best for non-English language documents and queries.', }), licenseType: 'mit', modelDetailsPageUrl: 'https://ela.st/multilingual-e5-small', diff --git a/x-pack/plugins/ml/public/application/model_management/add_model_flyout.tsx b/x-pack/plugins/ml/public/application/model_management/add_model_flyout.tsx index cf4efb4846fc0..cb908b8a52308 100644 --- a/x-pack/plugins/ml/public/application/model_management/add_model_flyout.tsx +++ b/x-pack/plugins/ml/public/application/model_management/add_model_flyout.tsx @@ -212,7 +212,7 @@ const ClickToDownloadTabContent: FC = ({