Merge pull request #1606 from langbot-app/feat/topk_splitter

Feat/topk splitter
This commit is contained in:
Junyan Qin (Chin)
2025-08-13 17:31:11 +08:00
committed by GitHub
28 changed files with 384 additions and 363 deletions
+5
View File
@@ -257,6 +257,11 @@ const jaJP = {
today: '今日',
kbName: '知識ベース名',
kbDescription: '知識ベースの説明',
topK: 'Top K',
topKRequired: 'Top Kは必須です',
topKMax: 'Top Kの最大値は30です',
topKdescription:
'取得する関連性の高い上位K件の文書の数。1~30の範囲で設定できます',
defaultDescription: '知識ベース',
embeddingModelUUID: '埋め込みモデル',
selectEmbeddingModel: '埋め込みモデルを選択',