mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 07:54:19 +00:00
feat: add sidebar for rag and related i18n
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -225,6 +225,10 @@ const zhHans = {
|
||||
atTips: '提及机器人',
|
||||
},
|
||||
},
|
||||
knowledge: {
|
||||
title: '知识库',
|
||||
description: '配置可用于提升模型回复质量的知识库',
|
||||
},
|
||||
register: {
|
||||
title: '初始化 LangBot 👋',
|
||||
description: '这是您首次启动 LangBot',
|
||||
|
||||
Reference in New Issue
Block a user