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
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 a month ago0 votes339 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 a month ago1 votes296 views
Hi, I am trying to experiment with meta llama 3 8b and 70 b using the code examples in here...