defog-ai / sql-eval

Evaluate the accuracy of LLM generated outputs
Apache License 2.0
531 stars 56 forks source link

Jupyter Notebook walkthrough of sql-eval with sqlite #217

Open shravankshenoy opened 1 week ago

shravankshenoy commented 1 week ago

Not an issue, but I thought it would be helpful to have a notebook which shows how to setup and use sql-eval, so I created an Jupyter notebook which shows how to use sql-eval with a sqlite database. Hope this notebook is helpful for others

Jupyter Notebook link : https://colab.research.google.com/drive/1pejJn1GDPo4wzfWbmq5sE0ZlNNWNNYfb?usp=sharing

Let me know if it would be useful for adding this notebook to the repository. If yes, I can create a PR. If not, I will close this issue.

wongjingping commented 1 week ago

Thanks for sharing this! Would you like to add this into a new folder /examples/sqlite_example.ipynb?

shravankshenoy commented 1 week ago

Sure. I will raise a PR for this.