When do you think we might expect a CoPilot like Mauricio describes? One that can ingest the schema of the database being queried, understand its foreign key relationships, maybe even plumb the stored procedures and UDFs within the database for more context and index them in an Azure Data Studio extension running a small vector database and use them in a Retrieval-Augmented Generative (RAG) fashion?
We operate a multi-tenant system where the schema has grown to over 400 tables and 4500 total columns. We've meticulously documented it all, storing metadata in MS_Description fields. It's all there for the ingesting, by an appropriately motivated chatbot.
I would absolutely love to be able to give our data users access to that kind of chatbot.