Part 2: Creating AI Applications with Semantic Kernel
In this part, we will go deep inside Semantic Kernel and learn how to use it to solve problems. We start by adding functions to a kernel, and then we use functions to solve a problem. The real power comes next when we ask the kernel to solve a problem on its own. Finally, we learn how to keep history for our kernel using memory.
This part includes the following chapters:
- Chapter 3, Extending Semantic Kernel
- Chapter 4, Performing Complex Actions by Chaining Functions
- Chapter 5, Programming with Planners
- Chapter 6, Adding Memories to Your AI Application