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ヶ月前707ビュー
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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ