Showing results for 2024 - Azure SQL Devs’ Corner

Oct 1, 2024
0
0

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 26, 2024
0
2

Build a chatbot on your own data in 1 hour with Azure SQL, Langchain and Chainlit

Davide Mauri
Davide Mauri

Chatbots are the hot topic lately, and now you can create them easily by downloading solutions like OpenWebUI, connect it to Ollama or any OpenAI compatible API, choose your favorite language model, and then run it. It just takes a few minutes and it's done. But building chatbots is not enough, you most likely want to build a chatbot on your own...

AIAzure SQLAzure OpenAI
Sep 11, 2024
2
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
Aug 16, 2024
0
2

Simplify development with Dev Container templates for Azure SQL Database

Carlos Robles
Carlos Robles

In today's fast-paced software development landscape, having a reliable and efficient local development setup is crucial. Dev Containers provide developers with a seamless way to build and test applications locally before deploying them to the cloud. We are announcing the Public Preview of Dev Container templates for Azure SQL Database. This ...

Azure SQLContainersGitHub
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 11, 2024
0
1

Building Course Registration Project with Azure SQL Database

Anagha Todalbagi Kendall Hoffman
Anagha,
Kendall

This semester long project was completed by Master's students at Cornell University with mentorship from the Azure SQL database product team at Microsoft.   Project Mission The purpose of this project is to design a high-fidelity university course registration system utilizing Microsoft Azure cloud services. Our target audience includes ...

Azure SQLPythonOpenAI
Jun 4, 2024
1
3

Unleashing the Potential of Generative AI in Azure SQL Database

Sanjay Mishra
Sanjay Mishra

Generative AI is not just a technological advancement; it's a paradigm shift that is redefining the landscape of customer interaction. Azure SQL Database stands at the forefront of this revolution, offering unparalleled opportunities to harness the power of "your data" in crafting state-of-the-art applications. As we stand at the cusp of an AI ...

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