OpenAI · Arazzo Workflow
OpenAI Vector Store File Batch
Version 1.0.0
Create a vector store, attach a batch of files, and poll the batch to completion.
Provider
Workflows
vector-store-file-batch
Create a vector store and ingest a batch of files, polling to completion.
Creates a vector store, submits a batch of file ids for ingestion, and polls the batch until it reaches a terminal status, returning the file counts.
1
createStore
createVectorStore
Create a new vector store.
2
createBatch
createVectorStoreFileBatch
Attach the batch of file ids to the vector store.
3
pollBatch
getVectorStoreFileBatch
Poll the file batch until it reaches a terminal status, ending when completed and looping while it is still in progress.