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.
Add individual data objects to a Weaviate collection.
Efficiently add multiple data objects to a collection in batches.
Retrieve specific data objects from a collection by their ID or vector.
Fetch multiple or all objects from a collection, often with pagination.
Modify existing data objects within a collection (full or partial updates).
Remove specific data objects from a collection.
Questions and feedback
If you have any questions or feedback, let us know in the user forum.