Skip to main content

Update or insert a vector into a collection

PUT 

/v1/vectors/upsert

Upserts a vector into the specified collection with metadata and data.

Request

Body

required
    collectionName string
    vectorId string
    metatag string
    data string
    embedding number[]

Responses

Vector upserted successfully

Loading...