Manage objects
Learn the fundamental CRUD (Create, Read, Update, Delete) operations for Weaviate objects. The following guides provide detailed steps for creating single objects, batch importing, reading specific objects, retrieving all objects, updating existing objects, and deleting objects within your collections.
Create objects
Add individual data objects to a Weaviate collection.
Batch import
Efficiently add multiple data objects to a collection in batches.
Read objects
Retrieve specific data objects from a collection by their ID or vector.
Read all objects
Fetch multiple or all objects from a collection, often with pagination.
Update objects
Modify existing data objects within a collection (full or partial updates).
Delete objects
Remove specific data objects from a collection.
Questions and feedback
Section titled “Questions and feedback”Have a question or feedback? Here's how to reach us.