Takehiro Suzuki
Takehiro Suzuki
Memo: - By default, use shared KnowledgeBase with vector bucket for PoC - When publish a bot which will be used by many users, use dedicated KnowledgeBase with OpenSearch Related:...
@containeers As you mentionetd, websocket is problematic. That's why we've made some effort to make it decoupled like [chat function](https://github.com/aws-samples/bedrock-claude-chat/blob/v2/backend/app/websocket.py#L173), which can be invoked on local environment. I understand your...
Request example: ``` { "id": "kb-test-bot", "title": "kb-test-bot", "instruction": "", "description": "", "embeddingParams": null, // Ignored on KB "generationParams": null, "searchParams": null, // Ignored on KB "agent": { "tools": [...
@DTheunis >After the v2 release, existing bots will be treated as read-only and cannot be updated or edited. The UI for creating new bots will only utilize KB.
CDK Reference: ```ts const ADMIN_ROLE_ARN = "arn:aws:iam::1234567890:role/Admin"; const dataAccessManagementConsolePolicy = new oss.CfnAccessPolicy( this, "DataAccessManagementConsolePolicy", { name: `${DATA_ACCESS_POLICY}-man`, type: "data", description: `Data access policy for ${COLLECTION_NAME} collection from management console..`, policy:...
@HirokiNakatani Thank you for the reporting. Could you create a PR with the [guideline](https://github.com/aws-samples/bedrock-claude-chat?tab=readme-ov-file#contribution)? Thank you (P.S. We will release v3 soon, so it might be better to wait for...
OIDC Setup with Okta - Error during authentication - PreSignUp+failed+with+error+%27email%27.+&state
Yes, need to set with upper character. https://github.com/aws-samples/bedrock-chat/blob/c053f23748534912740ad57b917779abc39f3caa/cdk/lib/constructs/auth.ts#L135
Thank you for your request. We'd be appreciated if you could create a PR (if it's not difficult and number of diffs will be small), thank you.
Reproduction step is not clear. Please describe more the detail. Thank you
Please do not ignore the template and provide details. thank you