OpenAI · Arazzo Workflow
OpenAI Vector Store Ingest File
Version 1.0.0
Create a vector store, upload a file, attach it, and poll until it is indexed.
Provider
Workflows
vector-store-ingest-file
Create a vector store and ingest a single file, polling until indexed.
Creates a vector store, uploads a file, attaches it to the store, and polls the vector store file until it reaches a terminal indexing status.
1
createStore
createVectorStore
Create a new vector store.
2
uploadFile
createFile
Upload the source file with the assistants purpose.
3
attachFile
createVectorStoreFile
Attach the uploaded file to the vector store.
4
pollFile
getVectorStoreFile
Poll the vector store file until indexing reaches a terminal status, ending when completed and looping while it is still in progress.