POST
/
upsert-data

Request

You can either upsert a single data, or multiple data in an array.

id
string
required

The ID of the vector

data
string
required

The raw text data to embed and upsert.

metadata
Object

The metadata of the vector. This is used to make it easier to identify the vector on queries.

Response

Response
Object

Returns "Success" on successful upsert operation.