1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
You now have a much simpler way to achieve this: It's Knowledge Bases for Amazon Bedrock: https://aws.amazon.com/bedrock/knowledge-bases/
It will manage all the RAG mechanism for you as it is a managed service: you just have to put the data in a bucket and Bedrock KB will do the rest for you.
If you want to better understand how this KB RAG works, it's fully detailled in my previous article: https://repost.aws/articles/AR-LV1HoR_S0m-qy89wXwHmw/the-leverage-of-llm-system-prompt-by-knowledge-bases-for-bedrock-in-rag-workflows
Best,
Didier
Relevant content
- asked 10 months ago
Hi Didier,
Thank you very much for your prompt response.
Unfortunately, I am not sure this is what I am looking for.
Basically, I want to code the chatbot, rather than use the AWS Bedrock interface/console, as I want to be able to host the chatbot on my website so that customers can query it, and I want to be able to customise the user interface to align with my brand. Do you have any alternative suggestions to your previous reply? (:
Kind regards, Em