- Categories:
String & binary functions (AI Functions)
EMBED_ TEXT_ 1024 (SNOWFLAKE.CORTEX)¶
Notice
This page is provided for backward compatibility. For new use cases, start with %aisql-new-func-link%, which is the canonical surface going forward. This legacy function will be deprecated by the end of 2026.
Creates a vector embedding of 1024 dimensions from text.
Syntax¶
Arguments¶
modelA string specifying the vector embedding model to be used to generate the embedding. This must be one of the following values.
snowflake-arctic-embed-l-v2.0snowflake-arctic-embed-l-v2.0-8knv-embed-qa-4multilingual-e5-largevoyage-multilingual-2
Supported models might have different costs.
textThe text for which an embedding should be calculated.
Returns¶
A vector embedding of type VECTOR.
Access control requirements¶
You must use a role that has been granted the SNOWFLAKE.CORTEX_USER database role or the SNOWFLAKE.CORTEX_EMBED_USER database role to call this function. See Cortex LLM privileges for more information on granting one of these privileges.
You must also have the USAGE privilege on the SNOWFLAKE.CORTEX schema to call this function.
Legal notices¶
Refer to Snowflake AI and ML.