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.

  • openai_storage

    Store a file

    Store a file within an OpenAI Vector Store.

  • openai_storage

    Perform a semantic search

    Search for relevant chunks within an OpenAI Vector Store using a natural language query.

  • openai_storage

    Delete a file

    Delete a specific file from an OpenAI Vector Store.

  • openai_storage

    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.

  • openai_storage

    Create embedding

    Given a text, create the corresponding vector

  • openai_storage

    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.