Vectors
All operations related to vectors
Get vector count
Get the total count of vectors in a collection.
Get all vectors
Get all vectors in a collection.
Get a vector
Get specific vectors in a collection using their ids.
Create a vector
Create a new vector in a collection by passing it's values.
Returns the list of Vectors saved.
Returns a bad request error.
Create a vector for a text
Create a new vector in a collection by passing the vector text. emno will use the collection configuration to convert the text to the vector values and save the vector.
Returns the list of Vectors created.
Returns a bad request error.
Update a vector
Update a vector in a collection.
Returns a list of Vectors updated.
Returns a bad request error.
Delete a vector
Deletes specific vectors in a collection by using their ids. If you pass "deleteAll" as true, you can delete all vectors in collection with a single API call.
Last updated