Skip to content

Releases: getzep/zep

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

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