em-data-insights Chart
em-data-insights deploys the CRAFT Data Insights solution — a superset of em-core that adds the data analysis agent and Redshift connector.
Components
em-data-insights includes all em-core components plus:
| Component | Purpose |
|---|---|
em-data-insights-agent | Data analysis and insights generation A2A agent |
em-redshift-query-connector | AWS Redshift query connector service |
Quick start
Redshift integration
Configure the Redshift connector in your values:Using external databases
Disable bundled PostgreSQL and Redis for production:Key values
| Value | Default | Description |
|---|---|---|
em-core.hostname | localhost | External hostname (passed to em-core subchart) |
em-core.schema | http | http or https |
em-data-insights-agent.image.repository | ghcr.io/emergenceai/em-data-insights-agent | Agent image |
em-redshift-query-connector.image.repository | ghcr.io/emergenceai/em-redshift-query-connector | Redshift connector image |
postgresql.enabled | true | Deploy bundled PostgreSQL |
redis.enabled | true | Deploy bundled Redis |
charts/em-data-insights/values.yaml in the em-charts repository.
Related
em-core Chart
Core platform chart that em-data-insights extends.
Data Insights Overview
Data Insights solution capabilities.
Text-to-SQL
How the Text2SQL agent converts natural-language questions to SQL.

