feat: add retriever rank fe (#1557)

Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
Joel
2023-11-18 11:53:35 +08:00
committed by GitHub
parent e017eff5e4
commit 888e8c6dac
80 changed files with 2757 additions and 467 deletions

View File

@@ -41,7 +41,7 @@ const ScoreThresholdItem: FC<Props> = ({
className={className}
id={key}
name={t(`appDebug.datasetConfig.${key}`)}
tip={t(`appDebug.datasetConfig.${key}Tip`)}
tip={t(`appDebug.datasetConfig.${key}Tip`) as string}
{...VALUE_LIMIT}
value={value}
enable={enable}

View File

@@ -37,7 +37,7 @@ const TopKItem: FC<Props> = ({
className={className}
id={key}
name={t(`appDebug.datasetConfig.${key}`)}
tip={t(`appDebug.datasetConfig.${key}Tip`)}
tip={t(`appDebug.datasetConfig.${key}Tip`) as string}
{...VALUE_LIMIT}
value={value}
enable={enable}