mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
231b240d09
commit
8bd567b73a
1 changed files with 1 additions and 0 deletions
|
@ -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."
|
||||
/>
|
||||
{models[0].disclaimer}
|
||||
</EuiText>
|
||||
</p>
|
||||
<EuiSpacer size="s" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue