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
@@ -255,6 +255,9 @@ const jaJP = {
kbName: '知識ベース名',
kbDescription: '知識ベースの説明',
topK: '上位K件',
topKRequired: '上位K件は必須です',
topKMax: '上位K件の最大値は30です',
topKdescription: '関連ドキュメントを取得するための上位K件の数。1〜30の範囲で設定可能です',
defaultDescription: '知識ベース',
embeddingModelUUID: '埋め込みモデル',
selectEmbeddingModel: '埋め込みモデルを選択',