feat: add sidebar for rag and related i18n

This commit is contained in:
Junyan Qin
2025-06-27 21:37:53 +08:00
parent f36a61dbb2
commit 0733f8878f
4 changed files with 46 additions and 0 deletions
+4
View File
@@ -230,6 +230,10 @@ const enUS = {
atTips: 'Mention the bot',
},
},
knowledge: {
title: 'Knowledge',
description: 'Configuring knowledge bases for improved LLM responses',
},
register: {
title: 'Initialize LangBot 👋',
description: 'This is your first time starting LangBot',
+19
View File
@@ -232,6 +232,10 @@ const jaJP = {
atTips: 'ボットをメンション',
},
},
knowledge: {
title: '知識ベース',
description: 'LLMの応答品質を向上させるための知識ベースを設定します',
},
register: {
title: 'LangBot を初期化 👋',
description: 'これはLangBotの初回起動です',
@@ -260,6 +264,21 @@ const jaJP = {
'パスワードのリセットに失敗しました。メールアドレスと復旧キーを確認してください',
backToLogin: 'ログインに戻る',
},
embedding: {
description: 'テキストのベクトル化に使用する埋め込みモデルを管理します',
createModel: '埋め込みモデルを作成',
editModel: '埋め込みモデルを編集',
getModelListError: '埋め込みモデルリストの取得に失敗しました:',
embeddingModels: '埋め込みモデル',
extraParametersDescription:
'リクエストボディに追加されるパラメータ(encoding_format、dimensions など)',
},
llm: {
description: 'チャットメッセージの生成に使用するLLMモデルを管理します',
llmModels: 'LLMモデル',
extraParametersDescription:
'リクエストボディに追加されるパラメータ(max_tokens、temperature、top_p など)',
},
};
export default jaJP;
+4
View File
@@ -225,6 +225,10 @@ const zhHans = {
atTips: '提及机器人',
},
},
knowledge: {
title: '知识库',
description: '配置可用于提升模型回复质量的知识库',
},
register: {
title: '初始化 LangBot 👋',
description: '这是您首次启动 LangBot',