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.