defog-ai / sqlcoder

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

How can I specify the database version I want to generate SQL for? #28

Closed peterbjorkmarker closed 1 year ago

peterbjorkmarker commented 1 year ago

I can see on you website that you support different database engines. How can I specify this when using the model directly?

Thanks!

Peter

rishsriv commented 1 year ago

Hi there! Unfortunately, the open-source model only supports Postgres right now. We hope to release models for other SQL dialects in the near future.

peterbjorkmarker commented 1 year ago

Thanks for the info!