Building your first AI Agent with the Semantic Kernel SDK and C# 🤖

Ғылым және технология

The Semantic Kernel is an open-source SDK that lets you build agents that call your existing code. You can use it with models from Azure OpenAI, OpenAI, Hugging Face, and more!
In this video, I explain what the Semantic Kernel is, how you can use it to call LLMs in your existing application code, and how you can build simple applications using the Semantic Kernel SDK! 🤖
If you have any questions, drop them in the comment section below! If you want to learn more about the Semantic Kernel SDK, like and subscribe for more!
0:00 What is the Semantic Kernel SDK?
1:42 What is the Semantic Kernel?
5:21 Installing the Semantic Kernel NuGet package
7:40 Using a LLM from Azure OpenAI
8:44 Building our Kernel
12:07 Testing our endpoint
13:13 Wrap up and end
Learn more!
What is Semantic Kernel? - learn.microsoft.com/en-us/sem...
Connect with me!
Twitter: / willvelida
GitHub: github.com/willvelida
Bluesky: bsky.app/profile/willvelida.b...

Пікірлер: 18

  • @PaulVanBladel
    @PaulVanBladel13 күн бұрын

    Exquisite presentation skills. Very interesting.

  • @willvelida

    @willvelida

    11 күн бұрын

    Thank you!

  • @zacliu316
    @zacliu3162 ай бұрын

    Really good content! Just working on adding a plugin with Semantic kernel and it helps a lot.

  • @willvelida

    @willvelida

    2 ай бұрын

    Thank you!! That sounds cool? Are you planning to write something/make a video about it? I'd be interested to see that 🙂

  • @daveflood3205
    @daveflood3205Ай бұрын

    Thanks for the info Will. Every tutorial I've seen on Semantic Kernel (including yours) relies on an Azure OpenAI subscription, but you only briefly mention the application process. It seems that us common folk are not eligible for access to Azure OpenAI. Microsoft's application form says it's restricted to approved enterprise customers and partners. Business email address & website are a couple of the required fields. I currently do not have either of these. I read that connecting directly to an OpenAI account is an option. But I have not seen any information online detailing how to do it. Any clues?

  • @willvelida

    @willvelida

    Ай бұрын

    Hi Dave! I've created a new video on using OpenAI API with Semantic Kernel here: kzread.info/dash/bejne/pJh42bWdfsuYcZc.html Hope this helps! Let me know if you have any questions :)

  • @dingelful
    @dingelfulАй бұрын

    Can semantic kernel ,be used with local llms ?

  • @ikramkhan-hq8re
    @ikramkhan-hq8re2 ай бұрын

    can you please create a tutorial on multiple agents working together to achive some goal Thankyou!!

  • @willvelida

    @willvelida

    2 ай бұрын

    When I'm back from holiday, I'll start working on it 😊 I'll let you know when it's published!

  • @ikramkhan-hq8re

    @ikramkhan-hq8re

    2 ай бұрын

    @@willvelida Thank you for getting back to me! Enjoy your holiday, and take your time. I appreciate your willingness to create a video on the requested topic.

  • @thiago4go
    @thiago4go3 ай бұрын

    Great content Will!

  • @willvelida

    @willvelida

    3 ай бұрын

    Thank you mate!

  • @ErkanER1227
    @ErkanER1227Ай бұрын

    Can you provide the structure of the json file?

  • @marcoerlwein2165
    @marcoerlwein21658 күн бұрын

    With Semantic Kernel can I build a chat about my own data that is in a database?

  • @willvelida

    @willvelida

    8 күн бұрын

    Yes! I'm working on some content that covers this which I'm planning to release soon!

  • @marcoerlwein2165

    @marcoerlwein2165

    8 күн бұрын

    @@willvelida super !!! I will be attentive to the new video, thanks

  • @MuhammadAli-nr5ee
    @MuhammadAli-nr5ee3 ай бұрын

    How to do the same task in python ?

  • @willvelida

    @willvelida

    2 ай бұрын

    Hey! Yes you can use the Semantic Kernel with Python: learn.microsoft.com/en-us/semantic-kernel/get-started/quick-start-guide?tabs=python I'll try and do a Python version for this video soon!