Automate tasks with OpenAI Storage
Manage vector stores, embeddings and file storage using the OpenAI API. Upload documents, generate embeddings, list or delete stored files, and run semantic searches over your data.
https://platform.openai.com
Actions
The action is what happens automatically, without you having to do anything else.
-
Store a file
Store a file within an OpenAI Vector Store.
-
Perform a semantic search
Search for relevant chunks within an OpenAI Vector Store using a natural language query.
-
Delete a file
Delete a specific file from an OpenAI Vector Store.
-
Delete expired files
Deletes the oldest file from an OpenAI Vector Store if it is older than the specified number of days. This method deletes one file per run.
-
Create embedding
Given a text, create the corresponding vector
-
Find a file by attribute
Search the 100 most recent files in an OpenAI Vector Store and return the first file whose attribute matches the given key and value.