Integrating chat with data using Azure openAI service with Azure database in Dot net core application
I am working on a project which accept the natural language as the input and in accordance to which it will generate query, perform operation in SQL such as get, delete and update data in SQL, and return the result to the user in there native response. And I have implement this in Dot net core application. Some kind of a chat bot application, online booking application, to do list management.
If anyone have similar advice kindly suggest.