Amazon Bedrock Tutorial for Beginners - Build an AI Chat App

  Рет қаралды 23,711

Trevor Spires

Trevor Spires

Күн бұрын

Пікірлер: 53
@sysadmin9396
@sysadmin9396 8 ай бұрын
Bro.. it’s kinda nuts how not even the own AWS KZbin channels explain this as good as you. Thank you man. Seriously.
@ricksegalCanada
@ricksegalCanada 7 ай бұрын
First, thank you for your efforts here. Under 20 minutes where others went hours (!) to accomplish exactly what you achieved. Well done. I had to do some Pylint fun like importing OS before Boto3. And I assume in your flavor of Visual Studio Code there's a bunch of 'just ignore it stuff we don't see in your code build. Like Redefining names from outer scope. VSC complained about language, freeform_text, and response but, meh, code worked fine and, as you said this makes for a great founding script to build upon. Again, thanks for taking the time to do this and other videos. +1 on the subscriber list.
@trevspires
@trevspires 6 ай бұрын
That’s super helpful context. I have a very vanilla VScode setup, but also its likely VS code idiot-proofed the code for me! lol
@lorenzomonteverdi221
@lorenzomonteverdi221 8 ай бұрын
Very interesting, I'm excited to see the next steps about more complex chatbots. Could be nice to see how to performe the RAG 😯
@trevspires
@trevspires 8 ай бұрын
Check out Bedrock's new Knowledge Base features! Super simple way to get basic RAG working on AWS
@reedfansler7428
@reedfansler7428 3 күн бұрын
Super helpful! Any tips on what to use now that LLMChain is deprecated?
@mhdazh
@mhdazh 3 күн бұрын
Thank you so much for a clear explanation
@ajhawr
@ajhawr 4 ай бұрын
Have minimal experience in Python. But I had to actually run `pip install langchain --upgrade` in order for imports to stop complaining.
@shobitvijayvargiya7824
@shobitvijayvargiya7824 5 ай бұрын
Hi Trevor, I could not see Bedrock in the AWS toolkit extension. Was able to create a profile in VS code using an AWS user (Access Key etc) but unable to get my main.py file executed via VS code. No Error but no output too. What am I missing ? (No Software Development Experience). The user has full Bedrock permissions via AWS console.
@Z_0196
@Z_0196 26 күн бұрын
great video - is it possible to have the code reference data in a database or excel file when answering user prompts?
@baibhavghimire3889
@baibhavghimire3889 7 ай бұрын
Fun starts with Rag and vector db but this is good for beginners!
@seanjcan
@seanjcan 25 күн бұрын
Awesome video! Just what I needed!
@tyafurry
@tyafurry 5 ай бұрын
Thank you, your explanation is very clear! in my case, i add knowledge base API too
@oskav2024
@oskav2024 23 күн бұрын
Thanks for all the information. So much fun building this project.
@hamids2065
@hamids2065 4 ай бұрын
Nicely explained and demonstrated, things look so easy your way. Many thanks.
@linkluiz2
@linkluiz2 10 ай бұрын
Keep it up Trev!!!
@gwils30
@gwils30 20 күн бұрын
Hi I have this app working perfectly on my local laptop in streamlite, however when I try to run from EC2 instance, I get Error raised by bedrock service: Unable to locate credentials, any idea how I can fix this error
@danieltalkstech22
@danieltalkstech22 10 ай бұрын
Great video! Really enjoyed it 💪
@trevspires
@trevspires 10 ай бұрын
Thanks bud!
@saulitasmith7007
@saulitasmith7007 6 ай бұрын
I recall watching one of your detailed live videos few Mondays ago,that was about an hour long. I thouroughly enjoyed it and now looking for the link for it, could you please kindly provide me the link?
@hey121e3
@hey121e3 2 ай бұрын
please can you do a video of integrating the chatbot on your website? I want my customers to be able to see the chatbot when they click on my website, so that they can ask it questions about my product
@theacehendrix9998
@theacehendrix9998 6 ай бұрын
bro, im an entry level AWS software engineer and im watching this bout to tear up. All I want to do is get better in this field and I wish I had coding guidance like this at work. Any tips on to gain these type of skills? But Please, keep up the good work and i definitely will like share and subscribe
@trevspires
@trevspires 6 ай бұрын
Honestly... youtube tutorials. That's how I personally learned. I watched a couple of langchian courses from freeCodeCamp, and that got me the fundamentals to start building on my own
@seherbal4122
@seherbal4122 9 ай бұрын
Thank you it's very helpful⭐
@SuryaCse
@SuryaCse Ай бұрын
Could you please tell me how to get data from the S3 bucket and build an AI App?
@trevspires
@trevspires 29 күн бұрын
@@SuryaCse look into RAG!
@shravanhegde2237
@shravanhegde2237 4 ай бұрын
are there more resources.?.i have an internship and i gotta take care of the aws implementation in the project so pls help me
@jeffotoni
@jeffotoni 7 ай бұрын
And oh man, What camera are you using? And are you using a table to connect it to the computer?
@trevspires
@trevspires 7 ай бұрын
1 - Sony mirrorless 6k!! Sigma prime lens 2 - Its on a tripod, plugged via capture card
@jeffotoni
@jeffotoni 7 ай бұрын
@@trevspires SONY ALPHA A6700 ?
@trevspires
@trevspires 7 ай бұрын
6400 is what I use @@jeffotoni
@jeffotoni
@jeffotoni 7 ай бұрын
​@@trevspires Really worth it, thank you😍
@jeffotoni
@jeffotoni 7 ай бұрын
​@@trevspires The image was excellent
@patriciofernandez27
@patriciofernandez27 4 ай бұрын
Hi Trevor! The code works great until i send the prompt. That is when i get the following error code: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997) I have looked in the Internet can't find the correct solution. Is there anywhere i can reference? Thanks a lot in advanced!
@fintech1378
@fintech1378 7 ай бұрын
im running my custom video generation AI model, how to calculate my cost?
@sajaltyagi3036
@sajaltyagi3036 6 ай бұрын
Please make a personalized one also
@alexalcanis2512
@alexalcanis2512 4 ай бұрын
Thanks this is great! is there a way to use my Bedrock knowledge base with the Bedrock chatbot?
@trevspires
@trevspires 4 ай бұрын
Yes!! Check the API/SDK docs for invoking the Agent or KB
@mrka_
@mrka_ 4 ай бұрын
Can't access the models I'm getting operation not allowed. My IAM has full access
@trevspires
@trevspires 4 ай бұрын
Did u turn on access to the model? You have to turn them on in bedrock
@fintech1378
@fintech1378 7 ай бұрын
can you do a tutorial for image/video generation on bedrock
@RehamanAliShaik
@RehamanAliShaik 7 ай бұрын
Superb.I want to know how this came be deployed on aws servers?
@trevspires
@trevspires 7 ай бұрын
Same way you'd run python code on any AWS server Just install the required libraries and run it on Container, EC2, etc. Only difference is you'd want an IAM role from the server that can hit Amazon Bedrock. All else should remain the same.
@nomad4691
@nomad4691 8 ай бұрын
Which AWS extension are you using? Seems there are several
@trevspires
@trevspires 8 ай бұрын
AWS Toolkit - The main one
@spartacus987
@spartacus987 8 ай бұрын
​@@trevspires Thanks! Found it, works like a charm. Game changer!
@sysadmin9396
@sysadmin9396 8 ай бұрын
SUBBED
@mohsinabbasi7949
@mohsinabbasi7949 6 ай бұрын
Very Much helpfull.
@alecd8534
@alecd8534 6 ай бұрын
Thanks, Trevor. I see the streamlit interface runs in local. If I want my team mates to access this chatbot from browser, how to get a password protected web portal to access it? Please advise.
@trevspires
@trevspires 6 ай бұрын
For that, amazon Q might be a better option. You could leverage IAM to manage their access. But you could look into using something like Cognito + WAF or some simple front-end to protect the interface with auth Lots of different ways to impliment auth.
Generative AI In AWS-AWS Bedrock Crash Course #awsbedrock #genai
37:16
Amazon Bedrock Agents Tutorial - Architecture and Orchestration
20:47
Architecture Bytes
Рет қаралды 10 М.
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 57 МЛН
Je peux le faire
00:13
Daniil le Russe
Рет қаралды 21 МЛН
Improve your Generative AI Application with RAG
18:10
AWS Developers
Рет қаралды 3,9 М.
Build a Chatbot in 20 min with AWS Bedrock
22:36
Shawn Esquivel
Рет қаралды 3,3 М.
Build Anything with Perplexity, Here’s How
42:16
David Ondrej
Рет қаралды 197 М.
Have You Picked the Wrong AI Agent Framework?
13:10
Matt Williams
Рет қаралды 67 М.
Amazon Interview Strategy - CRUSH The Loop
18:51
Trevor Spires
Рет қаралды 42 М.
Agents Tools & Function Calling with Amazon Bedrock (How-to)
19:09
AWS Developers
Рет қаралды 108 М.
This VS Code AI Coding Assistant Is A Game Changer!
14:27
codeSTACKr
Рет қаралды 191 М.
Or is Harriet Quinn good? #cosplay#joker #Harriet Quinn
00:20
佐助与鸣人
Рет қаралды 57 МЛН