Skip to content

microsoft/sql-ai-datathon

Repository files navigation

SQL AI Datathon Starter Repository

Welcome to the SQL AI Datathon! You'll complete guided missions that will prepare you for building AI-powered applications with Microsoft SQL. You’ll use AI features to build embeddings, semantic/hybrid search, DAB endpoints, and an agent with RAG.

Complete all four missions to level up your skills, and add your own creative twist in the Open Hack to be eligible for judging for a ticket to SQLCon 2026!

Watch a live walkthrough of the missions on February 12th and 19th, 2026

Quick Start

  1. Fork this repo.
  2. Clone, or open in Codespaces.
  3. Complete all missions, 1-4.
  4. Learn how to submit an entry for the Open Hack project in open-hack.md.

Mission Briefs

  1. Embeddings & Search (folder)
  2. Retrieval Augmented Generation (RAG) (folder)
  3. Orchestrate SQL + AI workflows in C# or Python (folder)
  4. Building a Full-Stack AI Application in C# or Python (folder)
  5. Open Hack

What you’ll build

  • Embeddings & search
  • REST/GraphQL endpoints with Data API Builder
  • An agent that answers questions grounded in your SQL data

How you’re evaluated for the Open Hack

Criteria What Judges Look For
Problem Understanding Clear project type (Chatbot or Search), SQL as data source, proper RAG implementation
Innovation & Creativity Original approach, creative use of embeddings/semantic search, unique UX or data usage
Technical Execution Sound implementation, reproducible setup, focused scope, clear documentation
Insight & Impact Meaningful outcomes, depth of analysis, real-world applicability

Resources