Data Visualization Part II
解决方案架构
AI 应用层
Text 2 Data Vis 解决方案
Steps
text to params
given prompt template and example selectors
- extract
measures, metrics, dimensions and conditions
from text
- extract
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