Heya, that's going to help me a lot! Thanks, Teacher.
@enmingwang6332Ай бұрын
Thanks for another great tutorial on the semantic kernel. 👍👍 I have a question that I haven't found a good solution. What if in your example, I want to save AI returned recipes into a relational database, with columns of Recipe Title, Ingredients and Instructions, is there a good way to extract these pieces of data from the text string so they can be organised and saved into a database?
@medhatelmasry3818Ай бұрын
Yes, you can ask the AI to respond using JSON format. Also, you can give the AI an example of the JSON format so it conforms to a standard. Thereafter, it is easy to extract the data from JSON and save it in your favourite database.
@enmingwang6332Ай бұрын
Great tutorial, thank you for sharing your knowledge 👍👍
@ranjitsingh97912 ай бұрын
Thank you.
@ArashZandi202 ай бұрын
Really helped me, thanks
@nvanderhoff2 ай бұрын
What hardware is this running on?
@AhaiziahP4 ай бұрын
this video has helped me, thank you
@Hamkare_com4 ай бұрын
how i pass some object between To component for Example I have one page With Two Component in ServerMode how I pass data between them ?
@VuNguyen-tu1gv4 ай бұрын
thank you for sharing!
@OvRaf4 ай бұрын
thanks
@davidwiki57196 ай бұрын
This is not Static Server Rendering, this is Interactive Server Rendering
@imanidioli7 ай бұрын
Nice, but please explain how you handle their separate httpcontex
@josefprochazka10958 ай бұрын
Good video.
@gregorioemmanuelmartinezal77738 ай бұрын
a mi no me inserta en mi base de datos alguien me ayuda
@quotreon84928 ай бұрын
Great Job! Is it possible to use this Built-in authentication with an existing dbContext?
@mrcoulson588 ай бұрын
Excellent video! Is it possible to set the expiration for something besides 3600 seconds?
@mrcoulson588 ай бұрын
Got it. For anyone struggling like I was: builder.Services.ConfigureAll<BearerTokenOptions>(option => { option.BearerTokenExpiration = TimeSpan.FromDays(1); });
@karimishaahin9 ай бұрын
Amazing
@franzgm9 ай бұрын
I really appreciate this tutorial guide - it was so helpful and well-explained! I learned a lot. Thank you!
@joeprincipato52119 ай бұрын
I had problems with the sort and pagination, but I noticed your page had @rendermode InteractiveServer and my page did not -- so I added @rendermode InteractiveServer to my page and the sort and paging worked ok.. thanks for the video ...
@liammcmullen44979 ай бұрын
Thianks Medhat, for this really useful video guide and the github link, I opened in in VS2022 on windows 11 and it worked without any tweeks. This is great work.
@PhantasyAI010 ай бұрын
Amazing would love more videos on ef core and SK!! Subscribed to your channel!
@advivedi910 ай бұрын
Thanks
@eliwhalen60410 ай бұрын
Another great video! Thank you for continuing to put together this content!
@medhatelmasry381810 ай бұрын
I am glad you found the video useful.
@eliwhalen60410 ай бұрын
Fantastic video! Thank you!
@medhatelmasry381810 ай бұрын
You're very welcome!
@jarusanimations10 ай бұрын
Can we take image as input and get input variations as output?
@robertoel-hajjboutros10 ай бұрын
Mr. Medhat thanks a lot. Would it be possible to delve deeper in the semantic kernel or azure open AI part please ? Your video are amazing and the explanation is very clear. Thanks a lot
@medhatelmasry381810 ай бұрын
Stay tuned. I am planning to add more content on semantic kernel soon.
@robertoel-hajjboutros10 ай бұрын
Amazing video thanks a lot Mr. Medhat 🙏
@cissemy10 ай бұрын
How to use sql server database instead of csv ? Thanks
@medhatelmasry381810 ай бұрын
To use SQL Server, simply replace the LoadProducts() method in the Product.cs file with an Entity Framework query to the database .
@rafysancheztilogica858711 ай бұрын
Excellent !
@Aryevang Жыл бұрын
Quick and simple. Very nice video!
@ndasss9563 Жыл бұрын
Nice guide. Thx
@earlrunolfsson Жыл бұрын
😈 *promosm*
@rpmarketing9864 Жыл бұрын
Very well explained, thank you so much!
@elvis_matus Жыл бұрын
Thank you!! I was looking for the SharedResource implementation for my needs, I this works perfect for me
@ندااعظم Жыл бұрын
It was a good tutorial but my eyes are hurt now😬
@shubr2003 Жыл бұрын
thank you, really helped
@kalaiArasu-j5i Жыл бұрын
how to get refresh token along with access token?
@ParsaTaheriazam Жыл бұрын
That's perfect
@Latif127 Жыл бұрын
I like your tutorials very much.
@somayehsheikhi7839 Жыл бұрын
Why do you use sql lite?
@raphaelpontoesanto Жыл бұрын
Thanks for your help!
@shirleymartin21 Жыл бұрын
Responsestream read and write timeouts. I wish there was more about adding the file to the web since I wonder if this is my issue.
@Kazoda Жыл бұрын
Hi, it is exactly what I was looking for, I already made my endpoint apis, and implemented authorization for my application. Do you happen to know how is it possible to use the same authorization that I created on the endpoint to use it on the client side applicatio for registering/logging in?
@mbaagha1028 Жыл бұрын
Thank you for making Azure devops for scrum easy to understand.
@szymonxf Жыл бұрын
Thank you, really good content :)
@alikemalkulful Жыл бұрын
Very informative, thanks
@danieledwardtapiasaenz4500 Жыл бұрын
thanks!
@sreejachowdary8346 Жыл бұрын
Hi Can I do it by directly pulling data from database and not cab file?