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.

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.

Update a vector

Update a vector in a collection.

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