You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for stopping by PromptQuery — a CLI that turns plain English into read-only Postgres SQL, built for real schemas with hundreds of tables.
The thing I care about most is that the numbers are honest and reproducible:
Accuracy (does the generated SQL reference every table the question needs, and invent none?) on two real schemas: 100% on Odoo 18 (675 tables) and 94% on EMBL-EBI RNAcentral (216 tables). The receipts — including the failures — are committed in eval/.
Token cost: ~12–17× smaller prompts than stuffing the whole schema in, measured with tiktoken via eval/token_bench.py.
If you find a question where it picks the wrong tables, I genuinely want to see it — drop it here or open an issue. Design bets (determinism, the two read-only safety layers) are in ARCHITECTURE.md, and good first issues are labeled.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for stopping by PromptQuery — a CLI that turns plain English into read-only Postgres SQL, built for real schemas with hundreds of tables.
The thing I care about most is that the numbers are honest and reproducible:
eval/.tiktokenviaeval/token_bench.py.Reproduce them yourself:
If you find a question where it picks the wrong tables, I genuinely want to see it — drop it here or open an issue. Design bets (determinism, the two read-only safety layers) are in ARCHITECTURE.md, and good first issues are labeled.
— Filippo
Beta Was this translation helpful? Give feedback.
All reactions