Questions 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
Browse through the questions and answers listed below or filter and sort to narrow down your results.
429 results
I recreate a tool I built in AWS and Bedrock. I am pulling text from an s3 into my flow to add to prompt which is in Prompt Management. When I am using a smaller test s3 file, it works. When I use an...
Hi all,
I am building a generative AI chatbot using AWS Bedrock, AWS OpenSearch Serverless, AWS Lambda, AWS CloudFormation, and AWS S3. Here is the GitHub repository for the code...
I have questions regarding certain pricing aspects of using the Bedrock service for machine learning fine-tuning of the Llama 3 70B model on us-west-2 (this is the closest region to me that supports...
I'm creating a Knowledge Base in Bedrock based on English books and I'm trying to get my model to answer with precision the following question (using Claude 3 Haiku with Bedrock Agent here):
*"Tell...
I am encountering two issues while building a prompt flow and would appreciate your assistance:
1. **Implementing Guardrails in Prompt Nodes:** I am unable to find an option to add guardrails to the...
So we have a AWS Bedrock Knowledge Base. In that, when we are updating the data source (basically over-writing the files in S3 bucket), then the syncs are failing. Below are some of the logs:...
I'm building a chatbot that will work with Claude 3 Haiku as a plugin for my WordPress site (so it is in PHP).
The exact error is:
***AWS Exception: Error executing "InvokeModel" on...
Basically, we are extracting data from websites using firecrawl, both directly and via SERP (keywords site:website.com) and certain keywords.
But, the problem is that, we are not able to filter out...
Hi Everyone ,
I am trying to invoke bedrock agent via below code from a Lambda function
```
def call_agent(input_data):
print("Invoking Agent")
client =...
My team has started using Bedrock (Claude 3.5 sonnet) (calling from Lambda) since last week. The issue is that from yesterday, Bedrock keeps responding with 503 Error (Service unavailable), while it...
I have multiple Bedrock agents that perform different tasks, is there a way to invoke an agent based on the task automatically?
I read the recent release on Prompt Caching for Anthropic models here: https://www.anthropic.com/news/prompt-caching
When will Prompt Caching be available in Bedrock??
Is there any material about...