Skip to content

Commit

Permalink
[ML] E5 discplaimer in the flyout (elastic#196347)
Browse files Browse the repository at this point in the history
## 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">
  • Loading branch information
darnautov authored and hop-dev committed Oct 16, 2024
1 parent 36b5f33 commit 7776499
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 7776499

Please sign in to comment.