Posts by this author

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

Azure SQL
Apr 14, 2023
10
5

Make data more human with Azure OpenAI and Azure SQL

In January 2023, Microsoft announced the General Availability of the Azure OpenAI Service (AOAI), which allows Azure customers to access OpenAI models directly within their Azure subscription and with their own capacity. There are four models families available at the moment:   In this post, we will see how y...

Azure SQL