Azure SQL Devs’ Corner

Voices from the Azure SQL PM Team, focusing on development and developers

NL2SQL with LangChain and Azure SQL Database

(image) 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 ...

Building your own DB Copilot for Azure SQL with Azure OpenAI GPT-4

(image) Large Language Models (LLMs) have proven exceptional capabilities in chatting with unstructured, text data. But what if we want to interact with structured data? To do so, we will need to build an LLM-powered Agent which is able to reason over structured data, in our specific case an Azure SQL DB. Luckily for us, we don’t have to ...