Skip to content

IntentQL 0.2.4

Latest

Choose a tag to compare

@AbakahAlexander AbakahAlexander released this 10 Jun 05:02

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 intentql

Optional extras:

pip install "intentql[memory]"
pip install "intentql[openai]"

Quick start

intentql init --db "postgresql://user:pass@host/db"

Links

Requirements

  • Python 3.10+
  • PostgreSQL