Adds records to a collection.
Tenant UUID
Database name
Collection UUID
Payload for adding records to a collection.
Records are added in batches. All arrays must have the same length, with each index
representing a single record. For example, ids[0], embeddings[0], documents[0], etc.
all belong to the same record.
Collection added successfully
The response is of type object.