Showing results for Vector Search - Azure SQL Devs’ Corner

Oct 1, 2024
1
3

Smart Resume Matching: Document RAG with Azure SQL DB & Document Intelligence

Pooja Kamath
Pooja Kamath

Hey Azure SQL enthusiasts! 👋 We had a hiring event last week, and as I was going through a stack of digital resumes, I thought, "There has to be an easier way to do this." That's when it hit me—why not use Azure SQL DB’s new vector data type to revolutionize our hiring process? Not only could we find the perfect candidate faster, but we ...

Azure SQLPythonAI
Sep 11, 2024
4
1

EAP for Vector Support Refresh – Introducing Vector type

Davide Mauri Pooja Kamath
Davide,
Pooja

Not even 6 months ago we started the Early Adopter Preview vector data support in Azure SQL, and we got great feedback and a lot of enthusiasm about the feature. Developers are excited to be able to easily build AI-enabled solution using an enterprise ready, secure, scalable and proven platform like Azure SQL, without the need to move data ...

AIAzure SQLVectors
Aug 29, 2024
0
3

Vector Support EAP extended to Azure SQL MI

Davide Mauri Pooja Kamath
Davide,
Pooja

If you are looking forward to build AI-enabled applications on your own data, you'll be excited to know that the Early Adopter Preview announced for Azure SQL DB on native vector capabilities is now available also for those who have data stored in Azure SQL Managed Instance! Make sure to learn how to store and use vectors functions reading the ...

AIAzure SQLVectors
Aug 26, 2024
0
2

Retrieval Augmented Generation with Azure SQL

Davide Mauri
Davide Mauri

Retrieval Augmented Generation, or RAG, is one of the hottest topics at the moment as it opens up the possibility of interacting with data using natural language, which is a long-time dream finally coming true. It is very likely that a lot of your data is already stored or will be stored in Azure SQL, so a common request is to have an ...

Azure SQLAIOpenAI
May 21, 2024
5
8

Announcing EAP for Vector Support in Azure SQL Database

Pooja Kamath Davide Mauri
Pooja,
Davide

We are super excited to announce the Early Adopter Preview of Native Vector Support in Azure SQL Database and are currently accepting requests from customers who wish to participate. Latest updates - 11 September 2024 This article has been updated on 11 September 2024 to reflect the updated features. Make sure to read about the newly ...

Azure SQLAIREST
Apr 18, 2024
0
0

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 ...

AIAzure SQLPython
Nov 15, 2023
1
5

Vector Search with Azure SQL Database

Muazma Zahid
Muazma Zahid

With public preview of integrated vectorization, a ground-breaking capability of vector search in Azure AI Search (previously Azure Cognitive Search), you can do vector search with data stored in Azure SQL Database easily. This feature is designed to streamline the process of chunking, generating, storing, and querying vectors for vector search in ...

Azure SQL