Amazon Bedrock Agents Tutorial - Architecture and Orchestration

Поділитися
Вставка
  • Опубліковано 3 бер 2024
  • Amazon Bedrock Agent can perform actions and augment responses using companies data sources. It combines Actions with RAG techniques and converses using a Large Language Model.
    AWS Bedrock Agents Tutorial: In this demo, we will learn how to create and use an AWS Bedrock Agent.
    #artificialintelligence #retrievalaugmentedgeneration #RAG #awsarchitecture #aiassistant #LLM
    Github Code Repo: github.com/architecturebytes/...
    You may be charged for resources you use during the exercise, so please keep that in mind. For example Foundation Models are likely to charge you based on 'Tokens'.
    Timelines:
    00:05 Introduction
    00:53 Architecture
    02:36 Tutorial Begins
    04:58 Knowledge Base
    11:47 Advanced Prompt (Templates)
    13:38 Actions
    17:18 Test Agent
    19:43 Agent Alias
  • Наука та технологія

КОМЕНТАРІ • 14

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

    One the best videos you will find on UA-cam that succinctly demos how Amazon Bedrock really works! Kudos!!

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

    Amazing this kind of tut created by genuine human spent hours on it's quality is amazing youtube algo need to upvote this

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

    Folks, this was a really nice video to help understand Amazon Bedrock. I can't write code so in glad you could show how one can still build and test within the Bedrock console.

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

    Thank you

  • @aliyazdizadeh
    @aliyazdizadeh 21 день тому

    this is so gooood!

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

    in Agent, Can we connect any AWS API or any API which response orchestration perform by bedrock Which specifically AWS twinmaker api need to connect with bedrock agent ? any suggestion from your end ?

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

      Once you invoke a Lambda function (action group) - you can invoke any API of your choice from there.

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

    Nice video. Pls share the 2 files used to create the KB.

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

      Pls find the same in the linked github repository.

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

      @@ArchitectureBytes - I need the Product Catalog and the Inventory. The GitHub has only the codes.

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

      Yes, they are available there now - please check.

  • @SynthMindSolutions
    @SynthMindSolutions 16 днів тому

    what types of permissions are needed? IAM roles?

    • @ArchitectureBytes
      @ArchitectureBytes  15 днів тому +1

      Let AWS create the Service Role for you (3:07) during Agent creation process. Once created - you can review the Permissions - arn is available in Agent details (4:10)

    • @SynthMindSolutions
      @SynthMindSolutions 9 днів тому +1

      @@ArchitectureBytes thank you! very great video