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.
432 results
I'm using below knowledgeBaseConfigurations to invoke bedrock agent. it cannot find the query. but I test the same query in known based console with search type: HYBRID, I can get query...
After creating a Knowledge Base you can use the API's to ingest data from your S3 bucket into your vector database and according to the documentation 'After you create your knowledge base, you ingest...
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...
How does AWS Bedrock Knowledge Base syncing work internally? I have 10 files in S3, and after deleting and re-uploading them, the sync status does not show the files as modified. Can someone explain...
I am experiencing a failure with Data Sync in a Bedrock Knowledge Base, receiving the error: "The server encountered an internal error while processing the request." How can I troubleshoot this issue?...
Hi, I have followed the steps given by AWS to request access to Bedrock's models through filling the form asked but when I try to submit the form, I get that error:
![Error when trying to submit the...
I have an existing Bedrock Agent that was originally created against the Claude 2 model. Since then we have released a new alias and version of the agent that uses Claude 3.0. Since Claude 3.5 is now...
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...
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...