Intelligent Query Assistant
The Query Assistant provides a natural language interface for data exploration, allowing users to ask questions in plain English and receive optimized semantic queries.
Overview
┌─────────────────────────────────────────────────────────────────────┐
│ QUERY ASSISTANT ARCHITECTURE │
├─────────────────────────────────────────────────────────────────────┤
│ │
│ "Show me total revenue by region for last month" │
│ │ │
│ ▼ │
│ ┌─────────────────────────────────────────────────────────┐ │
│ │ INTENT DETECTOR │ │
│ │ Detects: AGGREGATE intent with time context │ │
│ └─────────────────────────────────────────────────────────┘ │
│ │ │
│ ▼ │
│ ┌─────────────────────────────────────────────────────────┐ │
│ │ ENTITY EXTRACTOR │ │