Showing results for vectors - Azure SQL Devs’ Corner

Mar 19, 2025
Post comments count1
Post likes count3

Vector Search with Azure SQL, Semantic Kernel and Entity Framework Core

Davide Mauri Marco Minerva
Davide,
Marco

Vector databases like Qdrant and Milvus are specifically designed to efficiently store, manage, and retrieve embeddings. However, many applications already use relational databases like SQL Server or SQL Azure. In such cases, installing and managing another database can be challenging, especially since these vector databases may not offer all t...

Azure SQLAI.NET
Feb 13, 2025
Post comments count0
Post likes count2

Database and AI: solutions for keeping embeddings updated

Davide Mauri
Davide Mauri

In the previous article of this series, it was discussed how embeddings can be quickly created from data already in Azure SQL. This is a useful starting point, but since data in a database changes frequently, a common question arises: “How can the vectors be kept updated whenever there is a change to the content from which they have been generated?...

Azure SQLAI