parkervg / blendsql

Query language for blending SQL logic and LLM reasoning across structured + unstructured data. [Findings of ACL 2024]
https://parkervg.github.io/blendsql/
Apache License 2.0
72 stars 4 forks source link

Upgrading to `guidance>=0.1.0`, restructuring `llms` folder, adding documentation #3

Closed parkervg closed 8 months ago

parkervg commented 8 months ago

The previous version was built on guidance 0.0.64, the older version built with handlebars-style syntax. However, this meant that we had to use an old version of OpenAI. This PR refactors BlendSQL to use the newer 0.1.0 version of guidance.

Screenshot 2024-02-20 at 4 59 37 PM
parkervg commented 8 months ago

https://parkervg.github.io/blendsql/