eth-sri / lmql

A language for constraint-guided and efficient LLM programming.
https://lmql.ai
Apache License 2.0
3.48k stars 191 forks source link

add a basic QueryBuilder, test and doc #334

Closed Saibo-creator closed 1 month ago

Saibo-creator commented 4 months ago

Add a QueryBuilder class to construct queries with support for decoders, prompts, models, and conditions.

Addressing #286

lbeurerkellner commented 3 months ago

This is really cool, thanks. Two small proposals for changes:

lbeurerkellner commented 1 month ago

Let's merge this :)