Skip to content

Releases: getzep/zep

v0.12.2 - Bugfixes 🐞🐛🪲

24 Sep 23:13
9ba09cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1 - Bugfixes and Improvements 🐞🐛🪲

24 Sep 21:54
ad8d1aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0 - New Web Admin UI! 🔥🎉

19 Sep 13:35
bbee273
Compare
Choose a tag to compare

Zep now has a web UI! 🔥 View, edit, and delete Users, Sessions, and Collections. View message histories, summaries, data enrichments, and metadata.

What's Changed

Full Changelog: v0.11.1...v0.12.0

v0.12.0-beta.0 - WebUI, various improvements and bug fixes

18 Sep 22:14
91925fc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.12.0-beta.0

v0.11.1 - Bug Fixes: Session metadata; Intent Extractor 🐞🐛🪲

06 Sep 02:33
6236c19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0 - UserStore! 🎉 And a wide range of other improvements

30 Aug 12:47
cbf4fe4
Compare
Choose a tag to compare

What's Changed

  • Users! Create users, associate sessions with users, list all sessions associated with users, and more! by @danielchalef in #167
  • Refactored Sessions, new listSessions method by @danielchalef in #167
  • fix/AzureOpenAI embeddings and LLM deployment name by @ClaudiaJ in #172

Note

This update includes a migration. As with all upgrades, please back up your data before upgrading.

Full Changelog: v0.10.0...v0.11.0

v0.10.0 - Anthropic LLM Support! 🎉 Improvements and bug fixes

15 Aug 13:33
6a48901
Compare
Choose a tag to compare

The Anthropic Claude family of LLMs can now be used as an alternative to OpenAI models for summarization and extraction tasks. 🎉

What's Changed

Note

An important behavior change: Persisting memory to a soft-deleted session no longer results in an error. Doing so will now undelete the session, but keep the previously deleted memory messages soft-deleted. These will be hard deleted when a Purge task next runs.

Full Changelog: v0.9.1...v0.10.0

v0.9.1 - Metadata filter bugfix 🐛🪲🐞

09 Aug 01:20
Compare
Choose a tag to compare

Bugfix nested AND and OR metadata filters.

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0: Document VectorStore! 🔥👾❤️

08 Aug 04:46
Compare
Choose a tag to compare

What's Changed

  • DocumentStore, a vector store for texts
  • Embedding pipeline
  • Refactoring Store infrastructure

Important Note Before Upgrading

Configuration settings have changed. Carefully review these settings before upgrading.

Full Changelog: v0.8.1...v0.9.0

v0.9.0-beta.1: Fix ranking issue arising from normalizing scores

03 Aug 15:57
f357879
Compare
Choose a tag to compare

What's Changed

  • Beta/1.9.0 beta1: Fix ranking issue arising from normalizing scores by @danielchalef in #150
  • Beta tagging of containers.
  • Loosen docker compose versioning.

Full Changelog: v0.9.0-beta.0...v0.9.0-beta.1