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