Releases: getzep/zep
v0.12.2 - Bugfixes 🐞🐛🪲
What's Changed
- fix: index context timeout by @danielchalef in #200
Full Changelog: v0.12.1...v0.12.2
v0.12.1 - Bugfixes and Improvements 🐞🐛🪲
What's Changed
- imp: create persistent db volume for docker install by @danielchalef in #195
- fix: index creation timeouts by @danielchalef in #199
Full Changelog: v0.12.0...v0.12.1
v0.12.0 - New Web Admin UI! 🔥🎉
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
- WebUI by @danielchalef in #186 and #191
- Specify host IP by @danielchalef in #186
- Development mode by @danielchalef in #186
- Fix/issue184 - UpdatedAt fields not updating by @danielchalef in #187 and #188
- improv: Migrate Message Embedding column only if schema vector width != config by @danielchalef in #189
- bugfix: omitempty email + name fields in User struct by @danielchalef in #190
- fix: swagger docs breaking on missing apierror by @danielchalef in #192
- feat: log webadmin url on startup by @danielchalef in #194
Full Changelog: v0.11.1...v0.12.0
v0.12.0-beta.0 - WebUI, various improvements and bug fixes
What's Changed
- WebUI by @danielchalef in #186 and #191
- Specify host IP by @danielchalef in #186
- Development mode by @danielchalef in #186
- Fix/issue184 - UpdatedAt fields not updating by @danielchalef in #187 and #188
- improv: Migrate Message Embedding column only if schema vector width != config by @danielchalef in #189
- bugfix: omitempty email + name fields in User struct by @danielchalef in #190
Full Changelog: v0.11.1...v0.12.0-beta.0
v0.11.1 - Bug Fixes: Session metadata; Intent Extractor 🐞🐛🪲
What's Changed
- fix: Issue #176, overwriting session metadata with nil by @danielchalef in #180
- fix: default intent extractor to enabled by @danielchalef in #181
- Fix typo in README.md by @Zetaphor in #175
New Contributors
Full Changelog: v0.11.0...v0.11.1
v0.11.0 - UserStore! 🎉 And a wide range of other improvements
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
The Anthropic Claude family of LLMs can now be used as an alternative to OpenAI models for summarization and extraction tasks. 🎉
What's Changed
- feat/Anthropic LLM support by @danielchalef in #163
- improvement/OpenAI API requests will now attempt to follow HTTP 429 & 503 Retry-After timing by @danielchalef in #163
- improvement/Allow Session undeletion on new Put by @danielchalef in #160
- improvement/intent extractor prompt by @danielchalef in #161
- bugfix/embedder-panics by @danielchalef in #165
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 🐛🪲🐞
Bugfix nested AND
and OR
metadata filters.
What's Changed
- bugfix/metadata-filter: fix parseDocumentJSONQuery by @danielchalef in #155
Full Changelog: v0.9.0...v0.9.1
v0.9.0: Document VectorStore! 🔥👾❤️
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
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