Use Semantic Kernel to build AI Apps and Agents - a simple intro!

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 36

  • @billanderson204
    @billanderson204 หลายเดือนก่อน +2

    Yes, please! More Semantic Kernel! What a fun technology. I like the idea of the new AgentGroupChat framework.

  • @enmingwang6332
    @enmingwang6332 4 หลายเดือนก่อน +3

    What a clear and concise demo of semantic kernel👍👍, can't wait to see more about semantic kernel.

    • @alexthecodewolf
      @alexthecodewolf  4 หลายเดือนก่อน

      Thanks for the feedback!

  • @CarlosPerez-te4gx
    @CarlosPerez-te4gx 3 หลายเดือนก่อน

    Thanks!

  • @liammcmullen4497
    @liammcmullen4497 4 หลายเดือนก่อน

    Best Semantic Kernel showcase video I've seen

    • @alexthecodewolf
      @alexthecodewolf  4 หลายเดือนก่อน

      Thanks! I'll try to create a follow up with more concepts

  • @chandraxg1
    @chandraxg1 20 วันที่ผ่านมา

    Thank you so much... This was very clear explanation.

    • @alexthecodewolf
      @alexthecodewolf  20 วันที่ผ่านมา

      Thanks, I appreciate the feedback.

  • @JukkaPekkaKeisala
    @JukkaPekkaKeisala 3 หลายเดือนก่อน +2

    Thanks for well explained intro to Semantic Kernel. Subscribed! You asked about intrest on more videos about Semantic Kernel. Yes, please. If you would explain in simple samples like in this video how to use vector databases with Semantic Kernel that would be very intresting.

  • @malovicn
    @malovicn 2 หลายเดือนก่อน

    Superb presentation - subscribed to channel!

  • @sridharsathya8719
    @sridharsathya8719 3 หลายเดือนก่อน

    Thank you for the well-done video. You clearly explained how to add custom code execution plugins. I’m eagerly awaiting your video demonstrating how I can connect to more than one service and intelligently divert requests based on context.

  • @CarlosPerez-te4gx
    @CarlosPerez-te4gx 3 หลายเดือนก่อน +1

    Great instructor! thanks brother send you a cup of coffee! appreciated

  • @OvRaf
    @OvRaf 3 หลายเดือนก่อน

    great demo

  • @brentpope1497
    @brentpope1497 3 หลายเดือนก่อน

    Awesome video, thank you! Would love to see how you would use semantic kernel with a custom program to control a conversation (I.e. - follow a script).

  • @ghuang0207
    @ghuang0207 2 หลายเดือนก่อน

    awesome video!! Thank you very much. Wonderful if you have have a video talk about how to chain multiple AI models together? and call different API for database query and so on.

    • @alexthecodewolf
      @alexthecodewolf  2 หลายเดือนก่อน

      Glad you enjoyed it, thanks for the recommendations here!

  • @leroydickens3705
    @leroydickens3705 23 วันที่ผ่านมา

    Please create more of these videos

    • @alexthecodewolf
      @alexthecodewolf  22 วันที่ผ่านมา

      Thanks for the feedback! The channel is always growing and I'm hoping to do more.

  • @abelgalindo1458
    @abelgalindo1458 2 หลายเดือนก่อน

    I really enjoy this video. Is there a way you can create a video or provide some sample code to create a new plugin to read data from our own pdf?

  • @cooking3860
    @cooking3860 5 วันที่ผ่านมา

    Can u please also cover semantic Kernel Connectors.

  • @moisenach1
    @moisenach1 5 หลายเดือนก่อน

    Hi. Good video , kindly add more content on the possibilites we have out there for SK. can you do it also with VS Code and Python instead of .NET? Also, how would a Multi-Agent scenario could be implemented together with Microsoft AutoGen is highly recommended to explore as well as RAG options . this will be appreciated.

    • @alexthecodewolf
      @alexthecodewolf  5 หลายเดือนก่อน +1

      Thanks! These are good ideas. I could look into a Python version of this, I do have a bit of Python experience, though its not really my area of expertise.

    • @eugene5096
      @eugene5096 5 หลายเดือนก่อน +2

      @@alexthecodewolf please more dotnet )) not python. Or you can show how to fine tune models with python and use them with sem kernel. I think this will collect a tone of reviews.

    • @moisenach1
      @moisenach1 5 หลายเดือนก่อน +1

      @@alexthecodewolf let’s give it a shot

  • @pouriameftahi7463
    @pouriameftahi7463 2 หลายเดือนก่อน

    first of all tanks for the video, i have a question i build the project like this but with phi3 mini model and ollama the plugin functions not working ... is it about PromptExecutionSettings functionCnoisceBehavier?

    • @alexthecodewolf
      @alexthecodewolf  2 หลายเดือนก่อน

      Hey thanks, I'm not sure if I fully understand the issue here, but Ollama with Semantic Kernel recently switched to a dedicated connector package, you can see how that works here: learn.microsoft.com/en-us/dotnet/ai/quickstarts/quickstart-local-ai
      You'll definitely need to configure your app to allow functions to execute as shown in the video, but I"m not sure if that setting is different somehow for ollama.

  • @santiagocastrovizcaya5336
    @santiagocastrovizcaya5336 3 หลายเดือนก่อน

    great, can you share the repository?

  • @eugene5096
    @eugene5096 5 หลายเดือนก่อน

    Does functions works fine with local LLM, would be great to make a video for Sem Kernel limitations for local setup.

    • @alexthecodewolf
      @alexthecodewolf  5 หลายเดือนก่อน

      I believe recent versions of Ollama support function calls, though I haven't tested this extensively myself.

  • @irql2
    @irql2 22 วันที่ผ่านมา

    at th-cam.com/video/kCGZPhnTGHM/w-d-xo.html 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.

    • @alexthecodewolf
      @alexthecodewolf  22 วันที่ผ่านมา

      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.