mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
Feat: Further update Bedrock model configs (#12029)
### What problem does this PR solve? Feat: Further update Bedrock model configs #12020 #12008 <img width="700" alt="2b4f0f7fab803a2a2d5f345c756a2c69" src="https://github.com/user-attachments/assets/e1b9eaad-5c60-47bd-a6f4-88a104ce0c63" /> <img width="700" alt="afe88ec3c58f745f85c5c507b040c250" src="https://github.com/user-attachments/assets/9de39745-395d-4145-930b-96eb452ad6ef" /> <img width="700" alt="1a21bb2b7cd8003dce1e5207f27efc69" src="https://github.com/user-attachments/assets/ddba1682-6654-4954-aa71-41b8ebc04ac0" /> ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -787,6 +787,15 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
deleteModel: 'Delete model',
|
||||
bedrockCredentialsHint:
|
||||
'Tip: Leave Access Key / Secret Key blank to use AWS IAM authentication.',
|
||||
awsAuthModeAccessKeySecret: 'Access Key',
|
||||
awsAuthModeIamRole: 'IAM Role',
|
||||
awsAuthModeAssumeRole: 'Assume Role',
|
||||
awsAccessKeyId: 'AWS Access Key ID',
|
||||
awsSecretAccessKey: 'AWS Secret Access Key',
|
||||
awsRoleArn: 'AWS Role ARN',
|
||||
awsRoleArnMessage: 'Please enter AWS Role ARN',
|
||||
awsAssumeRoleTip:
|
||||
'If you select this mode, the Amazon EC2 instance will assume its existing role to access AWS services. No additional credentials are required.',
|
||||
modelEmptyTip:
|
||||
'No models available. <br>Please add models from the panel on the right.',
|
||||
sourceEmptyTip: 'No data sources added yet. Select one below to connect.',
|
||||
|
||||
@ -546,6 +546,15 @@ export default {
|
||||
profileDescription: '在此更新您的照片和個人詳細信息。',
|
||||
bedrockCredentialsHint:
|
||||
'提示:Access Key / Secret Key 可留空,以啟用 AWS IAM 自動驗證。',
|
||||
awsAuthModeAccessKeySecret: 'Access Key 和 Secret',
|
||||
awsAuthModeIamRole: 'IAM Role',
|
||||
awsAuthModeAssumeRole: 'Assume Role',
|
||||
awsAccessKeyId: 'AWS Access Key ID',
|
||||
awsSecretAccessKey: 'AWS Secret Access Key',
|
||||
awsRoleArn: 'AWS Role ARN',
|
||||
awsRoleArnMessage: '請輸入 AWS Role ARN',
|
||||
awsAssumeRoleTip:
|
||||
'選擇此模式後,EC2 執行個體將使用其既有的 IAM Role 存取 AWS 服務,無需額外憑證。',
|
||||
maxTokens: '最大token數',
|
||||
maxTokensMessage: '最大token數是必填項',
|
||||
maxTokensTip:
|
||||
|
||||
@ -876,6 +876,15 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
bedrockAKMessage: '请输入 ACCESS KEY',
|
||||
addBedrockSK: 'SECRET KEY',
|
||||
bedrockSKMessage: '请输入 SECRET KEY',
|
||||
awsAuthModeAccessKeySecret: 'Access Key 和 Secret',
|
||||
awsAuthModeIamRole: 'IAM Role',
|
||||
awsAuthModeAssumeRole: 'Assume Role',
|
||||
awsAccessKeyId: 'AWS Access Key ID',
|
||||
awsSecretAccessKey: 'AWS Secret Access Key',
|
||||
awsRoleArn: 'AWS Role ARN',
|
||||
awsRoleArnMessage: '请输入 AWS Role ARN',
|
||||
awsAssumeRoleTip:
|
||||
'选择此模式后,EC2 实例将使用其已有的 IAM Role 访问 AWS 服务,无需额外的凭证。',
|
||||
bedrockRegion: 'AWS Region',
|
||||
bedrockRegionMessage: '请选择!',
|
||||
'us-east-1': '美国东部 (弗吉尼亚北部)',
|
||||
|
||||
Reference in New Issue
Block a user