The Burrito Bot - AI-Powered Search in SQL Server 2025 | MVP Unplugged

Justin Garrett sits down with Microsoft MVP Andrew Pruski to explain and demo “The Burrito Bot,” a practical semantic search app built around SQL Server 2025’s vector search capabilities.

Overview

What the episode is about

The conversation focuses on using vector search in SQL Server 2025 to move beyond keyword matching and instead search by meaning (semantic similarity). Andrew demonstrates a sample application (“Burrito Bot”) that recommends restaurants using concepts such as “cozy atmosphere” or “romantic date spot.”

Core concepts covered

Building smarter experiences with RAG

The episode connects vector search to building AI applications using Retrieval-Augmented Generation (RAG), including using Azure AI Foundry and Azure OpenAI Service to create richer, “smarter search” experiences.

Model selection trade-offs

The conversation also touches on choosing the right model for the job, including the practical trade-off between cost vs. performance in AI solutions.

Resources