OpenAI · Arazzo Workflow
OpenAI Vector Store Search
Version 1.0.0
Attach a file to a vector store, wait until it is indexed, then run a semantic search.
Provider
Workflows
vector-store-search
Ingest a file into a vector store and search it once indexing completes.
Attaches a file to a vector store, polls until the file is indexed, then searches the store for chunks relevant to the supplied query.
1
attachFile
createVectorStoreFile
Attach the uploaded file to the vector store.
2
pollFile
getVectorStoreFile
Poll the vector store file until indexing reaches a terminal status, branching to the search step when completed and looping while in progress.
3
search
searchVectorStore
Search the vector store for chunks relevant to the query.