https://learn.microsoft.com/en-us/samples/azure-samples/nlp-sql-in-a-box/nlp-sql-in-a-box/
- We will use the power of Azure Open AI and Semantic Kernel to translate your natural language queries into SQL statements that can be executed against an SQL Server database.
Limit
- Cannot support complex queries (including updates, deletes, etc.)
- Add more plugins to the semantic kernel to support additional use cases
- No UI to interact with the kernel (e.g., a web interface, a mobile app, etc.)
https://learn.microsoft.com/en-us/samples/azure-samples/nlp-sql-in-a-box/nlp-sql-in-a-box/
Limit