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
I have a Bedrock agent, that is provided with multiple sql database schemas for sql query generation and database query. The response will be in html format for better representation (tables and...
boto3: Version: 1.35.14
Python 3.11.9
Code
```
bedrock = boto3.client('bedrock-agent-runtime')
document_names = ['doc1', 'doc2']
response = bedrock.invoke_flow(
...
Hi Team,
I am building RAG model and I get the following error [ValueError: Error raised by inference endpoint: An error occurred (ValidationException) when calling the InvokeModel operation:...
And yes it couldn't be any sort of rate-limit because it was my first message in last 48hrs.
Region Name - us-west-2
```
WARNING:bedrock_converse.utils:Retrying...
EXPERT
published 4 days ago0 votes60 views
Hi,
I'm trying to run a flow defined in the prompt flows in Bedrock, I'm trying to do it with a POST request so I'm using Postman, this is the request:
![This is the request with the...
HOW can I access Claude 3.5 Sonnet using AWS bedrock on US East (N. Virginia)? As doc says, I've tried to get an response from the model (Claude 3.5), but I got API call returns that it is not...
How do I go about including a file attachment to an Amazon Bedrock inference request?
For example: Let's say I download a podcast episode. Then I use Amazon Transcribe to turn it into a plain text...
![Bedrock-pricing-issue](/media/postImages/original/IMu9I76l1xSzikasuwtarJsQ)
![See the button orange "Select Model on right"](/media/postImages/original/IMpPTn9dk8Tv611Z6pfHbvtw)
![The Model providers is always loading no matter how time i...
data source -> web crawler
Regex include pattern -> none
content chunking and parsing -> default
embeddings model -> Embed english v3
vector database -> quick create a new vector store
policies...
EXPERT
published 11 days ago0 votes137 views