Greg Low continues a series on vector data in SQL Server
:In this article, I’ll explain how to implement vector search in SQL Server using the
VECTOR_DISTANCEandVECTOR_SEARCHfunctions. You’ll learn how vector indexes work, when to use them, and what the key trade-offs are — including the current read-only table limitation. I’ll also cover the latest syntax changes in Azure SQL Database, where that limitation has already been lifted.
Click through to learn more.