We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
東京リージョンにデプロイしている環境において、Knowledge Bases for Amazon Bedrockエージェントを利用したい場合。 CodeInterpreterAgentやWebSearchAgentは使わないのにスタックを作ろうとしてエラーになってしまう。 ※construct/agent.tsの138行目〜をコメントアウトすることでエラーは回避できる おそらく、CodeInterpreterAgentが東京リージョンでサポートされていないのが原因と推察。
Knowledge Bases for Amazon Bedrock エージェントのデプロイ
// cdk.json { "context": { "agentEnabled": true, "agents": [ { "displayName": "Knowledge Base", "agentId": "XXXXXXXXX", "aliasId": "YYYYYYYY" } ], } }
"agentEnabled": true, にしてしまうと、利用しなくともCodeInterpreterAgentやWebSearchAgentが有効化されてしまうのは、適切ではないと考える。(利用リージョンの柔軟性がなくなる)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
東京リージョンにデプロイしている環境において、Knowledge Bases for Amazon Bedrockエージェントを利用したい場合。
CodeInterpreterAgentやWebSearchAgentは使わないのにスタックを作ろうとしてエラーになってしまう。
※construct/agent.tsの138行目〜をコメントアウトすることでエラーは回避できる
おそらく、CodeInterpreterAgentが東京リージョンでサポートされていないのが原因と推察。
Knowledge Bases for Amazon Bedrock エージェントのデプロイ
"agentEnabled": true, にしてしまうと、利用しなくともCodeInterpreterAgentやWebSearchAgentが有効化されてしまうのは、適切ではないと考える。(利用リージョンの柔軟性がなくなる)
The text was updated successfully, but these errors were encountered: