chore: retrieval test text

This commit is contained in:
Joel
2024-12-16 15:56:16 +08:00
parent 3f9acc7029
commit d5a90daa44
3 changed files with 7 additions and 7 deletions

View File

@ -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>