Releases: Certifore/intentql
Releases · Certifore/intentql
IntentQL 0.2.4
IntentQL 0.2.4
First public release of IntentQL — an open-source semantic compiler for natural-language analytics over Postgres.
The model proposes semantic hints; deterministic infrastructure resolves them against an allowlisted schema, builds a typed QueryPlan, validates it, and compiles parameterized SQL.
Install
pip install intentqlOptional extras:
pip install "intentql[memory]"
pip install "intentql[openai]"Quick start
intentql init --db "postgresql://user:pass@host/db"Links
- Documentation: https://certifore.github.io/intentql_docs
- PyPI: https://pypi.org/project/intentql/0.2.4/
- License: Apache 2.0
Requirements
- Python 3.10+
- PostgreSQL