Vectors
All operations related to vectors
Get vector count
Get all vectors
Get a vector
Create a vector
Path parameters
collectionIdstring · min: 1Required
Bodyobject[]
valuesnumber[]Required
metadataany · nullableOptional
contentstring · min: 1Required
Responses
200
Returns the list of Vectors saved.
application/json
400
Returns a bad request error.
application/json
post
/collections/{collectionId}/vectors/createCreate a vector for a text
Path parameters
collectionIdstring · min: 1Required
Bodyobject[]
metadataany · nullableOptional
contentstring · min: 1Required
Responses
200
Returns the list of Vectors created.
application/json
400
Returns a bad request error.
application/json
post
/collections/{collectionId}/vectors/create/textUpdate a vector
Path parameters
collectionIdstring · min: 1Required
Bodyobject[]
valuesnumber[]Optional
metadataany · nullableOptional
contentstringOptional
idstring · nullableOptional
Responses
200
Returns a list of Vectors updated.
application/json
400
Returns a bad request error.
application/json
post
/collections/{collectionId}/vectors/updateDelete a vector
Last updated