RAG using Cloudflare Worker AI
45:23
Пікірлер
@vijaychauhan2450
@vijaychauhan2450 5 сағат бұрын
Informative video, great work! Bhai, just a small request - could you please use dark mode in the editor? I'd love to follow this series more comfortably. Thanks!
@pondokkoding5023
@pondokkoding5023 2 күн бұрын
how to add track location of user in mixpanel? thanks alot
@amitavroydev
@amitavroydev Күн бұрын
The data should be added through filter. The data is generally available in analytics. I didn’t have to do anything special.
@harshasampath4085
@harshasampath4085 3 күн бұрын
I want to create custom UI for bot UI for my mobile app , therefore can I acquire this scenario using this APIs.. ?
@amitavroydev
@amitavroydev 3 күн бұрын
Yes, you can do that for sure
@anushreekulkarni7659
@anushreekulkarni7659 3 күн бұрын
Hello sir i want to integrate chatwoot and typebot 1. I create website inbox and i copy and paste the code in my codebase 2. And i access super admin console i want to create agent bot 3.here i dont know what is i write in outgoing url field 4.and i dont know what link i paste inside http block configuration inside typebot Please help me sir
@amitavroydev
@amitavroydev 3 күн бұрын
What is typebot? Outgoing URL for Chatwoot - if you are just using Chatbot then you don't need an outgoing URL. They are only for webhooks.
@iordanistsapanidis4021
@iordanistsapanidis4021 3 күн бұрын
Create a video how to delete images when record is deleted, i did not filnd anything that works
@amitavroydev
@amitavroydev 3 күн бұрын
You will just need to get the image path and use the Laravel File API to delete it.
@abcddnfhdudncviwoos
@abcddnfhdudncviwoos 4 күн бұрын
Unable to create pipeline jobs environment config should implement the script:, run:, or trigger: keyword' How to fix it on gitlab sir ?
@amitavroydev
@amitavroydev 3 күн бұрын
Can you show me the error and the code?
@neshken2106
@neshken2106 4 күн бұрын
Hello, thank you for your content, it has been a great help to me. I have a concern regarding registering a parent/child form. In my case residential units (parent) and addresses (child). There is a polymorphic relationship. I don't know how to register the child and show the edit. Thanks, a hug from Colombia
@amitavroydev
@amitavroydev 4 күн бұрын
First of all, thanks for the comment. In regards to your questions: In your Filament ResidentResource, add form fields for the Address relationship. This will allow you to add or edit the address directly from the Resident form. Since you’re working with a polymorphic relationship, Filament will need to know how to save the related Address model when the Resident model is saved. Use the mutateFormDataBeforeSave hook in ResidentResource to manage the saving logic.
@neshken2106
@neshken2106 Күн бұрын
@@amitavroydev Hi, it worked perfectly. Now I would like to know how do I capture any field in my table to do another type of insert; also how do I capture that ID for further editing. Thanks, a hug from Colombia
@goldenchannel7191
@goldenchannel7191 6 күн бұрын
Hello, I want to ask, why on my mixpanel when I click it doesn't display any data, only the super admin only displays track data Thank you very much for your help
@amitavroydev
@amitavroydev 6 күн бұрын
Very difficult to say without knowing what you have done
@kakamimou
@kakamimou 10 күн бұрын
Hello sir, can you help me..? i was wondering to use ->checkIfRecordIsSelectableUsing for different actions with different conditions
@nguyentanhuudanh
@nguyentanhuudanh 10 күн бұрын
I did as you did, but when I entered the localhost:4040 page, all posts were POST /api/webhook. 502 Bad Gateway 0.66ms
@bilguun83
@bilguun83 10 күн бұрын
WoW thank you for a helpful video. Thank you sir
@amitavroydev
@amitavroydev 10 күн бұрын
You are most welcome
@angelukpong
@angelukpong 13 күн бұрын
Great tutorial. Do I need to install Laravel Jetstream before filament? Or I don't need Jetstream.
@amitavroydev
@amitavroydev 13 күн бұрын
Just install filament
@Naderabdou
@Naderabdou 14 күн бұрын
hi i have two table one product and two is images ok and between us relation one to many i am handel when create but when edit cant prview images form table image can you help me ??
@amitavroydev
@amitavroydev 13 күн бұрын
In the console you should see the url which is being required. Check what's that. Have you also done storage link?
@onkark82
@onkark82 15 күн бұрын
Git repo plz
@amitavroydev
@amitavroydev 4 күн бұрын
Will check
@JohnSmithhh
@JohnSmithhh 15 күн бұрын
Very usefull thanks! I hope I can separate log in cloudwatch by system and user id, lets see
@amitavroydev
@amitavroydev 15 күн бұрын
Technically, I would say it's possible. But user id based might become too much
@bastin688
@bastin688 20 күн бұрын
Is there a reason you had to run it on a nginx container and not in something like codesandbox?
@amitavroydev
@amitavroydev 19 күн бұрын
You are asking about the html page? Yes, you can run that anywhere. For easy development I kept everything in one place
@Confidencerobionsion
@Confidencerobionsion 25 күн бұрын
There's too much talk in this record... got nothing
@amitavroydev
@amitavroydev 25 күн бұрын
Feedback taken
@NFM-nb7dl
@NFM-nb7dl 27 күн бұрын
pls more content about it
@amitavroydev
@amitavroydev 27 күн бұрын
Thanks for the comment. Will try more of this
@SameerGurung1975
@SameerGurung1975 Ай бұрын
Great video! The path as a json object is being stored in the table. what if i want to store only the generated filenames of the uploaded files. Any pointers on how to do that?
@amitavroydev
@amitavroydev 29 күн бұрын
You can get that data before save and work with it.
@st-ory
@st-ory Ай бұрын
me build form for upload file, many field for upload file, after file uploaded file is missing in field fileupload, how to solve this problem ?
@amitavroydev
@amitavroydev 29 күн бұрын
Without looking at the code, how can I say anything?
@stefanifd919
@stefanifd919 Ай бұрын
can you tell me, what filament laravel version do you use?
@amitavroydev
@amitavroydev Ай бұрын
This series is a bit old. But if you see, the composer json says the version is ^3.0
@stefanifd919
@stefanifd919 Ай бұрын
@@amitavroydev okeyy thankyou for your response
@arifamrullah1986
@arifamrullah1986 Ай бұрын
Simply type "nest g s modules/quiz"
@amitavroydev
@amitavroydev Ай бұрын
Yeah, that's possible and would have saved time. But while showing things, I felt it would be much better to make the user understand what the framework expects. Thanks for the comment
@veloriba
@veloriba Ай бұрын
Thanks! I’m going to use a before create hook to check if the user has enough space or credits under their subscription plan.
@amitavroydev
@amitavroydev Ай бұрын
for sure.
@ultrasys
@ultrasys Ай бұрын
Hickups...
@amitavroydev
@amitavroydev Ай бұрын
What?
@ultrasys
@ultrasys Ай бұрын
@@amitavroydev Your narration. Full of pauses, and hiccups (my first one was "corrected" by my ill behaved phone keyboard - now I'm on my laptop) which affects how one follows your video.
@minhanhluong7799
@minhanhluong7799 Ай бұрын
Do you know how to clear data that we set by using electron-store when user uninstall app? I save access-token by using electron-store but I want if user reinstall application it will not auto-login. I have found a method deleteOnUninstall but maybe this is only work on windows
@amitavroydev
@amitavroydev Ай бұрын
No my friend, haven't tried to handle the uninstall process.
@brendankoral5655
@brendankoral5655 Ай бұрын
Great tutorial, thanks Amitav!
@amitavroydev
@amitavroydev Ай бұрын
Good to know you liked it. Thanks for the feedback
@abdulhaseeb7963
@abdulhaseeb7963 Ай бұрын
Great series thank you for creating this amazing series
@amitavroydev
@amitavroydev Ай бұрын
Welcome. Glad you liked it
@jorgep1761
@jorgep1761 Ай бұрын
Thank you so much for this tutorial. So clear!!!
@amitavroydev
@amitavroydev Ай бұрын
You are so welcome!
Ай бұрын
which plugin you use for .prettierrc config file?
@amitavroydev
@amitavroydev Ай бұрын
Prettier - Code formatter by prettier.io
@vasiovasio
@vasiovasio Ай бұрын
Super video Amitav! Interesting new approach - PHP as a Binary like a GO project! Three related questions: 1. What is the situation with the Session? The PHP creates them Inside the binary? 2. What about the file uploads? Is some tmp folder inside the binary or do you expect an external folder? 3. What about logs? Where are they stored?
@amitavroydev
@amitavroydev 4 күн бұрын
Will test for the session on other DB. It works with Files I haven't tried uploads Logs were taken from std error
@vasiovasio
@vasiovasio 4 күн бұрын
@@amitavroydev thank you for the response!
@zulhilmizainudin
@zulhilmizainudin Ай бұрын
I've zero knowledge about RAG and embedding. This is really cool and useful. Thanks!
@amitavroydev
@amitavroydev Ай бұрын
Glad it was helpful! Do like and share so that it can help more people
@lemonroasted
@lemonroasted Ай бұрын
thank you
@amitavroydev
@amitavroydev Ай бұрын
You're welcome
@MasterRouter
@MasterRouter Ай бұрын
I have about a week using Filament 3, and I was thinking exactly that for simple things like Tags, create or edit, is just a single column, so yea, what is the point of having a dedicated form... so, me coming from a raw developing background, I can do it the long way, my own components, class, JavaScript, you know, the good stuff... so it took, about 1 hr ( I was watching netflix), then it was getting an error something to do with cors(nothing related to what I was doing) so I came here, and I saw your video, it can not be that easy!, so I did that a commented the normal actions and boom! it was done! no F way!... Old developers like me, that have done, methods, classes, functions... etc from 0, are very thankful for Frameworks, tools like Laravel and Filament that makes things way too easy. New developers will never know the struggle we had before this tools.
@amitavroydev
@amitavroydev 4 күн бұрын
Will need to check code to comment
@seopixels
@seopixels Ай бұрын
You saved my day mate
@amitavroydev
@amitavroydev Ай бұрын
That's good to know
@zayyanabdillah7031
@zayyanabdillah7031 Ай бұрын
is it mandatory to create datasource in root level?
@amitavroydev
@amitavroydev Ай бұрын
Not necessary.
@mahasiswago
@mahasiswago Ай бұрын
Hello friends, I'm learning to make a Laravel application using Jetstream (user) and Filament (admin). Why doesn't the image sent by (user) appear in the Filament (admin) edit table? Can anyone help me here? thank you, god bless.🙏
@amitavroydev
@amitavroydev Ай бұрын
I have never mixed both jet stream and filament so not sure. Might work because both are tailwind.
@imtiyaz_kumar
@imtiyaz_kumar Ай бұрын
Hey thanks for the video. Have you created any video demonstrationg how can we Typesense in a laravel project with MySql database?
@amitavroydev
@amitavroydev Ай бұрын
I have implemented it on the project which is running on MySQL
@carloangelo7946
@carloangelo7946 Ай бұрын
I have been searching and testing videos about react context for almost a day but this is the most easiest and clearer video I have seen and solve my problem! you deserve a sub !👍
@amitavroydev
@amitavroydev Ай бұрын
Thanks a lot my friend. I am glad that you found the video useful.
@hastyarblbas1519
@hastyarblbas1519 2 ай бұрын
Thank you dear ❤
@amitavroydev
@amitavroydev Ай бұрын
Welcome
@umahatokula9586
@umahatokula9586 2 ай бұрын
Thanks for this. How/where would you deploy this?
@amitavroydev
@amitavroydev Ай бұрын
You can run this like any typical python app. However, i will try to create a separate video on how to dockerise it
@rahulkumar-lx4oh
@rahulkumar-lx4oh Ай бұрын
@@amitavroydev yeah really needed it and also when I cloned your application there are other files as well can you explain about that what are the use of it?
@amitavroydev
@amitavroydev Ай бұрын
@rahulkumar-lx4oh can you name the file? I will try to explain it in the readme as well
@hamzaashraf9529
@hamzaashraf9529 2 ай бұрын
Superb Explaination
@amitavroydev
@amitavroydev 2 ай бұрын
Thanks 👍
@nerisonpitogo3717
@nerisonpitogo3717 2 ай бұрын
Thanks for this. Right now my API endpoints are recorded in a spreadsheet. This is a lifesaver.
@amitavroydev
@amitavroydev 2 ай бұрын
Oh then it will take your documentation to next level
@nerisonpitogo3717
@nerisonpitogo3717 2 ай бұрын
@@amitavroydev im using a Bearer Token in postman. How to make it work in Scramble?
@ghazyy1
@ghazyy1 2 ай бұрын
it was very helpful ! thank you ! i have a question : in case the records and files where too many, managing a folder with such files get very hard. is it possible to set the directory folder dynamically ? like year/month/ ?
@amitavroydev
@amitavroydev 2 ай бұрын
Yes you can!
@AliRaza-mc7ig
@AliRaza-mc7ig 2 ай бұрын
your way of teaching is just oooosssmmmm. I watched many videos but was unable to understand relations but in the first 6 minutes of this video I understood relations
@amitavroydev
@amitavroydev 2 ай бұрын
That's great 👍 Glad the video was helpful
@rajanbhatta4739
@rajanbhatta4739 2 ай бұрын
Nice tutorial
@amitavroydev
@amitavroydev 2 ай бұрын
Thanks
@az_spain
@az_spain 2 ай бұрын
if you are interested in watching this whole series, this is what you are in for, I thought it useful to calculate and share, since somehow KZbin doesn't automatically provide this information (?) TOTAL SERIES DURATION 7:16:34 Introduction to Nest JS - A Node JS framework - from the basics | Nest js tutorials 0:05:59 01 Install Nest JS and how Nest Js route works | Nest JS Node JS tutorials 0:10:32 02 Creating a Module and Controller in Nest JS | Node JS, Javascript, Typescript 0:11:30 03 Depedency Injection in Nest JS | Inject Service in Controller | Node JS, Javascript, Typescript 0:07:58 04 Validatioin in Nest JS and DTO objects | Nest JS Node JS tutorials 0:10:14 06 Saving quiz data to Database in TypeORM using services and Repository NestJs tutorieal 0:08:04 07 Creating the Question entity for Quiz 0:12:54 08 Entity relation with TypeORM and saving questions 0:16:48 09 Refactoring the quiz module and moving things to make more sense using VS Code 0:05:57 10 Additing options to a questions using Type ORM relations - Part 1 0:10:34 11 Additing options to a questions using Type ORM relations - Part 2 0:12:18 12 Loading quiz with questions - query, joins and nested relations in TypeORM 0:14:14 13 Show Quiz with questions and options | Type ORM second level relation 0:06:11 14 Nestjs Config module to work with env files and hide your secrets from codebase 0:14:55 15 Nestjs | User registration and password hash with bcrypt with TypeORM Hooks 0:26:32 16 How to run or setup migrations in Nest JS with TypeORM 0:17:23 17 NestJS JWT Token for API authentication, Passport - API security 0:37:31 18 Nest JS JWT Secret through config and env file 0:10:13 19 Nest JS JWT Swagger API documentation setup 0:12:29 20 Pagination with Nest JS - How to get paginated data with Type ORM and Nest JS 0:11:14 21 Nest JS TypeORM Seeder setup | How to use Seeds and Factories with NestJs and TypeORM and more 0:13:57 22 Nest JS adding columns to a database table TypeORM using migrations 0:11:10 23 Nest JS How to use middleware in Nest JS and it's concept 0:09:40 24 Nest JS Custom exceptions and why they are useful 0:07:10 25 Nest JS Trick to use sample data while development 0:12:27 26 Nest JS Guards what are they and how to use them 0:11:50 28 Nest JS Events and how to do event driven development in Node Nest JS framework 0:18:41 27 Nest JS Dynamic role guard to handle multiple roles for different API 0:10:42 29 Nestjs API to upload files 0:15:04 30 Nestjs and Meilisearch backend implementation 0:22:54 31 Unlocking Full Text Search with NestJs, Meilisearch and ReactJs 0:15:48 NestJs migrations with TypeORM 0.3 (latest) - How to set it up from scratch using Datasource 0:23:41
@amitavroydev
@amitavroydev 2 ай бұрын
Wow, thanks for taking the time to do this. Really appriciate
@az_spain
@az_spain 2 ай бұрын
if you are interested in watching this whole series, this is what you are in for, I thought it useful to calculate and share, since somehow KZbin doesn't automatically provide this information (?) TOTAL SERIES DURATION 7:16:34 Introduction to Nest JS - A Node JS framework - from the basics | Nest js tutorials 0:05:59 01 Install Nest JS and how Nest Js route works | Nest JS Node JS tutorials 0:10:32 02 Creating a Module and Controller in Nest JS | Node JS, Javascript, Typescript 0:11:30 03 Depedency Injection in Nest JS | Inject Service in Controller | Node JS, Javascript, Typescript 0:07:58 04 Validatioin in Nest JS and DTO objects | Nest JS Node JS tutorials 0:10:14 06 Saving quiz data to Database in TypeORM using services and Repository NestJs tutorieal 0:08:04 07 Creating the Question entity for Quiz 0:12:54 08 Entity relation with TypeORM and saving questions 0:16:48 09 Refactoring the quiz module and moving things to make more sense using VS Code 0:05:57 10 Additing options to a questions using Type ORM relations - Part 1 0:10:34 11 Additing options to a questions using Type ORM relations - Part 2 0:12:18 12 Loading quiz with questions - query, joins and nested relations in TypeORM 0:14:14 13 Show Quiz with questions and options | Type ORM second level relation 0:06:11 14 Nestjs Config module to work with env files and hide your secrets from codebase 0:14:55 15 Nestjs | User registration and password hash with bcrypt with TypeORM Hooks 0:26:32 16 How to run or setup migrations in Nest JS with TypeORM 0:17:23 17 NestJS JWT Token for API authentication, Passport - API security 0:37:31 18 Nest JS JWT Secret through config and env file 0:10:13 19 Nest JS JWT Swagger API documentation setup 0:12:29 20 Pagination with Nest JS - How to get paginated data with Type ORM and Nest JS 0:11:14 21 Nest JS TypeORM Seeder setup | How to use Seeds and Factories with NestJs and TypeORM and more 0:13:57 22 Nest JS adding columns to a database table TypeORM using migrations 0:11:10 23 Nest JS How to use middleware in Nest JS and it's concept 0:09:40 24 Nest JS Custom exceptions and why they are useful 0:07:10 25 Nest JS Trick to use sample data while development 0:12:27 26 Nest JS Guards what are they and how to use them 0:11:50 28 Nest JS Events and how to do event driven development in Node Nest JS framework 0:18:41 27 Nest JS Dynamic role guard to handle multiple roles for different API 0:10:42 29 Nestjs API to upload files 0:15:04 30 Nestjs and Meilisearch backend implementation 0:22:54 31 Unlocking Full Text Search with NestJs, Meilisearch and ReactJs 0:15:48 NestJs migrations with TypeORM 0.3 (latest) - How to set it up from scratch using Datasource 0:23:41
@amitavroydev
@amitavroydev 2 ай бұрын
Wow, thanks for taking the time to do this. Really appriciate