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 am following [AMZ Workshop : 02_fine-tuning_llama2.ipynb](https://github.com/aws-samples/amazon-bedrock-workshop/blob/main/03_Model_customization/02_fine-tuning_llama2.ipynb) to try to fine-tune the...
Hi I wanted to use bedrock through Langchain on gcp. How to configure my aws settings for the same..!?
Thanks.
This is the code
```
response = client.create_data_source(
dataDeletionPolicy='RETAIN',
dataSourceConfiguration={![Enter image description...
Hi,
I'm currently working with AWS Bedrock with LangChain to implement guardrails for prompt injection prevention in my chatbot application. However, I've encountered an issue where the guardrails...
Hi, I am starting to look at Bedrock Knowledge Base but when i try to create a knowledge base i get a "Failed to create the Amazon Opensearch Serverless collection. Failed to fetch" error.
I have...
Hello,
I have deployed a Bedrock KnowledgeBase using OpenSearch Serverless with console and it works fine.
Now I would like to automate this deployment using the CDK (I am using Python) but I am not...
**Details:**
Our organization’s AWS accounts, which previously had functional access to Bedrock (utilized by multiple applications), can no longer call Bedrock APIs, resulting in an "Operation not...
We have enabled the memory retention feature for our Amazon Bedrock Agent to retain session information.
Our guided chat flow takes the user through a 10-step journey. We want the Agent to resume the...
Hi! I made a fully working prompt flow in Bedrock in the prompt flow builder console. I want to connect it to and interact with it from my local index.ts. I use the method provided here:...
I'm using AWS Bedrock.
I checked the article about the increase in the number of output tokens.
- link: https://docs.anthropic.com/en/docs/about-claude/models
**"8192 output tokens is in beta and...
I just started to use Bedrock Studio, I crated my first blank project and I was try to add a component (which should have been a knowledge base) but when I was about to save it I got this error too:...
All,
Here is the situation:
I have a test agent with model Claude 3 Sonnet and simple S3 based KB.
In my agent i enabled Code Interpreter in Advanced section.
Agent provides a good response to the...