Takehiro Suzuki

Results 129 comments of Takehiro Suzuki

Sorry, I cannot understand the issue. Please describe the detail

This sample is not Generative AI Usecase. In addition, this issue can be caused by brouser cache. thank you

See: https://github.com/aws-samples/bedrock-chat?tab=readme-ov-file#deploying-multiple-environments

The easy deployment method i.e. bin.sh is prepared for the very first user. We strongly recommend to prepare the docker environment to utilize CDK.

>I also noted that when I try to make a second API endpoint it fails, so I can only create one api endpoint per bot. That's by design. It's because...

It requires a few seconds or minutes to generate the response. During the generation the API returns 404. If still fail, checking the API logs can help to find the...

>In my account LakeFormation is already activated in us-east-1. As you mentioned, this looks like the root cause. [Doc](https://docs.aws.amazon.com/lake-formation/latest/dg/troubleshooting.html) says: ``` The user/role must be a data lake administrator. ```...

@vishallakhotia Thank you for detailed workaround. Let us close this issue as open another issue (#503) to describe this procedure you mentioned.

@gsukanto Hi, thank you for creating PR. To review your PR, I tried to reproduce your problem, but I couldn't that. Could you tell me more detailed reproduction step? JFYI,...

Could you check cloudwatch logs (name is like `/aws/lambda/BedrockChatStack-WebSocketHandlerXXXX`)? It shows whether new conversation created or using existing one. The conversation saved to dynamodb is also logged.