AI Agents Architecture
8:07
3 ай бұрын
Пікірлер
@OleksiiOrlov-m7q
@OleksiiOrlov-m7q 3 күн бұрын
thanks! fantastic
@rajujohn1175
@rajujohn1175 5 күн бұрын
thank you
@rikbuimer6812
@rikbuimer6812 6 күн бұрын
Very helpful to train yourself on the various services and their base functions, thank you for taking the time to create it
@ArchitectureBytes
@ArchitectureBytes 6 күн бұрын
Glad you found it useful!
@shubhamGarg02
@shubhamGarg02 6 күн бұрын
can i upload data in csv or tablular format to my data store?
@ArchitectureBytes
@ArchitectureBytes 6 күн бұрын
A csv format with proper headings should work. HTML is also one of the accepted formats.
@johnleryvillanueva766
@johnleryvillanueva766 7 күн бұрын
i got error when i put an schema same as you do Draft 2020-12 schemas are not yet fully supported.
@ArchitectureBytes
@ArchitectureBytes 6 күн бұрын
You mean when you add Open API Schema like at 6:10 ? Are you using the same schema as used in the demo or one of your own? If it is your own does it have a version at the top - and what is it?
@johnleryvillanueva766
@johnleryvillanueva766 6 күн бұрын
@@ArchitectureBytes yah same schema that you used. i just copy from your source code then paste it.
@ArchitectureBytes
@ArchitectureBytes 5 күн бұрын
@@johnleryvillanueva766 Please use the yaml version of the OpenAPISchema. This file is available in repo now. Hope that helps.
@sumitkumarb4u
@sumitkumarb4u 10 күн бұрын
very crisp presentation
@omsun456
@omsun456 11 күн бұрын
Can we use route 53 with global accelerator?
@ArchitectureBytes
@ArchitectureBytes 10 күн бұрын
Sure. Create an A or CNAME record in Route 53 that points to the Global Accelerator’s DNS name or IP addresses.
@niladrisekhardas5215
@niladrisekhardas5215 12 күн бұрын
Very Good
@ironboys8243
@ironboys8243 12 күн бұрын
The best explanation thank you sir for your effort
@megnaramkumar9249
@megnaramkumar9249 12 күн бұрын
Very nice video..
@ArchitectureBytes
@ArchitectureBytes 13 күн бұрын
Amazon Q Apps Tutorial: kzfaq.info/get/bejne/sMeShZRmx9yzh2w.html
@skgowtham2541
@skgowtham2541 13 күн бұрын
One of the best channel …keep the good work will reach 100k soon…add labs section also
@ArchitectureBytes
@ArchitectureBytes 13 күн бұрын
Thanks! Please see the Tutorials playlist for Labs.
@skgowtham2541
@skgowtham2541 13 күн бұрын
Clean work
@henroljeogutierrez1294
@henroljeogutierrez1294 13 күн бұрын
Thank you for this tutorial. But please enlighten me, You can actually do this on a simple HMI or SCADA to view live data of the speed of the motor. Other than having a 3D graphics in the grafana, what else is the advantage of twinmaker? Thank you.
@ArchitectureBytes
@ArchitectureBytes 13 күн бұрын
While HMI/SCADA is good for real-time operations, AWS IoT TwinMaker adds a layer of intelligence and predictive capabilities. It is a part of broader AWS IoT ecosystem.
@henroljeogutierrez1294
@henroljeogutierrez1294 12 күн бұрын
@@ArchitectureBytes Thanks for answering me.
@henroljeogutierrez1294
@henroljeogutierrez1294 12 күн бұрын
@@ArchitectureBytes hoping you will have some tutorials on how to do the intelligence and predictive capabilities too.
@TheKosenrufu
@TheKosenrufu 14 күн бұрын
Bang on point.
@markusmulholland
@markusmulholland 16 күн бұрын
I am so grateful for this video.
@amrithanshu3478
@amrithanshu3478 17 күн бұрын
hey hi, is these questions will be asked in exam
@ArchitectureBytes
@ArchitectureBytes 17 күн бұрын
Similar
@WebSocketOPC
@WebSocketOPC 19 күн бұрын
When you talk about OPC UA and its disadvantages, you need to check this new architecture out. It only has advantages that OPC UA has but without any of its disadvantages. You can google WebSocket4OPC to find out. It is very simple and fast compared to OPC UA.
@rajiv7
@rajiv7 19 күн бұрын
have no words to express how useful this was for me and for everyone who has seen n would be seeing... Thanks a lot.
@ArchitectureBytes
@ArchitectureBytes 19 күн бұрын
Glad it was helpful!
@rocketriselab
@rocketriselab 20 күн бұрын
the code stops working after being used a few times
@ArchitectureBytes
@ArchitectureBytes 18 күн бұрын
That is likely an audio input related problem... I have updated the github repo (audio/speech.py) - that should work.
@rocketriselab
@rocketriselab 21 күн бұрын
Amazing
@ThaneshwarDhimal
@ThaneshwarDhimal 21 күн бұрын
can i use greengrass for the e-RT3 device?
@ArchitectureBytes
@ArchitectureBytes 21 күн бұрын
Yes, you should be able to use GreenGrass with this edge device.
@ArchitectureBytes
@ArchitectureBytes 21 күн бұрын
Amazon Q Introduction & Tutorial: kzfaq.info/get/bejne/qdJ5mZeEktXQcac.html
@MrAlex0803
@MrAlex0803 23 күн бұрын
Could I make it call a external not google service like jira to make an api post to create a ticket?
@ArchitectureBytes
@ArchitectureBytes 21 күн бұрын
Yes certainly, you can invoke a Google Cloud Function - and from there make call to an external service like JIRA etc.
@sanjeev.cs14
@sanjeev.cs14 24 күн бұрын
How we can connect bedrock agent with chat bot front end?
@ArchitectureBytes
@ArchitectureBytes 21 күн бұрын
You will need to invoke the Bedrock-Agents-Runtime APIs for this. To simplify this - you may use a Lambda function to interact with the agent - and let chatbot front-end interface with lambda function (via api gateway).
@76eatdex
@76eatdex 24 күн бұрын
how dispatch service will call location service ? it shouldn't be directly iguess 2:08
@ArchitectureBytes
@ArchitectureBytes 24 күн бұрын
It invokes it to find drivers in proximity to the rider (for driver-rider matching) - pls see 3:50
@76eatdex
@76eatdex 24 күн бұрын
Thanks, I have seen the whole video, but my question is does dispatch service contact location service by grpc? Through stream? How technicaly they get in touch? ​@@ArchitectureBytes
@brightamoakoatta5504
@brightamoakoatta5504 25 күн бұрын
I find this video very helpful . gives you a quick idea of the use cases of the various aws services that comes up in exams
@dipisharma150
@dipisharma150 26 күн бұрын
thank you. nice representation and knowledgable, can we implement human organ model in this digital twin ?
@ArchitectureBytes
@ArchitectureBytes 25 күн бұрын
Well, you could model it - but what would be the use case for that?
@ashmarkk
@ashmarkk 26 күн бұрын
Awesome 👍
@Mr.cool.turtle11
@Mr.cool.turtle11 27 күн бұрын
Simple and clear, no extra crap. Straight to business.
@senthilmuruganr234
@senthilmuruganr234 27 күн бұрын
Excellent
@ArchitectureBytes
@ArchitectureBytes 27 күн бұрын
You may also be interested in: Part 2: kzfaq.info/get/bejne/h9pkY6hls7_HgJ8.html Part 3: kzfaq.info/get/bejne/a7CKd8eV3pzcfn0.html
@ArchitectureBytes
@ArchitectureBytes 27 күн бұрын
You may also be interested in: Part 1: kzfaq.info/get/bejne/at16isKLqcnYlYk.html Part 3: kzfaq.info/get/bejne/a7CKd8eV3pzcfn0.html
@ArchitectureBytes
@ArchitectureBytes 27 күн бұрын
You may also be interested in: Part 1: kzfaq.info/get/bejne/at16isKLqcnYlYk.html Part 2: kzfaq.info/get/bejne/h9pkY6hls7_HgJ8.html
@-SANJAIMI
@-SANJAIMI 27 күн бұрын
hello sir!!! I have a issue in creating the knowledge base. When I create it shows failed to create open search serverless collection.eventhough I gave the full access access for bedrock and opensearch service for the user and made the s3 bucket to be accessed by the opensearch service, the issues is not fixed. can you help me to clear that issue? I'm struggling with that issue !!! please help me !!!
@ArchitectureBytes
@ArchitectureBytes 27 күн бұрын
For the Runtime role at 6:37, did you choose 'Create and use a new service role'?
@ArchitectureBytes
@ArchitectureBytes 27 күн бұрын
@@-SANJAIMI Pls try these 1. Go to the OpenSearch Serverless Console - and try to create a collection yourself - to verify if that works. 2. Check OpenSearch Serverless Logs CloudWatch/CloudTrail
@learnandexplorewithsab
@learnandexplorewithsab 29 күн бұрын
Great content!
@hellobaymax
@hellobaymax 29 күн бұрын
Thank you very much for your video. Looking forward to more AI-related content.
@anmacdev
@anmacdev Ай бұрын
is possible to use Single-Table Design in DynamoDB?
@ArchitectureBytes
@ArchitectureBytes 29 күн бұрын
Sure!
@hellobaymax
@hellobaymax Ай бұрын
very well ,thx
@ashutoshshukla5344
@ashutoshshukla5344 Ай бұрын
Helpful content ❤