Amazon Bedrock Agents | Amazon Web Services

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 21

  • @sumeetkrishnan8828
    @sumeetkrishnan8828 9 дней назад

    The Claude model takes more than 10 seconds anyways to respond and then we added Bedrock agent which is again using Claude model to decide which action group to pick, and that will add again another 10 seconds to respond, i think as the use case is smaller in bedrock agent Amazon should have used or created there own SLM model to understand what the user want and select the action group instead of searching it in the LLM base

    • @awssupport
      @awssupport 9 дней назад

      Hi there, thanks for the feedback! It's definitely appreciated. I've reached out to the Bedrock Support team regarding your input. One other thing I would like to share with you is our feedback article: go.aws/feedback. This article details how to provide the type of feedback you have given should you need to in the future. However, you can always reach out here and, we will do our very best to help. ^DC

  • @renatodex
    @renatodex 2 месяца назад

    Omg is the API slow like that? The response in your test application took like 40 seconds to complete!
    Can't believe anyone noticed that haha

    • @awssupport
      @awssupport 2 месяца назад

      Hi, thanks for your observations. 👀 Perhaps you would like to share this info with the appropriate team: go.aws/feedback. This article details how. We definitely value info from our customers. ^DC

  • @michaelinzo
    @michaelinzo Месяц назад

    Can we integrate it on discord or slack etc?

  • @AA-rd6nm
    @AA-rd6nm 9 месяцев назад +1

    Awesome work.

  • @nickdemiceli4543
    @nickdemiceli4543 5 месяцев назад

    Is it possible to leverage the knowledge base of my agent in Amazon bedrock, kind of as a guide for how the agent should respond. For example, I have a very specific use case and I only have around 30 examples of how it should respond, so I believe fine tuning would not work, but i am curious if I put 30 examples into the knowledge base, would it guide the agent better.

    • @awssupport
      @awssupport 5 месяцев назад

      Great question, Nick. Our community of experts at re:Post may have technical insight to offer on this: go.aws/aws-repost. ✅💻 ^MO

  • @anishshrestha2378
    @anishshrestha2378 7 месяцев назад

    Cane we do response stream in agents?

    • @awssupport
      @awssupport 7 месяцев назад

      This is an excellent question for our re:Post platform! 📮 Our cloud community of experts may be able to assist you with an answer or additional advice: go.aws/aws-repost. 🤝☁️ ^TE

  • @canasdruid
    @canasdruid 8 месяцев назад

    how can i train this model with company pdfs or excels?

    • @awssupport
      @awssupport 8 месяцев назад +1

      Hi there! 👋 Our community of developers over at re:Post might be able to lend their expertise & guidance: go.aws/aws-repost. Additionally, we have these other ways to get help: go.aws/get-help. ⬅️ ^AK

    • @rishirajkalita9883
      @rishirajkalita9883 8 месяцев назад +1

      Fine tune or knowledge bases

    • @canasdruid
      @canasdruid 8 месяцев назад

      @@rishirajkalita9883i am currently doing that

    • @dozo_ca
      @dozo_ca 2 месяца назад

      Yeah I was thinking about that

    • @jeffdeng1652
      @jeffdeng1652 2 месяца назад

      @@dozo_ca just point the knowledge base at the company docs as a datasource and describe the data in the docs during setup and the agent will figure out when to use the data inside.