Vector Index & Search
SQL database · General availability · Planned
Description
# Generally Available: Vector Search and Vector Indexes in Azure SQL Vector Search and Vector Indexes are now generally available in Azure SQL Database. Using the [CREATE VECTOR INDEX](https://learn.microsoft.com/sql/t-sql/statements/create-vector-index-transact-sql?view=sql-server-ver17) and [VECTOR_SEARCH](https://learn.microsoft.com/sql/t-sql/functions/vector-search-transact-sql?view=sql-server-ver17) T-SQL capabilities, you can perform efficient approximate nearest neighbor (ANN) searches for AI scenarios such as semantic search, retrieval-augmented generation (RAG), recommendation systems, and image search. Built on the DiskANN algorithm, Vector Indexes enable efficient vector similarity search over large datasets while allowing you to combine vector search with relational queries and filtering directly in Azure SQL Database.By bringing AI retrieval directly into Azure SQL Database, you can build AI-powered applications on your enterprise data without requiring a separate vector database, simplifying application architecture while leveraging the reliability, security, and governance capabilities of Azure SQL Database.**Learn more:** [Vector Search & Vector Indexes documentation](https://learn.microsoft.com/sql/sql-server/ai/vectors?view=sql-server-ver17)
Change History
-
2026-09-15
Roadmap Item Added
Workload: SQL database