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...
Accepted AnswerAmazon Bedrock
2
answers
0
votes
26
views
Yong
asked 20 days ago
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...
4
answers
0
votes
38
views
asked 21 days ago
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...
2
answers
0
votes
145
views
Ufuk
asked 21 days ago
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...
1
answers
0
votes
72
views
Archana
asked 25 days ago
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?...
1
answers
0
votes
57
views
Archana
asked a month ago
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...
1
answers
0
votes
42
views
asked a month ago
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...
0
answers
0
votes
29
views
asked a month ago
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...
2
answers
0
votes
117
views
Ashwin
asked a month ago
boto3: Version: 1.35.14 Python 3.11.9 Code ``` bedrock = boto3.client('bedrock-agent-runtime') document_names = ['doc1', 'doc2'] response = bedrock.invoke_flow( ...
0
answers
0
votes
18
views
zygao
asked a month ago
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:...
0
answers
0
votes
12
views
Mits
asked a month ago
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...
1
answers
0
votes
86
views
Nath
asked a month ago
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...
1
answers
0
votes
60
views
John
asked a month ago