Skip to content

Commit

Permalink
Reword E5 model description
Browse files Browse the repository at this point in the history
  • Loading branch information
demjened committed Jan 3, 2024
1 parent f91df9c commit 4d6b206
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 4d6b206

Please sign in to comment.