Create and Run Flows
Create a Flow
1. Click "Flows"

2. Click "New Flow"

3. Enter a unique name for your flow

4. Select your Source Data Type ("Source Connection" or "Transformation")

5. If you select "Source Connection", the source data dropdown should list all of your previously created source connections

6. If your source data selection is a table based connection (i.e. PostgreSQL, MySQL, Snowflake, Salesforce), you should see a list of tables to select from

7. Once you select your table, the "Embed Columns" field should show all columns from the selected table.

8. Select all columns that you are want to embed

9. Use the "Replication Keys" field if you are going to create a schedule for your flow to run periodically

10. If your source data selection is a file based connection (i.e. PostgreSQL, MySQL, Snowflake, Salesforce), the default value for "Tables", "Embed Columns" and "Replication Keys" will be "NA"

11. Select your Target Connection

12. Select a previously created Embedding Model

13. Enter your preferred chunk size and your chunk overlap values

14. If you want to schedule your flow to run periodically (e.g. every day or every hour), click the "Schedule Flow" collapsible section to view the options

15. Click the "Start Date & Start Time" section to select the date and time that you want your flow to start

16. Select the flow run interval

17. Review your Schedule Configuration

18. Click "Create"

Last updated