Vector Stores API

A vector store is a specialized data store that indexes and retrieves data by meaning (semantic similarity) rather than exact keyword matches.

Note

You can create a vector store in the Console. For the API, the Vector Stores API uses the same format as the OpenAI Vector Stores API. See OpenAI Vector Stores API documentation.

Creating a Vector Store

POST/vector_stores

Listing Vector Stores

GET/vector_stores

Retrieving Vector Store Information

GET/vector_stores/{vector_store_id}

Deleting a Vector Store

DELETE/vector_stores/{vector_store_id}