Showing results for T-SQL - Azure SQL Devs’ Corner

Oct 1, 2024
2
4

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
Aug 1, 2024
2
1

Similarity Search with FAISS and Azure SQL

Muazma Zahid
Muazma Zahid

In today’s data-driven world, finding similar items within large datasets is a common challenge. Whether it’s recommending products, identifying similar documents, or clustering data points, efficient similarity search is crucial. This blog post will explore how to leverage FAISS (Facebook AI Similarity Search) and Azure SQL to perform ...

Azure SQLPythonAI
Jun 4, 2024
0
1

Announcing UNISTR and || operator in Azure SQL Database – preview

Abhiman Tiwari
Abhiman Tiwari

We are excited to announce that the UNISTR intrinsic function and ANSI SQL concatenation operator (||) are now available in public preview in Azure SQL Database. The UNISTR function allows you to escape Unicode characters, making it easier to work with international text. The ANSI SQL concatenation operator (||) provides a simple and intuitive way ...

Azure SQLT-SQL