Source
SnowConvert AI - Contact Us
"myst_slugs": { "snowconvert - ai - - - contact - us": [ 5, "snowconvert - ai - contact - us", "SnowConvert AI - Contact Us" "wordcount": { "words": 30, "minutes": 0 "description":…
AI_COMPLETE
Generates a response (completion) from text or an image using a supported language model. You can provide: A text prompt, to generate a response from the model.
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…
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…
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_SIMILARITY
Computes a similarity score based on the vector cosine similarity value of the inputs’ embedding vectors. Currently supports both text and image similarity computation.
August 29, 2024 — New multilingual embedding models available in Snowflake Cortex AI
We’re pleased to announce that the text embedding functions in Snowflake Cortex AI now support the following multilingual model: multilingual - e5 - large For additional details, see EMBED_TEXT_1024 (SNOWFLAKE.CORTEX).
September 12, 2024 — New multilingual embedding model available in Snowflake Cortex AI
We’re pleased to announce that the text embedding functions in Snowflake Cortex AI now support the following additional multilingual model: voyage - multilingual - 2 For additional details, see EMBED_TEXT_1024 (SNOWFLAKE.CORTEX).
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.