Тёмный

Amazon Bedrock Tutorial for Beginners - Build an AI Chat App 

Trevor Spires
Подписаться 15 тыс.
Просмотров 17 тыс.
50% 1

Get the code here - github.com/trevorspires/Bedro...
▬▬▬▬▬▬ Connect with me 🔗 ▬▬▬▬▬▬
LINKEDIN ► / trevspires
TWITTER ► / trevspires

Наука

Опубликовано:

 

27 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@sysadmin9396
@sysadmin9396 6 месяцев назад
Bro.. it’s kinda nuts how not even the own AWS RU-vid channels explain this as good as you. Thank you man. Seriously.
@linkluiz2
@linkluiz2 7 месяцев назад
Keep it up Trev!!!
@hamids2065
@hamids2065 Месяц назад
Nicely explained and demonstrated, things look so easy your way. Many thanks.
@seherbal4122
@seherbal4122 6 месяцев назад
Thank you it's very helpful⭐
@ricksegalCanada
@ricksegalCanada 4 месяца назад
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 3 месяца назад
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
@tyafurry
@tyafurry 2 месяца назад
Thank you, your explanation is very clear! in my case, i add knowledge base API too
@lorenzomonteverdi221
@lorenzomonteverdi221 5 месяцев назад
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 5 месяцев назад
Check out Bedrock's new Knowledge Base features! Super simple way to get basic RAG working on AWS
@danieltalkstech22
@danieltalkstech22 7 месяцев назад
Great video! Really enjoyed it 💪
@trevspires
@trevspires 7 месяцев назад
Thanks bud!
@baibhavghimire3889
@baibhavghimire3889 4 месяца назад
Fun starts with Rag and vector db but this is good for beginners!
@saulitasmith7007
@saulitasmith7007 3 месяца назад
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?
@shobitvijayvargiya7824
@shobitvijayvargiya7824 2 месяца назад
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.
@sysadmin9396
@sysadmin9396 6 месяцев назад
SUBBED
@mohsinabbasi7949
@mohsinabbasi7949 3 месяца назад
Very Much helpfull.
@ajhawr
@ajhawr Месяц назад
Have minimal experience in Python. But I had to actually run `pip install langchain --upgrade` in order for imports to stop complaining.
@shravanhegde2237
@shravanhegde2237 Месяц назад
are there more resources.?.i have an internship and i gotta take care of the aws implementation in the project so pls help me
@fintech1378
@fintech1378 4 месяца назад
im running my custom video generation AI model, how to calculate my cost?
@patriciofernandez27
@patriciofernandez27 Месяц назад
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!
@alexalcanis2512
@alexalcanis2512 Месяц назад
Thanks this is great! is there a way to use my Bedrock knowledge base with the Bedrock chatbot?
@trevspires
@trevspires Месяц назад
Yes!! Check the API/SDK docs for invoking the Agent or KB
@jeffotoni
@jeffotoni 5 месяцев назад
And oh man, What camera are you using? And are you using a table to connect it to the computer?
@trevspires
@trevspires 5 месяцев назад
1 - Sony mirrorless 6k!! Sigma prime lens 2 - Its on a tripod, plugged via capture card
@jeffotoni
@jeffotoni 5 месяцев назад
@@trevspires SONY ALPHA A6700 ?
@trevspires
@trevspires 5 месяцев назад
6400 is what I use @@jeffotoni
@jeffotoni
@jeffotoni 5 месяцев назад
​@@trevspires Really worth it, thank you😍
@jeffotoni
@jeffotoni 5 месяцев назад
​@@trevspires The image was excellent
@sajaltyagi3036
@sajaltyagi3036 3 месяца назад
Please make a personalized one also
@fintech1378
@fintech1378 4 месяца назад
can you do a tutorial for image/video generation on bedrock
@RehamanAliShaik
@RehamanAliShaik 5 месяцев назад
Superb.I want to know how this came be deployed on aws servers?
@trevspires
@trevspires 5 месяцев назад
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.
@theacehendrix9998
@theacehendrix9998 3 месяца назад
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 3 месяца назад
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
@nomad4691
@nomad4691 5 месяцев назад
Which AWS extension are you using? Seems there are several
@trevspires
@trevspires 5 месяцев назад
AWS Toolkit - The main one
@spartacus987
@spartacus987 5 месяцев назад
​@@trevspires Thanks! Found it, works like a charm. Game changer!
@mrka_
@mrka_ Месяц назад
Can't access the models I'm getting operation not allowed. My IAM has full access
@trevspires
@trevspires Месяц назад
Did u turn on access to the model? You have to turn them on in bedrock
@alecd8534
@alecd8534 3 месяца назад
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 3 месяца назад
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.
Далее
How to Improve LLMs with RAG (Overview + Python Code)
21:41
КРАФЧУ NAMELESS СКИН!
1:53:35
Просмотров 455 тыс.
Integrating Generative AI Models with Amazon Bedrock
14:19
Top 5 Must-Try AWS AI / ML Tools
8:43
Просмотров 37 тыс.
Amazon Interview Strategy - CRUSH The Loop
18:51
Просмотров 18 тыс.
Build a Chatbot in 20 min with AWS Bedrock
22:36
APPLE совершила РЕВОЛЮЦИЮ!
0:39
Просмотров 4,1 млн
FullHD в 8К БЕЗ ПОТЕРЬ? |РАЗБОР
20:42
Неразрушаемый смартфон
1:00
Просмотров 1,8 млн
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00