Skip to content

Commit

Permalink
Clarify update operation as replacing properties (#2896)
Browse files Browse the repository at this point in the history
* Clarify update operation as replacing properties

* Update text based on ED feedback
  • Loading branch information
databyjp authored Dec 23, 2024
1 parent 0f5efe5 commit 14c1340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers/weaviate/manage-data/update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 36,7 @@ Weaviate allows partial or complete object updates.

## Update object properties

To update a collection property, provide the collection name, the object id, and the properties to update.
This operation replaces the entire value of the specified properties only, leaving the unspecified properties. Provide the collection name, the object id, and the properties to update.

If you update the value of a *previously vectorized* property, Weaviate re-vectorizes the object automatically. This also reindexes the updated object.

Expand Down

0 comments on commit 14c1340

Please sign in to comment.