mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-05 00:57:14 +00:00
feat: add sidebar for rag and related i18n
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user