Skip to content

Releases: getzep/zep

v0.17.2 - Migration to add missing embedding columns for some broken upgrades

01 Nov 20:47
5dc5082
Compare
Choose a tag to compare

What's Changed

  • fix: Run migration to create embedding columns if they don't exist by @danielchalef in #255

Full Changelog: v0.17.1...v0.17.2

v0.17.1 - Improve robustness of embedding column migration

01 Nov 20:28
da58ee1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0 - Summary Search 🔥 and Enrichment! 🎉

31 Oct 14:09
c8702ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.17.0

v0.16.1 - Bug Fix: Ensure Message Count Returned Always < MessageWindow

19 Oct 18:36
04d4698
Compare
Choose a tag to compare

What's Changed

  • fix: More Messages returned fetchMessagesAfterSummaryPoint than memoryWindow by @danielchalef in #238

Full Changelog: v0.16.0...v0.16.1

v0.16.0 - Native MMR Search Reranking! 🔎⚡️

17 Oct 23:03
6b6627d
Compare
Choose a tag to compare

Native, SIMD-accelerated MMR (Maximal Marginal Relevance) Reranking!

  • Rerank Memory and Document searches using MMR
  • MMR is hardware SIMD-accelerated on amd64 CPUs (Intel and AMD)

What's Changed

Full Changelog: v0.15.2...v0.16.0

v0.15.2 - Bugfix: Don't fail on pgvector upgrade error

16 Oct 18:00
01077ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.1...v0.15.2

v0.15.1 - New K8s deployment; Bump version to fix Container builds

13 Oct 00:36
e950fff
Compare
Choose a tag to compare
  • Fix zep-cloud container builds.
  • zep-cloud arm64 container
  • new K8s deployment

What's Changed

Full Changelog: v0.15.0...v0.15.1

v0.15.0 - Right To Be Forgotten Support

12 Oct 16:01
7e90ff0
Compare
Choose a tag to compare

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

v0.14.0 - Improvements & Fixes, incl. MaxRequestSize and Go upgrade

09 Oct 03:41
f646081
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0 - HNSW Indexing! ⚡️ Custom Prompts! 😀

04 Oct 20:29
e94c9d5
Compare
Choose a tag to compare

What's Changed

HNSW index support

Requires pgvector v0.5 or later to be installed in order to create HNSW indexes.

  • Message and Document embedding columns default to using an HNSW index
  • Manual Collection indexing is a noop if this is the case

Full Changelog: v0.12.4...v0.13.0