Integrating Generative AI Models with Amazon Bedrock

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

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

  • @MarkStaAna-t6n
    @MarkStaAna-t6n 3 дня назад

    Top work Mike. This is exactly what I needed to get started! :)

  • @tequilafree
    @tequilafree 3 месяца назад +5

    This video is AWSome Mike! Congrats! Can you give an example (or mention where can be found) of uploading a pdf file and asking the model about it ?

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

    Thanks Mike. This video was really helpful.

  • @rachellhk8243
    @rachellhk8243 7 месяцев назад +5

    Great video Mike! Sharing this with my clients. Welcome to Malaysia!

  • @shivamm3401
    @shivamm3401 12 дней назад

    In your python code, where did the authentication take place? Dont we need aws account to call api?

  • @freelancer6716
    @freelancer6716 18 дней назад

    Is all models private llms. As our organization data will not be stored.

  • @blastbarry2459
    @blastbarry2459 6 месяцев назад +1

    my account doesn't have an image menu under playgrounds list menu i wonder why? i want to try Ai image

    • @drhastings
      @drhastings 6 месяцев назад +1

      In some regions the option is not available, try switching to a different region.

  • @prasadbabunarayana236
    @prasadbabunarayana236 12 дней назад

    Nice introduction lecture.

  • @kushanmanahara4073
    @kushanmanahara4073 2 месяца назад +1

    Very useful and Thanks❤

  • @markdelwin
    @markdelwin 4 месяца назад +1

    nice and very crisp presentation.

  • @Atlas-ck9vm
    @Atlas-ck9vm 4 месяца назад +1

    Clear and concise

  • @wah866sky7
    @wah866sky7 2 месяца назад +1

    Very useful

  • @rahulraj6012
    @rahulraj6012 3 месяца назад

    How can I keep history of conversation so user can cross questions based of previous asked questions?

  • @JitendraKumar-uo4tg
    @JitendraKumar-uo4tg 6 месяцев назад +1

    where are access keys defined?

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

      Hi, Jitendra! 👋 This doc, which discusses identity and access management for Amazon Bedrock, should be of help: go.aws/3WtKDnt. 🤓 If you're still having trouble, please don't hesitate to reach out to our community of experts on our re:Post platform: go.aws/aws-repost. 👈 ^RF

  • @googleuser770
    @googleuser770 5 месяцев назад +2

    great introduction video.

  • @Jskskakakka
    @Jskskakakka Месяц назад +2

    Amazon bedrock Minecraft bedrock

  • @angshumanchakraborty4668
    @angshumanchakraborty4668 4 месяца назад +6

    All these are good if you are within that AWS space. Other than that, the only way to access it remotely is via their SDK. That makes it useless in many cases..

    • @jo3luttrell
      @jo3luttrell Месяц назад +2

      This... doesn't make sense. The AWS SDK is essentially just a nice wrapper around their API. You can use their http API directly if you want. But most likely you're using a language that they provide an SDK for so you might as well use it. It's no different than most client SDKs. What's a use case where it is useless?

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

      He actually mentions exactly that 8:25

  • @continuouslearner
    @continuouslearner 6 месяцев назад

    How to select OpenAI models like gpt4?

    • @sanjaymaddy3613
      @sanjaymaddy3613 6 месяцев назад +1

      OpenAI is not in the list of FMs that are available on Amazon Bedrock. Llama and Claude are really good!

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

      @@sanjaymaddy3613 how to do it?

  • @saifromeo
    @saifromeo 5 месяцев назад +2

    great video

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

    Is Amazon Bedrock an LLM. Very confusing

    • @raviranjankarn
      @raviranjankarn Месяц назад +3

      Amazon Bedrock hosts many LLMs which you can access/use on shared basis.

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

    while print(body)
    #getting error : {'Output': {'__type': 'com.amazon.coral.service#UnknownOperationException'}, 'Version': '1.0'}
    Please help in this