LIVE DEMO
> CHAT WITH YOUR DATA
Natural language to SQL/Vector queries, instantly visualized.
OMNIQUERY_AGENT v2.1.0 // CONNECTED
LIVE
Show me Q3 revenue by region compared to last year.
smart_toy
GENERATED SQL0.04s
SELECT region, SUM(revenue) AS q3_2024,
LAG(SUM(revenue)) OVER (ORDER BY region) AS q3_2023
FROM sales WHERE quarter = 3 GROUP BY regionQ3 REVENUE BY REGION ($M)
0M
1M
2M
3M
NA
EU
APAC
LATAM
Q3 2023
Q3 2024
How has total revenue trended month-over-month in 2024?
smart_toy
GENERATED SQL0.02s
SELECT DATE_TRUNC('month', sale_date) AS month,
SUM(revenue) AS total_revenue
FROM sales WHERE YEAR(sale_date) = 2024
GROUP BY 1 ORDER BY 1 ASCMONTHLY REVENUE TREND 2024 ($M)
▲ +200% YTD·Peak: Sep 2024 @ $2.4M
>
Data Pipeline
Federated Query Engine
Connect any data source. Ask in plain English. Get instant answers — no SQL expertise required.
Data flowing in
NL2SQL processing
Dashboard · iFrame · Charts · MCP App UI
Technical Architecture
Modular components for the modern data stack.
Unified Schema Layer
Automatically normalize schemas across unstructured, SQL, and graph data sources into a single queryable plane.
Connected Sources
Unified Query Plane
Vector Optimization
Hybrid search utilizing sparse and dense retrievers.
RBAC & Auth
Enterprise SSO ready.
lock Encrypted
Multi LLM
Swap providers without touching your queries. Hot-reload via settings.
OpenAI
ACTIVEAnthropic
ACTIVEGemini
READYOllama
READYBedrock
READYFull Observability
Trace every step of the reasoning chain. Log inputs, outputs, and intermediate thoughts.