Building RAG Applications with Semantic Kernel and MongoDB

Learn to use Semantic Kernel to build a RAG application powered by Atlas Vector Search.

Learning Byte Overview

In this Learning Byte, learn to use Semantic Kernel with Atlas Vector Search to create a RAG application. Review the code used to create a functioning application that answers questions about MongoDB, relying on The Little Book of MongoDB as its knowledge base. Learn the basics of using Semantic Kernel to make building RAG applications easier!

Chapters in this Learning Byte

  • Chapter 1: Introduction
  • Chapter 2: Getting Started
  • Chapter 3: Connecting to Atlas
  • Chapter 4: Populate the Memory
  • Chapter 5: Retrieval
  • Chapter 6: Creating Prompts
  • Chapter 7: Answer Generation
  • Chapter 8: Learn More