From 2acde9f6a2b0bf4a2e45afb9f74f9fef83cb3f90 Mon Sep 17 00:00:00 2001
From: Dima Arnautov
Date: Wed, 16 Oct 2024 18:14:04 +0200
Subject: [PATCH] [ML] E5 discplaimer in the flyout (#196347)
## Summary
Adds E5 disclaimer to the "Add model" flyout.
(cherry picked from commit 8bd567b73a1b4385cfcfac26f7d18142a3b76a5d)
---
.../ml/public/application/model_management/add_model_flyout.tsx | 1 +
1 file changed, 1 insertion(+)
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 563797b2ae932..5a92a67962579 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
@@ -222,6 +222,7 @@ const ClickToDownloadTabContent: FC = ({
id="xpack.ml.trainedModels.addModelFlyout.e5Description"
defaultMessage="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."
/>
+ {models[0].disclaimer}