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.

Practice: Implement memories

Practice: Implement memories

- [Instructor] Now we will get our hands into creating and retrieving memories. We'll start with the base project and then create the kernel and the memory store. Next, we will create the text memory and the plug-in for handling it through the kernel, and we will be able to save some memories and also recall them. Let's get to it. Alrighty here we are again in our semantic kernel course, GitHub. So as usual, we will go to Code button and then if we don't see a Codespace, we can create one or we can right-click and open in a new tab where I have it already created. We don't want these and we can check where we are and go to where we want to be, which is the chapter six. And we are doing the practice is chapter 04B All right, we have our snippets and nothing is set up. So we are going to install the NuGet package. Then we're ready and plugins memory. Okay, I think that's all about it. And we can close it. Then I will create a class here and call it ImplementingMemoriesPractice.cs. All…

Contents