defog-ai / sqlcoder

SoTA LLM for converting natural language questions to SQL queries
Apache License 2.0
3.44k stars 219 forks source link

Can i validate a sql query? #70

Closed Shekharmeena28 closed 10 months ago

Shekharmeena28 commented 10 months ago

What i want is i want to validate if the given sql is correct or not if not correct give the error and corrected sql query

rishsriv commented 10 months ago

Hi there, our OSS version is not currently optimised for error correction.

We expect to implement that next month, though you can implement custom prompts to handle error correction yourself if you'd like.