Data Visualization Part II

解决方案架构

AI 应用层

Architecture

Text 2 Data Vis 解决方案

Steps

  • text to params

    • given prompt template and example selectors

      • extract measures, metrics, dimensions and conditions from text
  • text to sql

    • given prompt template and example selectors

      • prompt template (pseudo code)

        select {metrics, dimensions} from {#source table} group by {measure} where {conditions}

  • data to chart

Key Components

Todos

  • TBD

References