Aug 25, 2023
0
10
Building your own DB Copilot for Azure SQL with Azure OpenAI GPT-4
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 build this conn...