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_COMPLETE (Single image)
Generates a response (completion) for a text prompt using a supported language model. Syntax The function has two required arguments and four optional arguments. The function can be used with either positional or named argument syntax.
COMPLETE (SNOWFLAKE.CORTEX)
Given a prompt, generates a response (completion) using your choice of supported language model.
AI_COUNT_TOKENS
Preview Feature — Open Available to all accounts. Note AI_COUNT_TOKENS is the updated version of COUNT_TOKENS (SNOWFLAKE.CORTEX). For the latest functionality, use AI_COUNT_TOKENS. Returns the number of tokens in a prompt for the…
CreateOpenAiEmbeddings 2025.5.31.15
Uses OpenAI to create embeddings for text. The input text can be provided as a single FlowFile or as a record - oriented FlowFile.
AI_COMPLETE (Single string)
Generates a response (completion) for a text prompt using a supported language model. Syntax The function contains two required arguments and four optional arguments. The function can be used with either positional or named argument…
AI_TRANSCRIBE
Transcribes text from an audio file with optional timestamps and speaker labels. AI_TRANSCRIBE supports numerous languages, and audio can contain more than one language. Timestamps and speaker labels are extracted based on the specified…
Prepare your documents for Document AI
The documents must be 50 MB or less in size. Document pages must have dimensions of 1200 x 1200 mm or less. The images must be between 50 x 50 and 10,000 x 10,000 pixels.
AI_COMPLETE (Prompt object)
Generates a response (completion) for a prompt object. The prompt object references one or more columns containing text or image data. Syntax The function can be used with either positional or named argument syntax.
<model_build_name>!PREDICT
Extracts information from documents in a stage, and provides answers in a JSON object. If you specify a single document, the method returns results for that document. Otherwise, the method returns results for each document in the stage.