Skip to content

Commit

Permalink
[8.12] [ML][Enterprise Search] Reword E5 model description (#174171) (#…
Browse files Browse the repository at this point in the history
…174197)

# Backport

This will backport the following commits from `main` to `8.12`:
- [[ML][Enterprise Search] Reword E5 model description
(#174171)](#174171)

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

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

<!--BACKPORT [{"author":{"name":"Adam
Demjen","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-01-03T16:08:58Z","message":"[ML][Enterprise
Search] Reword E5 model description (#174171)\n\n##
Summary\r\n\r\nAdding \"third party\" to E5 ML model description as per
legal\r\nrequirements.\r\n\r\n<img width=\"1372\" alt=\"Screenshot
2024-01-03 at 09 11
25\"\r\nsrc=\"https://github.com/elastic/kibana/assets/14224983/29522e9a-d532-45da-93bd-efed6a1090eb\">\r\n<img
width=\"960\" alt=\"Screenshot 2024-01-03 at 09 12
04\"\r\nsrc=\"https://github.com/elastic/kibana/assets/14224983/1e5c2128-7111-4bdf-b1a5-8fe89b450a4e\">\r\n\r\n\r\n###
Checklist\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)","sha":"c706de0078b7475fe931ac9d30aaf3de3a49a5ca","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":[":ml","release_note:skip","Team:ML","Team:EnterpriseSearch","v8.12.0","v8.12.1","v8.13.0"],"title":"[ML][Enterprise
Search] Reword E5 model
description","number":174171,"url":"https://github.com/elastic/kibana/pull/174171","mergeCommit":{"message":"[ML][Enterprise
Search] Reword E5 model description (#174171)\n\n##
Summary\r\n\r\nAdding \"third party\" to E5 ML model description as per
legal\r\nrequirements.\r\n\r\n<img width=\"1372\" alt=\"Screenshot
2024-01-03 at 09 11
25\"\r\nsrc=\"https://github.com/elastic/kibana/assets/14224983/29522e9a-d532-45da-93bd-efed6a1090eb\">\r\n<img
width=\"960\" alt=\"Screenshot 2024-01-03 at 09 12
04\"\r\nsrc=\"https://github.com/elastic/kibana/assets/14224983/1e5c2128-7111-4bdf-b1a5-8fe89b450a4e\">\r\n\r\n\r\n###
Checklist\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)","sha":"c706de0078b7475fe931ac9d30aaf3de3a49a5ca"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","branchLabelMappingKey":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/174171","number":174171,"mergeCommit":{"message":"[ML][Enterprise
Search] Reword E5 model description (#174171)\n\n##
Summary\r\n\r\nAdding \"third party\" to E5 ML model description as per
legal\r\nrequirements.\r\n\r\n<img width=\"1372\" alt=\"Screenshot
2024-01-03 at 09 11
25\"\r\nsrc=\"https://github.com/elastic/kibana/assets/14224983/29522e9a-d532-45da-93bd-efed6a1090eb\">\r\n<img
width=\"960\" alt=\"Screenshot 2024-01-03 at 09 12
04\"\r\nsrc=\"https://github.com/elastic/kibana/assets/14224983/1e5c2128-7111-4bdf-b1a5-8fe89b450a4e\">\r\n\r\n\r\n###
Checklist\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)","sha":"c706de0078b7475fe931ac9d30aaf3de3a49a5ca"}}]}]
BACKPORT-->

Co-authored-by: Adam Demjen <[email protected]>
  • Loading branch information
kibanamachine and demjened authored Jan 3, 2024
1 parent e46c5aa commit 4ba26bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/enterprise_search/server/lib/ml/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const E5_MODEL_PLACEHOLDER: MlModel = {
title: 'E5 (EmbEddings from bidirEctional Encoder rEpresentations)',
description: i18n.translate('xpack.enterpriseSearch.modelCard.e5Placeholder.description', {
defaultMessage:
'E5 is an 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.',
'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.',
}),
licenseType: 'mit',
modelDetailsPageUrl: 'https://ela.st/multilingual-e5-small',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const ClickToDownloadTabContent: FC<ClickToDownloadTabContentProps> = ({
<EuiText color={'subdued'} size={'s'}>
<FormattedMessage
id="xpack.ml.trainedModels.addModelFlyout.e5Description"
defaultMessage="E5 is an 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."
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."
/>
</EuiText>
</p>
Expand Down

0 comments on commit 4ba26bc

Please sign in to comment.