From the course: Azure OpenAI in .NET
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Semantic Kernel: Planner - .NET Tutorial
From the course: Azure OpenAI in .NET
Semantic Kernel: Planner
- [Instructor] Another concept, or you could also say another functionality of semantic kernel, which I would like to present in the context of this training is the so-called planner. But what exactly does planner do? Let's look at this in an overview. We are starting again with our C Sharp application, and as we've already seen in the previous videos, semantic kernel abstracts the communication with external systems or services such as Azure OpenAI, or vector databases via the concept of connectors. Both native and semantic functions can be registered in semantic kernel, which semantic kernel can then execute accordingly. And this is where, from my perspective, it gets very interesting. In the previous videos, we've seen me perform these functions in a certain order in source code. This means that I as a developer, have defined in the source code which functions should be executed. And I have determined the order of…
Contents
-
-
-
-
-
-
Semantic Kernel4m 42s
-
(Locked)
Semantic Kernel: Plugin2m 36s
-
(Locked)
Demo: Kernel plugin7m 11s
-
(Locked)
Semantic Kernel: Functions6m 18s
-
(Locked)
Executing functions3m 58s
-
(Locked)
Semantic Kernel: Memories2m 9s
-
(Locked)
Demo: Kernel memories7m 51s
-
(Locked)
Semantic Kernel: Planner1m 57s
-
(Locked)
Demo: Planner4m 47s
-
(Locked)
Challenge35s
-
(Locked)
Solution1m 23s
-
-