hegelai / prompttools

Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
http://prompttools.readthedocs.io
Apache License 2.0
2.55k stars 216 forks source link

SQL Validator #89

Open steventkrawczyk opened 9 months ago

steventkrawczyk commented 9 months ago

🚀 The feature

We need a SQL validator for evaluation, like what we have for JSON and Python.

We can use this package: https://pypi.org/project/sqlvalidator/

Motivation, pitch

Many folks are building text-to-SQL engines, and this will be a common validation.

Alternatives

No response

Additional context

No response