CreateSnowflakeEmbeddings 2025.10.9.21¶
Bundle¶
com.snowflake.openflow.runtime | runtime-snowflake-processors-nar
Description¶
Create vector embeddings using Snowflake Cortex Large Language Model functions
Tags¶
chatbot, embeddings, gen ai, generative ai, llm, nlp, openflow, snowflake, text
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 |