CreateSnowflakeEmbeddings 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-snowflake-processors-nar
DESCRIPTION¶
Create vector embeddings using Snowflake Cortex Large Language Model functions
INPUT REQUIREMENT¶
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Dimensions |
The number of dimensions to request the resulting output embeddings have. |
Embeddings Model |
The model to use for embeddings |
Record Writer |
The Record Writer to use for writing the output |
Snowflake Connection Service |
Database Connection Service for accessing Snowflake |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
The original FlowFile will be routed to this relationship if the embeddings could not be created |
success |
The embeddings will be routed to this relationship |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
record.count |
The number of records written to the output |
mime.type |
The MIME type of the output data, based on the chosen Record Writer |