[ML] E5 discplaimer in the flyout (#196347)

## Summary

Adds E5 disclaimer to the "Add model" flyout. 

<img width="1320" alt="image"
src="https://github.com/user-attachments/assets/3c46a7ea-91c1-4bf2-8671-dc7df283c09c">
This commit is contained in:
Dima Arnautov 2024-10-16 18:14:04 +02:00 committed by GitHub
parent 231b240d09
commit 8bd567b73a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -222,6 +222,7 @@ const ClickToDownloadTabContent: FC<ClickToDownloadTabContentProps> = ({
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."
/>
&nbsp;{models[0].disclaimer}
</EuiText>
</p>
<EuiSpacer size="s" />