fix: wrong positions

This commit is contained in:
WangCham
2025-08-11 22:58:48 +08:00
parent e76bc80e51
commit 146c38e64c
2 changed files with 4 additions and 2 deletions

View File

@@ -255,7 +255,8 @@ const enUS = {
topK: 'Top K',
topKRequired: 'Top K cannot be empty',
topKMax: 'Top K maximum value is 30',
topKdescription: 'Used to specify the number of relevant documents to retrieve, ranging from 1 to 30.',
topKdescription:
'Used to specify the number of relevant documents to retrieve, ranging from 1 to 30.',
defaultDescription: 'A knowledge base',
embeddingModelUUID: 'Embedding Model',
selectEmbeddingModel: 'Select Embedding Model',

View File

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