Skip to content

Commit

Permalink
[8.x] [ML] E5 discplaimer in the flyout (#196347) (#196574)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.x`:
- [[ML] E5 discplaimer in the flyout
(#196347)](#196347)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Dima
Arnautov","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-16T16:14:04Z","message":"[ML]
E5 discplaimer in the flyout (#196347)\n\n## Summary\r\n\r\nAdds E5
disclaimer to the \"Add model\" flyout. \r\n\r\n<img width=\"1320\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/3c46a7ea-91c1-4bf2-8671-dc7df283c09c\">","sha":"8bd567b73a1b4385cfcfac26f7d18142a3b76a5d","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","v9.0.0","Feature:3rd
Party Models","Team:ML","v8.16.0","backport:version"],"title":"[ML] Adds
E5 disclaimer to the trained models flyout
","number":196347,"url":"https://github.com/elastic/kibana/pull/196347","mergeCommit":{"message":"[ML]
E5 discplaimer in the flyout (#196347)\n\n## Summary\r\n\r\nAdds E5
disclaimer to the \"Add model\" flyout. \r\n\r\n<img width=\"1320\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/3c46a7ea-91c1-4bf2-8671-dc7df283c09c\">","sha":"8bd567b73a1b4385cfcfac26f7d18142a3b76a5d"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196347","number":196347,"mergeCommit":{"message":"[ML]
E5 discplaimer in the flyout (#196347)\n\n## Summary\r\n\r\nAdds E5
disclaimer to the \"Add model\" flyout. \r\n\r\n<img width=\"1320\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/3c46a7ea-91c1-4bf2-8671-dc7df283c09c\">","sha":"8bd567b73a1b4385cfcfac26f7d18142a3b76a5d"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Dima Arnautov <[email protected]>
  • Loading branch information
kibanamachine and darnautov authored Oct 16, 2024
1 parent 17c8168 commit 20c366a
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 20c366a

Please sign in to comment.