Skip to main content
POST
Create Vector Store

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

context_id
string<uuid> | null

Body

application/json

Request to create a new vector store.

name
string
required

Name of the vector store

dimension
integer
required

Dimension of the vectors to be stored

model_id
string
required

Response

Successful Response

id
string<uuid>
required
model_id
string
required
dimension
integer
required
created_by
string<uuid>
required
name
string | null
created_at
string<date-time>
last_active_at
string<date-time>
stats
VectorStoreStats · object | null
context_id
string<uuid> | null