All Content tagged with Amazon Bedrock

The easiest way to build and scale generative AI applications with foundation models (FMs).

Content language: English

Select tags to filter
Sort by most recent
835 results
We're using a Bedrock Knowledge Base integrated with S3 Storage and OpenSearch Serverless. Our workflow involves uploading several documents to S3, then invoking IngestKnowledgeBaseDocuments to add an...
1
answers
0
votes
40
views
asked 20 days ago
I'm currently working on ingesting documents into AWS Knowledge Bases, and I'm already able to get document-level metadata using the default setup. However, I want to go a step further and: * Perform ...
1
answers
0
votes
51
views
asked 21 days ago
When crawling a website that contains relative paths like this ``` href="./pageb" ``` Bedrock can not resolve this url properly, which leads to this warning. ``` Skipped document: https://www.domain.d...
1
answers
0
votes
41
views
asked 23 days ago
What are some of the obvious advantages of using Lambda and API Gateway in front of Bedrock Any Disadvantages someone can think of There are many AWS Blogs that shows this Architecture 1) https://aw...
1
answers
0
votes
91
views
profile pictureAWS
asked 23 days ago
Hi, I need help to re-actiavte my AWS account or rather be able to sign in as a new user using my amazon.com account. I have forgotten my password, and I got a message saying this "We could not comp...
1
answers
0
votes
57
views
asked 24 days ago
why, when i try to remove the service Llama 3.2 1B Instruct, i see this error • Llama 3.2 1B Instruct - This model meta.llama3-2-1b-instruct-v1 does not support deleting an agreement
1
answers
0
votes
65
views
asked a month ago
When I use the invoke_agent API, if there is no knowledge kb associated with it doesnt do any embedding and if there is a kb then it does embedding of the question which is understandable since it use...
1
answers
0
votes
70
views
asked a month ago
I am trying to get my AWS Lambda function to call amazon Nova Reels v1.1 in order to get an Ai video made, and sent to my novabucket S3 bucket.
2
answers
0
votes
114
views
asked a month ago
There are a few questions regarding the token counts in the invoke agent API: 1) When my agent is connected to a knowledge base, in the boto3event stream, the second trace doesnt contain the input and...
1
answers
0
votes
100
views
asked a month ago
When I call the invoke agent api and see through the boto3event stream I find there are 2 output tokens and 2 input tokens being returned. Each completely different but the input tokens are increasing...
1
answers
0
votes
33
views
asked a month ago
We want to create an agent in Amazon Bedrock and define an action group that can perform custom retrievals. Can custom retrievals be performed directly on a Knowledge Base (KB)? If not, can custom r...
2
answers
0
votes
46
views
asked a month ago
When I use the Invoke_agent API and then ask it a question, in the reponse (ie boto3.completion_stream) there are 915 input tokens and 217 output tokens. But when I check for the same in the Cloudwatc...
2
answers
0
votes
43
views
asked a month ago