Top work Mike. This is exactly what I needed to get started! :)
@tequilafree3 ай бұрын
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Ай бұрын
Thanks Mike. This video was really helpful.
@rachellhk82437 ай бұрын
Great video Mike! Sharing this with my clients. Welcome to Malaysia!
@shivamm340112 күн бұрын
In your python code, where did the authentication take place? Dont we need aws account to call api?
@freelancer671618 күн бұрын
Is all models private llms. As our organization data will not be stored.
@blastbarry24596 ай бұрын
my account doesn't have an image menu under playgrounds list menu i wonder why? i want to try Ai image
@drhastings6 ай бұрын
In some regions the option is not available, try switching to a different region.
@prasadbabunarayana23613 күн бұрын
Nice introduction lecture.
@kushanmanahara40732 ай бұрын
Very useful and Thanks❤
@markdelwin4 ай бұрын
nice and very crisp presentation.
@AWSEventsChannel4 ай бұрын
Glad it was helpful! 😀
@Atlas-ck9vm4 ай бұрын
Clear and concise
@wah866sky72 ай бұрын
Very useful
@AWSEventsChannel2 ай бұрын
Glad to hear that. 🤩
@rahulraj60123 ай бұрын
How can I keep history of conversation so user can cross questions based of previous asked questions?
@JitendraKumar-uo4tg6 ай бұрын
where are access keys defined?
@awssupport6 ай бұрын
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
@googleuser7705 ай бұрын
great introduction video.
@JskskakakkaАй бұрын
Amazon bedrock Minecraft bedrock
@angshumanchakraborty46684 ай бұрын
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Ай бұрын
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Ай бұрын
He actually mentions exactly that 8:25
@continuouslearner6 ай бұрын
How to select OpenAI models like gpt4?
@sanjaymaddy36136 ай бұрын
OpenAI is not in the list of FMs that are available on Amazon Bedrock. Llama and Claude are really good!
@KiaoranzАй бұрын
@@sanjaymaddy3613 how to do it?
@saifromeo5 ай бұрын
great video
@kimndegwa4308Ай бұрын
Is Amazon Bedrock an LLM. Very confusing
@raviranjankarnАй бұрын
Amazon Bedrock hosts many LLMs which you can access/use on shared basis.
@sachinmunda28042 ай бұрын
while print(body) #getting error : {'Output': {'__type': 'com.amazon.coral.service#UnknownOperationException'}, 'Version': '1.0'} Please help in this