Simple AI Orchestration using Semantic KernelΒΆ
This hands on workshop goes through the following lessons for creating a simple Semantic Kernel chatbot as a console application:
- Prerequisites
- Lesson 1: Semantic Kernel chatbot
- Lesson 2: Semantic Kernel chatbot with history
- Lesson 3: Semantic Kernel chatbot with plugins
- Lesson 4: Semantic Kernel chatbot with Web Search engine plugin
- Lesson 5: Describe all plugins in Semantic Kernel chatbot
- Lesson 6: Create Semantic Kernel chat completion agent
Subsequently the following lessons guide you through converting that chatbot application into a deployable application with a backend API and Web UI frontend and deploying into Azure: