CreateSnowflakeEmbeddings 2025.10.2.19¶
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 |