Skip to content

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:

  1. Prerequisites
  2. Lesson 1: Semantic Kernel chatbot
  3. Lesson 2: Semantic Kernel chatbot with history
  4. Lesson 3: Semantic Kernel chatbot with plugins
  5. Lesson 4: Semantic Kernel chatbot with Web Search engine plugin
  6. Lesson 5: Describe all plugins in Semantic Kernel chatbot
  7. 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:

  1. Create Backend API
  2. Create Web application
  3. Deploy application into Azure