Showing tag results for vector

Apr 18, 2024
Post comments count0
Post likes count0

Vector Search Optimization via KMeans, Voronoi Cells and Inverted File Index (aka “Cell-Probing”)

Davide Mauri
Davide Mauri

In a previous article I already mentioned how vectors can be easily stored in Azure SQL already and how to calculate dot product and cosine distance using just T-SQL. In this article I will show how to improve the performance in vector search by using a technique that has many name but is really based on something very well know already: KMeans Clu...

AIAzure SQLVectors
Jun 4, 2023
Post comments count3
Post likes count9

Vector Similarity Search with Azure SQL database and OpenAI

Davide Mauri
Davide Mauri

Latest update - 06 November 2024 Vector Support is now available as Public Preview! Read the announcement here: Public Preview of Native Vector Support in Azure SQL Database! Access to full documentation here: Vector functions. Vectors and Embeddings Vector databases are gaining quite a lot of interest lately. Using text embeddings and vector op...

Azure SQL