From the course: Semantic Kernel in Action: Fundamentals
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Trying out the kernel
From the course: Semantic Kernel in Action: Fundamentals
Trying out the kernel
- [Instructor] We have explored creating a kernel and adding AI services and plugins. Now, let's bring our learnings to life. As Confucius say, "I hear, and I forget. I see, and I remember. I do, and I understand." I highly recommend you code along with me in this video for the best learning experience. Let's dive in and make our kernel come alive. Now we are going to start from a complete scratch. We'll set up a C# project, and add the needed packages, create a builder, and the services, invoke a prompt, and run it. Let's do it. We go to our GitHub repository of the course. Then we go to Code. And if we don't have a codespace, we can create one. It will take a bit, but once it's created, you right-click, and open it in a new tab. And wait. This should be, ideally, in green. And here we can see all the projects corresponding to the different chapters and videos, that have a practice, of course. And to work properly with some snippets that I have prepared to be able to follow this…