How to Build RAG based Chatbot: 5 Steps with Amazon Bedrock

Поділитися
Вставка

КОМЕНТАРІ • 34

  • @KushlAlve
    @KushlAlve 2 місяці тому +2

    Very clear and concise explanation !!

    • @techwithzoum
      @techwithzoum  Місяць тому

      I am glad it was clear enough to help you understand!

  • @techwithzoum
    @techwithzoum  3 місяці тому +1

    Please give this video a like if you found it helpful! 😊
    Comment down below what you are mainly using AWS Bedrock for ⬇

  • @bigdreams5554
    @bigdreams5554 Місяць тому

    Very clear walk thru! thanks, looking forward to more videos!

  • @DanielUsvyat-g8g
    @DanielUsvyat-g8g 3 місяці тому +1

    nice video, thanks for sharing

    • @techwithzoum
      @techwithzoum  3 місяці тому

      You're welcome!
      Stay tuned for the next video dropping this Thursday explaining how to create a graphical interface outside AWS using Streamlit, API Gateway, and Lambda function!

    • @techwithzoum
      @techwithzoum  3 місяці тому

      Second part is available: ua-cam.com/video/EPq0x2qJZW8/v-deo.html

  • @hernandocastroarana6206
    @hernandocastroarana6206 7 днів тому +1

    Hi. Thanks again for the video. Do you know how to delete a vector store? I deleted an agent and its knowledge base, but I was not able to delete the vector store

    • @techwithzoum
      @techwithzoum  3 дні тому

      The steps are illustrated in the following video, starting at 28:00
      ua-cam.com/video/EPq0x2qJZW8/v-deo.html

  • @noellieaka2023
    @noellieaka2023 3 місяці тому +1

    Cette vidéo est très intéressante. Merci !

    • @techwithzoum
      @techwithzoum  3 місяці тому

      Merci beaucoup, Noellie! De rien!

    • @techwithzoum
      @techwithzoum  3 місяці тому

      Noellie, the second part of the video is available!
      ua-cam.com/video/EPq0x2qJZW8/v-deo.html

  • @hernandocastroarana6206
    @hernandocastroarana6206 Місяць тому +1

    Hi, thanks for the great video! Do you know how I can request access to the models? When I request access I get “Operation not allowed”

    • @techwithzoum
      @techwithzoum  Місяць тому +1

      During your request, make sure you are using the us-east-1 region.
      Here are the details to submit your request.
      docs.aws.amazon.com/bedrock/latest/userguide/model-access.html

  • @techwithzoum
    @techwithzoum  3 місяці тому +1

    Check out my medium blog as well, where I share plenty of AI courses!
    zoumanakeita.medium.com/

  • @SiddhantThakkur
    @SiddhantThakkur Місяць тому

    whenever I post a prompt in the test stage, I get an error saying "Your request rate is too high. Reduce the frequency of requests.", even if it is my first query on knowledge base creation. Can you help here?

  • @SalwaSayeedulHasan
    @SalwaSayeedulHasan Місяць тому +1

    once i delete the knowledge base i wont be getting charged right? because while im deleting i see this line :"Note that the underlying vector store itself is not deleted, only the data. You are still charged for using a vector store until you delete your vector store." Please let me know if anything else needs to be deleted as well? FYI im following your approach which you showed in this video.

    • @techwithzoum
      @techwithzoum  Місяць тому +1

      Please also delete the vector store, otherwise you will be charged.

    • @SalwaSayeedulHasan
      @SalwaSayeedulHasan Місяць тому

      @@techwithzoum Can you please guide me how to delete vector store?

    • @techwithzoum
      @techwithzoum  Місяць тому +1

      @@SalwaSayeedulHasan the steps are mentioned here from the 28th minute
      ua-cam.com/video/EPq0x2qJZW8/v-deo.html

    • @SalwaSayeedulHasan
      @SalwaSayeedulHasan Місяць тому

      @@techwithzoum Thank you so much 😊

    • @techwithzoum
      @techwithzoum  Місяць тому

      @@SalwaSayeedulHasan you're very welcome!

  • @milicacvjeticanin1439
    @milicacvjeticanin1439 2 місяці тому

    Hi, I want to ask what are the policies I need to add to my IAM account to be able to create database (STEP 3)? Thank you!

    • @techwithzoum
      @techwithzoum  2 місяці тому

      You first need to be connected to the console as an IAM user with an Admin account to create the database.
      Have you followed all the steps before? Step 1 explains how to create an IAM user. Please let me know if you have any questions.

    • @milicacvjeticanin1439
      @milicacvjeticanin1439 2 місяці тому

      ​@@techwithzoum Thanks for the response. Yes, I assigned all needed privilegdes, as in video, and after I see notification that DB is created, I have issue with the following:
      USER_XY is not authorized to perform: bedrock:CreateKnowledgeBase
      I don't know could it be maybe my region, since I am in Europe(Ireland)?

    • @milicacvjeticanin1439
      @milicacvjeticanin1439 2 місяці тому +1

      Just to update: The issue was region.. thank you!

    • @techwithzoum
      @techwithzoum  2 місяці тому

      @@milicacvjeticanin1439 perfect!

    • @adam23sp
      @adam23sp Місяць тому

      @@milicacvjeticanin1439 What did you need to switch the region to?

  • @adam23sp
    @adam23sp Місяць тому

    This tutorial didn't work for me when I tried to sync my data source. I can't access any of the models. When I tried to request them, it said I wasn't allowed to. Did I miss something?

    • @ns8928
      @ns8928 28 днів тому

      I think it requires subscription but you definitely need access granted for it to work.

    • @adam23sp
      @adam23sp 28 днів тому

      @ I gave up and switched to cloudflare

  • @pythonantole9892
    @pythonantole9892 3 місяці тому +1

    I'm yet to see a tutorial where the chatbot has an interface away from AWS, like on a website. Nobody will create a chatbot to be used on the AWS console.

    • @techwithzoum
      @techwithzoum  3 місяці тому +1

      This tutorial aims to give a sweet of AWS Bedrock via Bedrock interface.
      Next week, I will post a video showing how to build one with UI, away from AWS!
      Stay tuned!

    • @techwithzoum
      @techwithzoum  3 місяці тому +1

      Here is the video you have been waiting for!
      It allows you to build chatbot with graphical interface. Let me know what you think!
      ua-cam.com/video/EPq0x2qJZW8/v-deo.html