Source
AI_AGG
Reduces a column of text data using a natural language instruction. For example, AI_AGG(reviews, 'Describe the most common complaints mentioned in the book reviews') will return a summary of user feedback.
AI_CLASSIFY
AI_CLASSIFY is the updated version of CLASSIFY_TEXT (SNOWFLAKE.CORTEX). For the latest functionality, use AI_CLASSIFY. Classifies text or images into categories that you specify.
AI_SUMMARIZE_AGG
Summarizes a column of text data. For example, AI_SUMMARIZE_AGG(churn_reason) will return a summary of the churn_reason column.
AISQL AI_PARSE_DOCUMENT
AI_PARSE_DOCUMENT is a Cortex AI SQL function that extracts text, data, and layout elements from documents with high fidelity.
AI_COMPLETE structured outputs
AI_COMPLETE lets you supply a JSON schema or type literal that completion responses must follow, producing structured output. Structured output reduces the need for post - processing in your AI data pipelines and enables seamless integration…
SnowConvert AI - Teradata - DML
In this section, you will find the documentation for the translation reference of Data Manipulation Language Elements.
SnowConvert AI - General Functional Differences
This message is reported when a Correlated Subquery (subquery that refers to a column from the outer query) is located. This type of subqueries can, in some cases, present some functional differences in Snowflake (Working with Subqueries).