Showing results for AI - Azure SQL Devs’ Corner

Nov 19, 2024
0
1

Announcing LangChain integration for your SQL-based AI applications

Muazma Zahid
Muazma Zahid

In today's data-driven world, the ability to seamlessly integrate various technologies is crucial for efficient data management and analysis. We’re excited to announce LangChain integration with Azure SQL Database and SQL database in Microsoft Fabric! LangChain, a powerful tool for building solutions with language models, can be effectively comb...

Azure SQLAIVectors
Oct 22, 2024
0
2

Soccer Analytics Copilot with Azure SQL and OpenAI

Davide Mauri Eladio Rincón
Davide,
Eladio

The Football (aka Soccer in US 😀) Analisys Copilot provides an intuitive interface for users to interact with complex football data without needing advanced technical skills. By utilizing natural language processing, users can ask questions and retrieve detailed insights from vast datasets, including competitions, matches, teams, players, and e...

Azure SQLPythonVectors
Oct 14, 2024
0
5

The ultimate chatbot?

Davide Mauri
Davide Mauri

RAG - Retrieval Augmented Generation - is by far one of the most common patterns today as it enables the creation of chatbots that can chat on your own data, as I described in my previous "Retrieval Augmented Generation with Azure SQL" blog post. As soon as you start to use it excitement grows, as it provides a sort of a magical experience. Experie...

Azure SQLAIVectors
Sep 11, 2024
4
1

EAP for Vector Support Refresh – Introducing Vector type

Davide Mauri Pooja Kamath
Davide,
Pooja

Latest update - 06 November 2024 Vector Support is now available as Public Preview! Read the announcement here: Public Preview of Native Vector Support in Azure SQL Database! Access to full documentation here: Vector functions. The new data type Not even 6 months ago we started the Early Adopter Preview vector data support in Azure SQL, and...

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

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

Azure SQLAIVectors
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
Apr 3, 2024
0
4

Vanna.ai and Azure SQL Database

Brian Spendolini
Brian Spendolini

Vanna.ai and Microsoft SQL Vanna.ai, in partnership with Azure SQL Database Product Management, bring you a collaboration for using Vanna's natural language to SQL (NL2SQL) agent with the Azure SQL Database. How does Vanna.ai work? First, Vanna is an open-source Python RAG (Retrieval-Augmented Generation) framework for SQL generation/natural lan...

Azure SQL
Feb 19, 2024
2
2

NL2SQL with LangChain and Azure SQL Database

Brian Spendolini
Brian Spendolini

LangChain is an open-source framework for creating applications that use and are powered by language models (LLM/MLM/SML). In this post, basic LangChain components (toolkits, chains, agents) will be used to create a natural language to SQL prompt that will allow interactions with an Azure SQL Database; just ask the database what you want as if ...

Azure SQLAIOpenAI
Feb 12, 2024
0
1

Using AI for Content Moderation with Azure SQL Database

Brian Spendolini
Brian Spendolini

In my previous posts, I have covered using Azure OpenAI services with Azure SQL Database via REST endpoints. This post with further explore that pathway by creating stored procedures you can use to encapsulate the REST calls and combine them with custom business logic for AI content moderation with Azure SQL Database. A Quick Introduction The ser...

Azure SQLAIOpenAI