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

preview_player
Показать описание
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!

Connect with me!
Рекомендации по теме
Комментарии
Автор

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?

daveflood
Автор

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

zacliu
Автор

you started by creating a .NET 8 project? I can't find that project template available and I have installed the latest version of .net 8 sdk. Is it called something else by chance?

iGuide_net
Автор

As someone else pointed out, a lot of these examples use Azure or OpenAI. Is it also possible to use a local AI using ollama. Because I tried but it seems OpenAI or Azure is baked into the code of Semantic kernel assistants.

georgeluyckx
Автор

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

ikramkhan-hqre
Автор

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

marcoerlwein
Автор

Can you provide the structure of the json file?

ErkanER
Автор

Exquisite presentation skills. Very interesting.

PaulVanBladel
Автор

Can semantic kernel, be used with local llms ?

dingelful