Upsert vectors or records into a given vector table.

post

/vecdb/vector-tables/{vector_table_name}/upsert

Insert or update records into a vector table.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : VectorDebugFlags
Type: object
Debug flags to be used to trace vector modules
Show Source
Nested Schema : vectors
Type: array
The vectors to upsert
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : dense_vector
Type: array
The dense vector to insert.
Show Source
Nested Schema : metadata
Type: object
The metadata associated to the vector record.
Security
Back to Top

Response

Supported Media Types

201 Response

List of vectors.
Body ()
Root Schema : schema
Type: object
Show Source

400 Response

The request body included invalid parameters.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source

404 Response

The specified vector table does not exists.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top