Production use of this feature is available for specific editions only. Contact our sales team for more information.
Video example
Properties
A human-readable name for the component.
- Snowflake
- Databricks
- Amazon Redshift
The Snowflake database. The special value
[Environment Default] uses the database defined in the environment. Read Databases, Tables and Views - Overview to learn more.The Snowflake schema. The special value
[Environment Default] uses the schema defined in the environment. Read Database, Schema, and Share DDL to learn more.The Snowflake table that holds your source data.
Set a column as the primary key.
The column of data to convert into embeddings to then be upserted into your Postgres vector database.
Set a limit for the numbers of rows from the table to load. The default is 1000.
The embedding provider is the API service used to convert the search term into a vector. Choose either OpenAI or Amazon Bedrock. The embedding provider receives a search term (e.g. “How do I log in?”) and returns a vector.Choose your provider:
- OpenAI
- Amazon Bedrock
Use the drop-down menu to select the corresponding secret definition that denotes the value of your OpenAI API key.Read Secrets and secret definitions to learn how to create a new secret definition.To create a new OpenAI API key:
- Log in to OpenAI.
- Click your avatar in the top-right of the UI.
- Click View API keys.
- Click + Create new secret key.
- Give a name for your new secret key and click Create secret key.
- Copy your new secret key and save it. Then click Done.
Select an embedding model.Currently supports:
| Model | Dimension |
|---|---|
| text-embedding-ada-002 | 1536 |
| text-embedding-3-small | 1536 |
| text-embedding-3-large | 3072 |
Set the size of array of data per API call. The default size is 10. When set to 10, 1000 rows would therefore require 100 API calls.You may wish to reduce this number if a row contains a high volume of data; and conversely, increase this number for rows with low data volume.
Your Postgres hostname.
The TCP port number the Postgres server listens on. The default is
5432.The name of your Postgres database.
Your Postgres username.
Use the drop-down menu to select the corresponding secret definition that denotes the value of your Postgres password.Read Secrets and secret definitions to learn how to create a new secret definition.
The Postgres schema. The available schemas are determined by the Postgres database you have provided.
The table to load data from. The available tables are determined by the Postgres schema you have selected.
The column in your table to use as the key column.
The column in your table with your original text data.
The column in your table used to store your embeddings.
- Parameter: A JDBC Postgres parameter supported by the database driver.
- Value: A value for the given parameter.

