QandA solution with LLM or Kendra

0

Which aws service should we start with to build a chatbot with our private data in AWS? Should we go to Kendra or any LLM solution?

1回答
0
承認された回答

Kendra is the good starting point to build your QandA chatbot. Using Amazon Web Services (AWS) Kendra, you can build a Q&A chatbot that leverages natural language understanding and machine learning to deliver accurate answers to questions while keeping your data in your AWS account. If your data is already in AWS, you can config different source for your Kendra's index such as using S3 - https://docs.aws.amazon.com/kendra/latest/dg/data-source-s3.html

As a solution, usually you need to config a 'front-end' for your solution either via Lex service or a traditional Web based solution like API Gateway/Lambda and Website to handle the user interaction. You can also use other AWS services like Polly to turn the text into voice.

You can definitely combine the LLM solutions using AWS Sagemaker JumpStart Foundation Models(in preview mode and in selected regions) as your generative AI source with Kendra/OpenSearch as your KnowledgeBase. We provides LLM models for Text Summerization and Question Answering

Here are some links to start with

Hope this is a good starting point for your Q&A chatbot solution

If you think this helps your solution design, please accept the answer

AWS
回答済み 1年前
profile picture
エキスパート
レビュー済み 10ヶ月前
  • Thanks a lot

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

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

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

関連するコンテンツ