How can i make a AI chatbot with Amazon Bedrock that use my website data for answer the questions?

0

I currently have a website that has an FAQ section, a tutorial section, and a guide section. I would like to use this information as a basis for the bot to answer the questions from the users.

I know there is a way to do this using a knowledge base, but it requires somehow processing my site and uploading the content to S3, which I would like to avoid.

Looking into the Amazon Bedrock workshops, there are ways such as including all the context in the question, but I'm not sure if this solution could increase too much the costs.

Do you have any solutions tutorials or advice for implementing this?

Thank you very much.

Victor
已提問 2 個月前檢視次數 709 次
3 個答案
2

Another approach is to use Opensearch serverless and Bedrock (without Knowledge Base) : https://github.com/aws-samples/rag-using-langchain-amazon-bedrock-and-opensearch

profile picture
專家
已回答 2 個月前
1

You can consider to use web crawler as Riku_kobayasi said but before choosing an approach, consider factors like the size and complexity of your website, the frequency of updates to the content, and your budget for hosting and computation costs. Additionally, make sure to comply with any legal or ethical considerations related to web scraping and data usage.

profile picture
專家
已回答 2 個月前
  • The blog that we create are like 1 per week.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南