What is SmartQuery

SmartQuery is an enterprise NL2SQL platform built by Quanam for production use. At its core is an AI agent that reasons over the database schema and a set of tools to translate plain-language questions into SQL. Users get back the generated SQL, the execution results, a natural-language answer, and — when the result is suited for it — an automatically generated chart.

Key capabilities

Security

Model

SmartQuery is model-agnostic; the results below were produced using GPT-5.1.


BIRD Mini-Dev Benchmark Results (PostgreSQL)

To validate SQL generation quality against a public, reproducible benchmark, we evaluated SmartQuery on the BIRD Mini-Dev PostgreSQL split (500 questions) using the official evaluation_ex.py script from bird-bench/mini_dev.

For this evaluation, SQL generation used schema profiling and per-datasource business rules. The knowledge-base (RAG) layer was not used, and no restrictive per-user or row-level security policies were configured for the BIRD datasources (evaluation ran with unrestricted access). The BIRD evidence hints were included in the input question text.

Execution Accuracy (EX)