Deleting embeddings does not always undo learned behavior.
Personal AI agents increasingly learn from corrections, approvals, browser sessions, and outbound communication. Some of that knowledge lives as retrievable text. Some of it lives as policy, preference, workflow memory, or user-specific habit. Vector database deletion can remove retrievable material. Agent memory rollback handles the higher-level behavioral consequence.
Use vector deletion when the stored object is the problem.
If the issue is a stale document, private note, old transcript, or bad imported file, deletion may be enough. The retrieval layer should stop surfacing that material. But if the agent already converted that material into a durable rule, a delete operation may not explain why future behavior still feels wrong. That is where rollback receipts, source provenance, and user-facing repair controls become necessary.
Storage scope
Vector deletion is about removing retrievable chunks, metadata, and indexed source material.
Behavior scope
Memory rollback is about reversing a learned preference, threshold, route, or action pattern.
Receipt scope
Rollback needs evidence of the old rule, new rule, source event, and future correction.
Communication memory
When memory affects messages, the text message AI assistant pattern gives users a fast lane to approve, reject, or narrow the learned behavior.
Browser-derived memory
When memory comes from web work, the computer-use cache and AI website-building workflow help preserve replay evidence before repairing the rule.