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
posta 2 mesi fa700 visualizzazioni
3 Risposte
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
ESPERTO
con risposta 2 mesi fa
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
ESPERTO
con risposta 2 mesi fa
  • The blog that we create are like 1 per week.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande