/
/OpenAI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6m ago · Updated 2y ago
Assistants23
Audio3
Audit Logs1
Batch4
Chat1
Completions1
Embeddings1
Files5
Fine-tuning6
Images3
Invites4
Models3
Moderations1
Projects17
Uploads4
Users4
Vector Stores13
  • getReturns a list of vector stores.
  • postCreate a vector store.
  • getRetrieves a vector store.
  • postModifies a vector store.
  • deleteDelete a vector store.
  • getReturns a list of vector store files.
  • postCreate a vector store file by attaching a [File](/docs/api-reference/files) to a [vector store](/docs/api-reference/vector-stores/object).
  • getRetrieves a vector store file.
  • deleteDelete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the [delete file](/docs/api-reference/files/delete) endpoint.
  • postCreate a vector store file batch.
  • getRetrieves a vector store file batch.
  • postCancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.
  • getReturns a list of vector store files in a batch.
    Vector Stores

    Delete a vector store.

    delete/vector_stores/{vector_store_id}

    Path parameters

    vector_store_idstring required

    The ID of the vector store to delete.

    Response

    OK

    idstring required
    deletedboolean required
    object'vector_store.deleted' required

    Changes