I’m currently working on a text-to-SQL project that combines metadata and LLMs to generate the best SQL queries using LLMs. My question is about how to communicate the generated SQL back to the user. In my current use case, I’m using VS Code, but in reality, users will be the ones submitting the text. While I’m familiar with the LLM side, I’m unsure about how to relay the SQL query back to the user effectively. As I’m new to frontend development, I would really appreciate any suggestions or guidance on how to do this. Thank you.
Is it possible to fine-tune SQL using a similar approach? Also, if my users are using Toad, how can I send the optimized SQL back to those users? Is there a way to integrate this process with Toad? Any guidance would be greatly appreciated.