graph_update_node
Update a node's data in-place, automatically re-indexing the vector for text changes. Use for minor corrections and improvements.
Instructions
Update a node's data in-place (Strategy A: Update). If data.text changes, the Qdrant vector is automatically re-indexed. Use for small corrections and improvements. For major decision changes, use graph_supersede instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| data | Yes | New JSON data (merged with existing) |