All Content tagged with Generative AI on AWS
Innovate faster to reinvent customer experiences and applications
Content language: English
Select up to 5 tags to filter
Sort by most recent
I have observed a very peculiar thing where the sync jobs for the Bedrock knowledge base are trying to update the existing documents which weren't updated/modified at all in the source S3 bucket when...
Hi,
I have built an application in Amazon App Studio. I have configured specific automations as per my requirements. But, when i am trying to publish it to testing environment for testing purposes,...
I want to re-rank my RAG results from AWS Bedrock.
But the only example I see as of yet is this :...
The official website of Anthropic states that the Cluade Sonnet 3.5 is available on AWS. However, when I try to access it through AWS in the N. Virginia or Oregon region, it shows as unavailable. I've...
I built a RAG app using API Gateway, Lambda, and Bedrock and everything was running smoothly for a few weeks. The last time I tested it, on September 10, it worked perfectly. However, when I tried...
EXPERT
published 13 days ago0 votes118 views
Like the title, I am training a generative model on a p4d.24xlarge, which has 320 GB of GPU memory. The batch is around 4 GB, but the instance errors our with out of memory error, failure to allocate...
EXPERT
published 20 days ago1 votes194 views
When can I recover from it? I got stuck from 1 hour.
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...
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 =...
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...