feat: add description for topk

This commit is contained in:
WangCham
2025-07-16 18:15:27 +08:00
parent 246eb71b75
commit e4f321ea7a
4 changed files with 16 additions and 0 deletions
+3
View File
@@ -248,6 +248,9 @@ const zhHans = {
kbName: '知识库名称',
kbDescription: '知识库描述',
topK: '召回数量',
topKRequired: '召回数量不能为空',
topKMax: '召回数量最大值为 30',
topKdescription: '用于召回相关文档的数量,取值范围为 1-30',
defaultDescription: '一个知识库',
embeddingModelUUID: '嵌入模型',
selectEmbeddingModel: '选择嵌入模型',