feat: annotation management frontend (#1764)

This commit is contained in:
Joel
2023-12-18 15:41:24 +08:00
committed by GitHub
parent 96d2de2258
commit 65fd4b39ce
122 changed files with 4718 additions and 214 deletions

View File

@@ -1,6 +1,7 @@
const translation = {
api: {
success: '成功',
actionSuccess: '操作成功',
saved: '已保存',
create: '已创建',
remove: '已移除',
@@ -31,6 +32,7 @@ const translation = {
ok: '好的',
log: '日志',
learnMore: '了解更多',
params: '参数',
},
placeholder: {
input: '请输入',
@@ -236,6 +238,7 @@ const translation = {
embeddingModel: {
key: 'Embedding 模型',
tip: '设置知识库文档嵌入处理的默认模型检索和导入知识库均使用该Embedding模型进行向量化处理切换后将导致已导入的知识库与问题之间的向量维度不一致从而导致检索失败。为避免检索失败请勿随意切换该模型。',
required: '请选择 Embedding 模型',
},
speechToTextModel: {
key: '语音转文本模型',