スキップしてコンテンツを表示

Could you tell me about RAG chat education material by Amazon AWS Japan presents".生成AI体験ワークショップ" (Amazon AWS japan presents)

0

Hi, I'm hiro from Japan. I'm beginner about the AWS. Man I ask Amazon AWS team something about AWS Japan presents".生成AI体験ワークショップ". I just using about RAG chat made by AWS Japan presents".生成AI体験ワークショップ". アマゾンAWSジャパンさんご提供のチュートリアル教材的な、生成AI体験ワークショップを使ってRAGチャットを組み立て使っています。

Question1: When I have questions on the RAG chat, was the communication sentence string data save on the S3 of AWS storage? この生成AI体験ワークショップの方法で組み立てた、RAGチャットでの質問のコミュニケーション歴の文字列は、AWSのS3のストレージに保存されていく仕組みがありますか?

Question2: Can I get the question communication on the RAG chat history? AWSのS3のストレージに保存されていく仕組みがあるとしたら、 その履歴の文字列について、AWSアカウントを持っている私は、取り出すことができますか?

Question3: How can I get the the question communication history on the RAG chat? Could you tell me about how to operation it? AWSのS3のストレージに保存されていく、質問の履歴はどのように取り出しますか? AWSなどの操作方法の情報を頂ければ幸いです。

Question4: on RAG chat using case, when I use below gut , what kind of function has it? has it effect to the S3 on the AWS? for example will it be additional education data for foundation AI? RAGチャットを使用している場合: 以下の絵のようなGU Iを使った場合、これはAWSのS3に対して、 どのような機能がありますか?基盤AIへの何らかの追加学習として情報が使われますか?

ーーーーーーーーーーーーーーーーー この回答を評価した理由をお聞かせください。 【不正解】 【情報が古い】 【有害または攻撃的】 【その他】

他にフィードバックがありましたら、入力してください。(任意) ーーーーーーーーー

ーーーーーーーーー        【キャンセル】【発送】

ーーーーーーーーーーーーーーーーーー

Thank you for your time. Have a good day.

1回答
0

Based on the information available, I cannot provide specific details about the "生成AI体験ワークショップ" (Generative AI Experience Workshop) by AWS Japan as it's not mentioned in the provided sources.

However, I can share some general information about RAG (Retrieval Augmented Generation) implementations on AWS:

Regarding your questions about chat history storage:

  1. In typical RAG implementations on AWS, chat history can be stored in various ways depending on the architecture. Some implementations use Amazon Lex to manage session state for conversation history. There's no specific confirmation that chat communications are automatically saved to S3 in all RAG implementations.

  2. If chat history is being stored, access would depend on how the specific workshop implementation was designed and what permissions were configured for your AWS account.

  3. Without knowing the specific implementation details of the workshop you're referring to, I cannot provide exact steps for retrieving chat history.

For a typical RAG chatbot implementation on AWS, conversation history might be managed through:

  • Session state in Amazon Lex
  • Custom storage solutions that could include S3, databases, or other storage services
  • Knowledge bases in Amazon Bedrock

If you're working with a specific AWS Japan workshop, I would recommend:

  • Checking the workshop documentation for details about data storage
  • Reviewing any IAM permissions you have in your account
  • Contacting AWS Japan support or the workshop facilitators for implementation-specific questions

For general RAG implementations, you might explore the Amazon SageMaker notebook instances that are sometimes used to interact with RAG systems, as they could contain conversation logs or access to stored data.
Sources
Community | Prototype a RAG chatbot with Amazon Bedrock, Kendra, and Lex
Deploy a RAG use case on AWS by using Terraform and Amazon Bedrock - AWS Prescriptive Guidance

回答済み 8ヶ月前

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

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

関連するコンテンツ