chore: retrieval test text
This commit is contained in:
parent
3f9acc7029
commit
d5a90daa44
@ -123,7 +123,7 @@ const HitTesting: FC<Props> = ({ datasetId }: Props) => {
|
||||
retrievalConfig={retrievalConfig}
|
||||
isEconomy={currentDataset?.indexing_technique === 'economy'}
|
||||
/>
|
||||
<div className={cn(s.title, 'mt-8 mb-2')}>{t('datasetHitTesting.recents')}</div>
|
||||
<div className={cn(s.title, 'mt-8 mb-2')}>{t('datasetHitTesting.records')}</div>
|
||||
{(!recordsRes && !error)
|
||||
? (
|
||||
<div className='flex-1'><Loading type='app' /></div>
|
||||
|
@ -1,9 +1,9 @@
|
||||
const translation = {
|
||||
title: 'Retrieval Testing',
|
||||
title: 'Retrieval Test',
|
||||
settingTitle: 'Retrieval Setting',
|
||||
desc: 'Test the hitting effect of the Knowledge based on the given query text',
|
||||
desc: 'Test the hitting effect of the Knowledge based on the given query text.',
|
||||
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
||||
recents: 'Recents',
|
||||
records: 'Records',
|
||||
table: {
|
||||
header: {
|
||||
source: 'Source',
|
||||
@ -16,7 +16,7 @@ const translation = {
|
||||
placeholder: 'Please enter a text, a short declarative sentence is recommended.',
|
||||
countWarning: 'Up to 200 characters.',
|
||||
indexWarning: 'High quality Knowledge only.',
|
||||
testing: 'Testing',
|
||||
testing: 'Test',
|
||||
},
|
||||
hit: {
|
||||
title: '{{num}} Retrieved Chunks',
|
||||
|
@ -1,9 +1,9 @@
|
||||
const translation = {
|
||||
title: '召回测试',
|
||||
settingTitle: '召回设置',
|
||||
desc: '基于给定的查询文本测试知识库的召回效果',
|
||||
desc: '根据给定的查询文本测试知识的召回效果。',
|
||||
dateTimeFormat: 'YYYY-MM-DD HH:mm',
|
||||
recents: '最近查询',
|
||||
records: '记录',
|
||||
table: {
|
||||
header: {
|
||||
source: '数据源',
|
||||
|
Loading…
Reference in New Issue
Block a user