All Content tagged with Amazon Bedrock
The easiest way to build and scale generative AI applications with foundation models (FMs).
Content language: English
Select up to 5 tags to filter
Sort by most recent
478 results
Hello,
Regarding the AWS BedrockRuntime service in JAVA, does it support Amazon-Text LLM ?
Seams that the only supported Foundation Models are those from Anthropic, Claude, while Sonnet returns...
Is is possible to ingest documents that contain both text an images, and use them as data sources for an Amazon Bedrock Knowledge base? What are the best practices for ingesting image data? I know...
Hi there
Is there any word on when Claude 3.5 Sonnet will be available in the London region? I have to work within some strict data residency requirements so need my model to be hosted in the UK.
It...
Hi there,
Please can someone explain whether the pricing for the Titan Embeddings models on Bedrock are **per 1,000 tokens** as per https://aws.amazon.com/bedrock/pricing/ or whether it is per API...
How to get access of Meta3.2 Multi-modal models on bedrock. It seems to be blocked or unavailable everywhere except Cross-region inference and for some reason Cross-region inference is saying `Access...
Hi,
I have a question about the RetrieveCommand. When I use this method to fetch data from the knowledge base based on the input, how do I pass that data to the model?
Someone suggested using...
Hi, I'm new to AWS and was going through this guide: https://docs.aws.amazon.com/bedrock/latest/userguide/flows-ex.html when I ran into this error. I am trying to use Claude 3 Sonnet for my model of...
Hi,
I recently created an agent in Amazon Bedrock, tested it with my knowledge base, and used the API (via the InvokeAgent method from the SDK),
I have a couple of questions:
1. How can I integrate a...
I'm trying to call a bedrock agent from a react native app using the following code snippet:
```
const testInput = {
agentId, // required
agentAliasId, // required
sessionId: _sessionId,...
Hi guys,
can you please point me in the right direction to create/update an Agent Version **with** an Action Group associated?
Right now I can do it from AWS Console UI only...
Also, I see a...