All Content tagged with Knowledge Bases for Amazon Bedrock
Content language: English
Select up to 5 tags to filter
Sort by most recent
135 results
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 ...
I'm building a chatbot that will work with Claude 3 Haiku as a plugin for my WordPress site (so it is in PHP).
The exact error is:
***AWS Exception: Error executing "InvokeModel" on "https://bedrock-...
Basically, we are extracting data from websites using firecrawl, both directly and via SERP (keywords site:website.com) and certain keywords.
But, the problem is that, we are not able to filter out th...
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 = boto3.client('bedrock-agent-runtime'...
Hello, I am trying to add SharePoint as a data source for the *Amazon Bedrock Knowledgebase*. I have followed all the configuration steps mentioned in the official documentation:
[https://docs.aws.ama...
I am getting the following error while trying to upload my resume into a BedRock instance deployed by a AWS Catalyst BedRock blueprint:
Knowledge Sync Error
An error occurred while synchronizing Knowl...
[This blog post](https://aws.amazon.com/about-aws/whats-new/2024/08/blueprints-agent-based-automation-amazon-bedrock/) references "Blueprints" without providing links to specific ones. Where can I fin...
So we get sync history status like below
![Enter image description here](/media/postImages/original/IMJF5zPlQCSo-teVLviAOSBg)
Now, in order to know which exact file is the problem, is there some mecha...
Hello
I have this error message in the trace: The predicted knowledge base doesn't exist. So, couldn't retrieve any information</description></error><error><type>object</type><description>Encountered ...
Hi ,
I just exploring Prompt Flow concept. As per the example , i have created a simple prompt flow to test my Knowledge base ( with PineCone) . I have very basic nodes in my prompt flow. i.e 1. In...
Is it possible to send system prompt in Retrieve and generate method
Hi I am working on a chat application . That is used to get the information from the document from Knowledge base. We are using Retrieve method to fetch the chunks and Invoke model to generate answer ...