Vectors
All operations related to vectors
Last updated
All operations related to vectors
Last updated
Get the total count of vectors in a collection.
Get all vectors in a collection.
Get specific vectors in a collection using their ids.
Create a new vector in a collection by passing it's values.
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.
Update a vector in a collection.
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.
Returns the total count of active Vectors in a given Collection.
Returns a list of all the Vectors in a Collection.
Returns the Vectors.
Returns the list of Vectors saved.
Returns the list of Vectors created.
Returns a list of Vectors updated.
Returns the list of Vectors deleted.