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

Jan 8, 2025
0
2

Building a RAG-Based Smart Memory Application with Azure SQL Database

Arun Vijayraghavan Davide Mauri Muazma Zahid
Arun,
Davide,
Muazma

Project Mission The way people work and manage information is changing rapidly in our digital age. More and more people are struggling to keep track of all the online resources they use daily. They need a better way to save, organize, and retrieve important information from websites, articles, and other online sources. This is especially true fo...

Azure SQLAIPython
Nov 6, 2024
2
2

RAG with SQL Vector Store: A Low-Code/No-Code Approach using Azure Logic Apps

Divya Swarnkar Pooja Kamath Davide Mauri
Divya,
Pooja,
Davide

Data is at the heart of every AI application, and efficient data ingestion is critical for success. With over 1,400 enterprise connectors, Logic Apps offers unmatched access to a diverse range of systems, applications, and databases, whether hosted in the cloud or on-premises. These connectors give businesses the flexibility to keep their data wher...

Azure SQLAIVectors
Nov 6, 2024
14
6

Exciting Announcement: Public Preview of Native Vector Support in Azure SQL Database!

Pooja Kamath Davide Mauri
Pooja,
Davide

Public Preview of Native Vector Support in Azure SQL Database We are excited to share that the dedicated vector data type in Azure SQL Database, which was previously available through the Early Adopter Preview, is now transitioning to Public Preview! As of today, the Vector data type and its associated functions are accessible to everyone, automat...

AIAzure SQLVectors
Oct 1, 2024
3
5

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

Azure SQLAIPython
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 similarity s...

Azure SQLAIPython
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