Beyond Embeddings: Practical Vector Search with DiskANN in SQL Server

Microsoft Developer focuses on building real-world semantic and hybrid search experiences directly inside SQL Server, using DiskANN for fast approximate nearest-neighbor (ANN) vector search.

Overview

Vector support in SQL Server enables semantic search scenarios, but embeddings alone are often not sufficient for production-quality search. This session shows how to keep data in SQL Server while still achieving scalable, high-performance vector search.

What DiskANN enables in SQL Server

Storing and modeling vector data

The session demonstrates how to:

Indexing strategy with DiskANN

Through demos, the presenter covers how to:

Query patterns: hybrid search in one place

A key theme is combining multiple retrieval signals in SQL Server queries:

This hybrid approach is positioned as a way to build richer and more precise search experiences on your own data.

Takeaways

By the end of the session, viewers should be able to: