CLI
AI Tables
Transform unstructured data into structured data
Similar to creating sources, we can create AI tables by simply changing the type
and adding the ai_cols
parameter:
ai_sales_calls.yaml
We have a new parameter:
ai_cols
array
Columns to be filled by the AI source.
name
string
requiredThe name of the column.
type
string
requiredThe data type of the column.
description
string
requiredA description of the column (see Data Types).
default_value
string
The default value of the column.
using
array
requiredThe columns to use in the AI transformation.