Amazon Bedrock CLI/API: how to associate an Action Group to an Agent Version
Can you please point me in the right direction to create/update a Bedrock Agent Version with an associated Action Group?
Privacy comparison between AWS Bedrock vs running directly on EC2?
I would like to run some personally-sensitive data through an LLM, but I’m too nervous about my data leaking to use hosted services like Claude.ai or ChatGPT.com.
Can I query a knowledge base and generate a response WITH streaming using Bedrock?
I am successfully using RetrieveAndGenerate from bedrock, but is there an equivalent that would allow streaming?
I would like to use websockets to render the characters one at a time to the user for a more pleasant experience.
AWS Bedrock Input.text 1000 character limitation using a knowledge base?
Me and a team of mine have been trying to incorporate AWS’ Bedrock into our project a while. We recently have given it a knowledge base, but have seen the input for a query to said knowledge base is only 1000 characters long which is.. limiting.
How to securely pass personal information to a Bedrock agent?
I’m working with an AWS Bedrock agent and need to pass personal user information to it so it can provide personalized responses. However, I don’t want to include this personal information directly in the agent’s knowledge base for security reasons. Here are the details of my situation: