Optional
opts: DeleteManyOptions<V>Optional
obj: InsertObject<T> | NonReferenceInputs<T>The ID of the inserted object.
Insert multiple objects into the collection.
This object does not perform any batching for you. It sends all objects in a single request to Weaviate.
The objects to insert.
The result of the batch insert.
Create a reference between an object in this collection and any other object in Weaviate.
The reference to create.
Create multiple references between an object in this collection and any other object in Weaviate.
This method is optimized for performance and sends all references in a single request.
The references to create.
The result of the batch reference creation.
Delete a reference between an object in this collection and any other object in Weaviate.
The reference to delete.
Replace a reference between an object in this collection and any other object in Weaviate.
The reference to replace.
Replace an object in the collection.
This is equivalent to a PUT operation.
Update an object in the collection.
This is equivalent to a PATCH operation.
Insert a single object into the collection.
If you don't provide any options to the function, then an empty object will be created.