Skip to content

Releases: getzep/zep

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

v0.13.0-beta.0: HNSW indexing; Configurable Summarizer Prompt

04 Oct 03:43
d6e6c8d
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

Also includes:

  • A refactoring of Collection embedding functionality

Installation or Upgrading

Ensure that your Postgres provider has pgvector 0.5 installed -or- that you're using the latest Zep Postgres container.

Modify the docker-compose.yaml file (or your Render or other hosting config) to include the correct Zep container build tags:

  zep:
    image: ghcr.io/getzep/zep:0.13.0-beta.0

-or for cloud deployments-

  zep:
    image: ghcr.io/getzep/zep-cloud:0.13.0-beta.0

and then run a pull -or- run a redeploy in your cloud environment.

docker compose pull

Your Zep log file should contain an INFO level entry as follows:

vector extension version is >= 0.5.0. hnsw indexing available

IMPORTANT: Pre-release software. May contain bugs!

This is an early release and may container bugs! Please back up your database prior to upgrading.

Full Changelog: v0.12.4...v0.13.0-beta.0

v0.13.0-alpha.0 - HNSW Support 🔎; improvements & bugfixes

01 Oct 17:47
Compare
Choose a tag to compare

What's new

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

Also includes:

  • A refactoring of Collection embedding functionality

Installation or Upgrading

Ensure that your Postgres provider has pgvector 0.5 installed -or- that you're using the latest Zep Postgres container.

Modify the docker-compose.yaml file (or your Render or other hosting config) to include the correct Zep container build tags:

  zep:
    image: ghcr.io/getzep/zep:0.13.0-alpha.0

-or for cloud deployments-

  zep:
    image: ghcr.io/getzep/zep-cloud:0.13.0-alpha.0

and then run a pull -or- run a redeploy in your cloud environment.

docker compose pull

Your Zep log file should contain an INFO level entry as follows:

vector extension version is >= 0.5.0. hnsw indexing available

IMPORTANT: Pre-release software. May contain bugs!

This is an early release and may container bugs! Please back up your database prior to upgrading.

Full Changelog: v0.12.4...v0.13.0-alpha.0

v0.12.4 - Postgres 15.4; pgvector 0.5; Bugfixes

27 Sep 17:12
b508b8e
Compare
Choose a tag to compare

Note: this Postgres and pgvector upgrade will only affect docker compose installs. If you're deploying to a cloud provider, you're likely using your provider's Postgres service.

What's Changed

Full Changelog: v0.12.3...v0.12.4

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