Setup
You need to add an OpenAI API key to your project before you can use AI for various actions.Read OpenAI’s documentation
to get your API key.
Generate pipeline using AI
When creating a new pipeline, select the option labeled Using AI. Then, type the description of what the pipeline should do. For example: Load data from an API, then clean the column names, and finally export the dataframe to PostgreSQL.
Generate block using AI
You must turn on the feature named
add_new_block_v2
in your project settings. (click the “wizard” in the top right > Workspace > Preferences)
Document code using AI
