Has anyone been able to use this emulator with a Java client?
@balka8113 сағат бұрын
How to limit search just to databse related queries before sending request to chagpt?
@balka8113 сағат бұрын
How about sql injection?
@szymonszczurek2406Күн бұрын
Hi, has anybody make plugins work with ollama connector? After some tries with llama3.1:latest that supports ollama tools all of them failed. Thank you in advance for any info.
@chriswaller87802 күн бұрын
He said "An older nintendo game", and I took that personally.
@tranthuy21893 күн бұрын
can we use type user-asign for manage Identity for authen
@alexthecodewolf3 күн бұрын
Yes definitely
@franksdev23434 күн бұрын
Great video! Does anyone knows how to access the X-MS-CLIENT-PRINCIPAL in python?
@maxiphobos4 күн бұрын
Thanks a lotl🎉
@MrRavaging4 күн бұрын
Novice, here. Your walkthrough was much more helpful than most of the others I've seen so far and I feel that I've progressed more with your video than with others. However, I'm still lost as to how to change the sample code you provided to make it do what I want. I'm at the first stages of creating a functional AI with a long-term memory. I have a bunch of tools installed and am using primarily VS Code as my terminal (running on Windows), and running my LLMs through Ollama. Ultimately I want to build an AI Agent who can surf the web and teach itself, and who has access to the os and file structure through pywin32 and the os module so that it can create its own specialized agents, each with their own area of specialization, so that it can grow in complexity and capability. But first thing's first. How do I take your code and make it so that the DB starts off as empty and gets filled by the AI through the chat history?
@juliangzr49985 күн бұрын
Thank you very much for the video. I have a question: What if there is a connection problem with redis? an exception is thrown or it continues with the inmemoryCache?
@kesienaberezi36958 күн бұрын
so can you use multiple authenticator service ?
@cooking38609 күн бұрын
Can u please also cover semantic Kernel Connectors.
@adokshajbhandarkar549210 күн бұрын
Thank you for your contribution to the developer community.
@adokshajbhandarkar549210 күн бұрын
Thank you for your contribution to the developer community.
@adokshajbhandarkar549210 күн бұрын
Subscribed, liked and commented for supporting you and your channel. Thank you for your contribution to the developer community.
@alexthecodewolf9 күн бұрын
Thanks, I appreciate the support!
@ThanhSonNguyen-b3c11 күн бұрын
awesome. Thank You so much, I resolved my issue with upload file in Blazor WebAssembly. Top Video I ever saw
@alexthecodewolf10 күн бұрын
Glad it was helpful!
@sridharsathya871913 күн бұрын
Thanks for the video. Exactly the one I was waiting for: my Christmas gift!
@alexthecodewolf12 күн бұрын
Glad you liked it!
@alanwhitehouse783214 күн бұрын
Fantastic stuff. Thank you for posting. Question: seems like the query syntax sometimes get confused if your table or column names have spaces in them. For instance if the table is something like [dbo].[Financial Data] it will bring back in the query dbo.Financial Data (with a space, which doesn't work). How is this best addressed assuming you cannot change table names? Is there a syntax you can give the AI model to tell it to always use brackets around table or column names?
@matthewwaring191114 күн бұрын
Super video, will work my way through the others, nice to see Quadrant for local usage :)
@alexthecodewolf12 күн бұрын
Thanks for watching!
@irql214 күн бұрын
Thx for the video! Would also be cool to see a version that leverages azure sql's new vector storage. Maybe throw in some Kernel Memory too!
@hebertgodoy503915 күн бұрын
To make it work the exclude from interactive…. You need to past the server mode in the routing component
@novailiya622015 күн бұрын
when I run webui-user.bat, It could not install torch, why is that? It gives error code 1
@fagnerdossantosgoncalves956316 күн бұрын
Great job man, this is amazing!!, is possible use mysql as database source for this project ?
@alexthecodewolf16 күн бұрын
Thanks! Yes you'd just have to adjust the prompt to tell it to format queries for MySQL instead of Mssql
@ad1sirbu16 күн бұрын
I liked it. However, it is incomplete for my needs. As you already have the json content all done, it does not show how one would add one's own files (a bunch of pdf's, for example) to the vector database, so that you can leverage that local AI power to search your own files.
@alexthecodewolf15 күн бұрын
Thanks for watching, I should create more content around ingesting documents like the scenario you mentioned
@tore2817 күн бұрын
Hi, I am following your courses on Pluralsight, great work. I got a different question, when I work inside VS 2022, I want to see which diff I got in multiple files. But it is so cumbersome to show the diffs in the next file in my working set / working dir. I have to just close the file and then move on to the next. That is - to see through the Git changes of multiple files
@jlou6553517 күн бұрын
I wanted to let you know that version 3 is absolutely fantastic! The deployment went smoothly without any issues, and I must commend you on the excellent work ! Just like with version 2, your efforts have really paid off ;) I did encounter a small SQL error in some queries (Error: Incorrect syntax near 'LIMIT'). I believe this can be easily fixed. Alternatively, we could run the query through Azure OpenAI, report the error message, and request a corrected version. This would create a self-correcting loop using AI. Additionally, it would be interesting to explore what could be done with databases like OneLake or Fabric. This would allow us to use other types of connectors alongside SQL, which could be equally beneficial.
@alexthecodewolf17 күн бұрын
Thanks for sharing this feedback - Bicep templates and AZD can be kind of fickle so its good to hear that the deployment process is working for people. I tried to design it with defaults that would work in most environments. There's definitely refinements we could make to the SQL and database part of this. I'd love to be able to connect to more data sources like you mentioned. I'd also like to make it easier to swap to other DB syntax like MySQL and Postgres using some UI settings or something since right now its tailored to MSSQL format.
@OvRaf17 күн бұрын
thanks
@OvRaf17 күн бұрын
Thanks
@alexthecodewolf17 күн бұрын
Thanks you!!
@davidbello2918 күн бұрын
What a hidden gem mate. I have tried multiple times to find a video like this one in the last two weeks but have had no luck. Today it just showed up on my feed. Thanks
@alexthecodewolf18 күн бұрын
Thanks! The first two vids have a lot of views but for some reason this one hasn't had much exposure
@ventoshe19 күн бұрын
תודה!
@alexthecodewolf19 күн бұрын
Thanks so much! I appreciate it
@saroshwadia20 күн бұрын
Great video as usual 👍 Is it possible to do something similar but using Semantic Kernel and Azure Open AI maybe using Azure AI Search (vector + semantic = hybrid ) with a Blazor UI? Thx😀
@alexthecodewolf20 күн бұрын
Thanks! So I actually already have a video that's pretty close to the scenario you outline there, which is why I did this local version, although I think the channel could use an updated version that expands on a few areas - but here it is: kzbin.info/www/bejne/hZXTopafjal-oLs It's basically Azure Search + Blob storage but with Azure OpenAI SDK and a Razor Pages app. I think it would be cool to do something with Semantic Kernel that leverages multiple AI models and a Blazor UI like you mentioned.
@saroshwadia20 күн бұрын
@@alexthecodewolf Can't wait for it. Thx 😋
@vivekkaushik950820 күн бұрын
Hi wolf! I think you forgot to add the timestamps to the video.
@alexthecodewolf20 күн бұрын
Fixed! Thanks for calling this out :D
@chandraxg123 күн бұрын
Thank you so much... This was very clear explanation.
@alexthecodewolf23 күн бұрын
Thanks, I appreciate the feedback.
@Josh-q4h3z24 күн бұрын
Saved my day, thanks a lot for the superb demo and narration.
@alexthecodewolf24 күн бұрын
Glad it helped! I think this topic can be really confusing when you first dig into it so I tried to sort through all the noise to focus on the task.
@pkmx-um9vb25 күн бұрын
Great overview 👍... in particular, connecting to models via local Ollama is a very useful integration approach, upvoted!
@WailGree25 күн бұрын
Oh great, will make good use of this today. Thank you for the great info!🙂 Subbed!😊
@alexthecodewolf25 күн бұрын
Awesome! Thank you!
@atmakurir25 күн бұрын
Wow, Thank you , this was great you explained in very simple manner and its working flawless as is with no issues. Thanks again for your help and looking for more..
@alexthecodewolf25 күн бұрын
Thanks, I appreciate the feedback
@yassinedevelopper26 күн бұрын
Great man, I have a question, how can I upload multiple docs..and it will search based on all those documents that I have uploaded ?
@alexthecodewolf26 күн бұрын
Hey thanks, if I'm understanding correctly - you'd upload the docs into an Azure blob storage folder and then tell the search service to index that whole folder - that should make it available to the AI.
@irql226 күн бұрын
at kzbin.info/www/bejne/oXSqi4Oeo7l6fq8 the tech.txt file popped up before the thing even finished... hows that possible. Its like it created the file first, then searched the web, then populated the file contents.
@alexthecodewolf26 күн бұрын
Interesting observations, my understanding is that the orchestrator aspect of SK doesn't necessarily do things in a specific order, it decides what order is best as it goes. So yeah it probably creates the file while it went out and searched the endpoint and then populated it.
@leroydickens370526 күн бұрын
Please create more of these videos
@alexthecodewolf26 күн бұрын
Thanks for the feedback! The channel is always growing and I'm hoping to do more.
@seankirk239727 күн бұрын
This is awesome, thanks for sharing! Had no idea it was possible. Does the dotnet outdated work with this set up?
@alexthecodewolf27 күн бұрын
Thanks! I believe this setup works on .NET 6.0 and NuGet 6.2 and higher based on the docs.
@saroshwadia27 күн бұрын
You pronounced my name correctly Thx 🙂
@alexthecodewolf27 күн бұрын
Thanks for letting me know, glad to hear. =)
@MahsaHashempoor-n2y27 күн бұрын
for that Not found Issue. you need to add @code { [CascadingParameter] private HttpContext HttpContext { get; set; } = default!; private IComponentRenderMode? PageRenderMode => HttpContext.AcceptsInteractiveRouting() ? InteractiveServer : null; in App.razor and <HeadOutlet @rendermode="@PageRenderMode" />
@jbschaab27 күн бұрын
Thanks!
@alexthecodewolf27 күн бұрын
Thanks so much! :D
@si_walkerАй бұрын
Wow, that was excellent. Thank you! One thing that I have been curious about is if this application could somehow be configured as a Blazor WASM application hosted in a production Azure environment, but then somehow allow it to access a local database on the local machine either a LOCALDB instance etc (for example) or a SQLIte file; I know that violates the sandbox concept, but having a production Blazor WASM app able to handle local databases would be enormously helpful. Also, using Microsoft Entra External ID as an 'external' tenant as opposed to using a 'workforce' tenant has always given me problems when I have tried for some reason; I'd vote for a video that covered that off if I could. Keep up the great work - thank you again!
@alexthecodewolfАй бұрын
Thanks for the feedback and for watching! Although I really like Blazor Wasm, getting it to work with this app had various challenges so I ended up going with Interactive Server. I would not recommend trying to break out of the sandbox or access a database directly through Wasm. Your best bet would be to run a modified UI in Wasm but then have it call a backend api that handles requests for secure tasks, such as connecting to the AI model and retrieving connection strings from Keyvault. This is a common pattern where there is a pass through API of some sorts to handle security concerns for the UI, the API doesn't have to be overly complex, just several endpoints to take care of some of these issues.
@NickAskewАй бұрын
Thanks for this. I'm not new to web development but my knowledge of authentication is limited with Azure. However a few months ago I was developing an Azure SWA site and that allowed me to use the authentication API from the client allowing me to see the details of the logged in user (the name and claims). However with Azure SWA you can also add a staticwebapp.config.json that allows you to tell Azure SWA which URLs require authentication and authorization. So this means that you could have perhaps an index.html which is open, but then perhaps an edit.html page that allows you to force the user to be logged in. I was kind of hoping that this same mechanism would be available in Azure App Services and perhaps it is, I just need to dig a bit more because it would be great to be able to work with the C# attributes on MVC controller actions and api actions.
@pedrosoto9750Ай бұрын
Thanks! I'm eager to see what's next! I joined the club! Thanks again!
@alexthecodewolfАй бұрын
Thanks for the support!
@moisenach1Ай бұрын
Great video ! do you think this code will also work with a PostgreSQL DB as well?
@alexthecodewolfАй бұрын
Yes any relational database, though you might have to adjust the AI prompt slightly to tell it to use postgres syntax
@moisenach1Ай бұрын
@@alexthecodewolf wonderful . I think you did a great job!