From the course: Semantic Kernel in Action: Fundamentals

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Introduction to building a comprehensive project

Introduction to building a comprehensive project

From the course: Semantic Kernel in Action: Fundamentals

Introduction to building a comprehensive project

- [Instructor] Hey there. We are about to put our learnings together. We will be building a research application using Semantic Kernel. So we will be using only production-ready components, so no memory, agents or planners. The research application will do a web research on a topic and then provide a report on the findings. For this, we will implement a search plug-in based on Bing search, then use it to search, implement some prompt functions to manage the web results like scoring, summarizing, and writing the report. And next, finally, implement a Handlebars prompt to put all of this together. It's not a super big application, but we are putting a lot of the things that we have seen together so it makes sense, and we get a bit of gist of how does it feel to create a real-world Semantic Kernel app. So let's begin.

Contents