Revert "Feat/parent child retrieval" (#12095)

This commit is contained in:
-LAN-
2024-12-25 20:55:44 +08:00
committed by GitHub
parent 9231fdbf4c
commit db2aa83a7c
216 changed files with 3116 additions and 9066 deletions

View File

@@ -1,9 +1,9 @@
const translation = {
title: '召回测试',
settingTitle: '召回设置',
desc: '根据给定的查询文本测试知识的召回效果',
desc: '基于给定的查询文本测试知识的召回效果',
dateTimeFormat: 'YYYY-MM-DD HH:mm',
records: '记录',
recents: '最近查询',
table: {
header: {
source: '数据源',
@@ -19,16 +19,12 @@ const translation = {
testing: '测试',
},
hit: {
title: '{{num}} 个召回段落',
title: '召回段落',
emptyTip: '召回测试结果将展示在这里',
},
noRecentTip: '最近无查询结果',
viewChart: '查看向量图表',
viewDetail: '查看详情',
chunkDetail: '段落详情',
hitChunks: '命中 {{num}} 个子段落',
open: '打开',
keyword: '关键词',
}
export default translation