defog-ai / sql-eval

Evaluate the accuracy of LLM generated outputs
Apache License 2.0
485 stars 52 forks source link

Dialect translation of eval files #148

Closed wendy-aw closed 2 months ago

wendy-aw commented 2 months ago
rishsriv commented 2 months ago

Woot! Thank you! Generally looks good – but just one point.

Wouldn't it be better for us to upload already translated question files for different dialects? That way, users will face much less complexity when using this for non postgres/redshift/snowflake dialects!

So essentially, maybe we can use the script and upload the files once (and save everyone else compute and LLM tokens :D) – while leaving these scripts as they are so users that want to modify the queries or add their own can use them?

wendy-aw commented 2 months ago

Thanks for the extra additions!