Skip to content

Releases: getzep/zep

v0.12.3 - Bugfixes and Improvements πŸžπŸ›πŸͺ²

26 Sep 15:17
5be6617
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.2...v0.12.3

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