From 8a96ffbcc0074939e8a83706684ee51d4a6b1531 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 13 Aug 2025 17:33:47 +0800 Subject: [PATCH] chore: complete zh-Hant specs for top_k --- web/src/i18n/locales/zh-Hant.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/i18n/locales/zh-Hant.ts b/web/src/i18n/locales/zh-Hant.ts index 313c1fe5..f0e5e88f 100644 --- a/web/src/i18n/locales/zh-Hant.ts +++ b/web/src/i18n/locales/zh-Hant.ts @@ -250,6 +250,10 @@ const zhHant = { today: '今天', kbName: '知識庫名稱', kbDescription: '知識庫描述', + topK: '召回數量 ', + topKRequired: '召回數量不能為空', + topKMax: '召回數量最大值為30', + topKdescription: '取得相關性高的上位 K 件文獻的數量,範圍為1~30', defaultDescription: '一個知識庫', embeddingModelUUID: '嵌入模型', selectEmbeddingModel: '選擇嵌入模型',