๐ŸŒฑWorkflow Overview

Guide to Workflows with VecDB

What are workflows?

Workflows refer to a sequence of tasks that are run as you ingest the data.

A task could be any write action that occurs in a document (e.g. encoding, editing, preprocessing, etc.)

There are 2 main ways to run workflows:

1) Set up workflows and then use the run_workflow parameter.

2) Run workflows directly using the API.

Last updated

Was this helpful?