Skip to content

v0.15.0 - Right To Be Forgotten Support

Compare
Choose a tag to compare
@danielchalef danielchalef released this 12 Oct 16:01
· 63 commits to main since this release
7e90ff0

Zep now supports executing Right To Be Forgotten requests against Zep's MemoryStore ensuring compliance with regulation such as the CCPA and GDPR.

When using Zep's UserStore functionality, a user's data may be scheduled for deletion. All known user data is marked for deletion: messages, summaries, message embeddings. Records marked for deletion are expunged when the next Purge batch run executes.

What's Changed

Full Changelog: v0.14.0...v0.15.0