Update or insert a vector into a collection
PUT/v1/vectors/upsert
Upserts a vector into the specified collection with metadata and data.
Request
- application/json
Body
required
collectionName string
vectorId string
metatag string
data string
embedding number[]
Responses
- 200
- 400
- 404
- 500
Vector upserted successfully
Bad request
Collection not found
Internal server error
Loading...