mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 19:36:08 +00:00
chore: complete zh-Hant specs for top_k
This commit is contained in:
@@ -250,6 +250,10 @@ const zhHant = {
|
|||||||
today: '今天',
|
today: '今天',
|
||||||
kbName: '知識庫名稱',
|
kbName: '知識庫名稱',
|
||||||
kbDescription: '知識庫描述',
|
kbDescription: '知識庫描述',
|
||||||
|
topK: '召回數量 ',
|
||||||
|
topKRequired: '召回數量不能為空',
|
||||||
|
topKMax: '召回數量最大值為30',
|
||||||
|
topKdescription: '取得相關性高的上位 K 件文獻的數量,範圍為1~30',
|
||||||
defaultDescription: '一個知識庫',
|
defaultDescription: '一個知識庫',
|
||||||
embeddingModelUUID: '嵌入模型',
|
embeddingModelUUID: '嵌入模型',
|
||||||
selectEmbeddingModel: '選擇嵌入模型',
|
selectEmbeddingModel: '選擇嵌入模型',
|
||||||
|
|||||||
Reference in New Issue
Block a user