Skip to content

Releases: getzep/zep

v0.9.0-beta.0: Document VectorStore 🔥⭐️; Refactoring

01 Aug 23:47
d42e250
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.

v0.8.1: Squashing bugs - a DB deadlock and nil-pointer deference

14 Jul 07:29
c204bed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0: Session Metadata 👾, Alternative OpenAI Endpoints 🔧, and Kubernetes Deployment 🔥

12 Jul 14:51
2f55d2c
Compare
Choose a tag to compare

Associate arbitrary metadata with your Sessions, specify alternative OpenAI Endpoints, and Deploy to Kubernetes! 🚀

What's Changed

  • feature: session metadata by @danielchalef in #125
  • feature: Alternative OpenAI Endpoint URL by @drewbaumann in #126
  • feature: Adding Kubernetes deployment config + readme by @rsharath in #117
  • Support for Older Docker Versions in docker-compose.yaml by @sweep-ai in #120

New Contributors

Full Changelog: v0.7.1...v0.8.0

v0.7.1: JWT Authentication 🔐, Azure OpenAI APIs ⚡️, & Configurable Hard Deletion 💣

27 Jun 16:55
88b5ebd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0: Intent Extractor! 💡💳🙋‍♀️

22 Jun 14:16
6729390
Compare
Choose a tag to compare

Zep's Intent Extractor identifies the intent of a user's message and persists this to a message's metadata. Intent analysis is a powerful tool for real-time understanding of user's interactions with an LLM agent. Read more about intent analysis and how it's implemented.

What's Changed

Full Changelog: v0.6.6...v0.7.0

v0.6.6: Timeout fixes for experimental open source embeddings

16 Jun 21:33
c986333
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.5...v0.6.6

v0.6.5: Open Source Embeddings; Search improvements! 🔥

16 Jun 14:29
352dfb5
Compare
Choose a tag to compare
  • Experimental support for a local, open source embedding model. Faster, cheaper embedding and search
  • Move to using dot or inner product for vector search scoring function. Note that this may impact distance results. Please evaluate your search scores in a test environment before upgrading.

v0.6.0: Hybrid Search 🔎 and Custom Metadata! 🚀

05 Jun 15:38
b3287e0
Compare
Choose a tag to compare

What's Changed

  • Add custom metadata to messages in the form of arbitrarily deep json documents
  • Hybrid vector similarity search across both message text embeddings and metadata
    by @danielchalef in #85

Bug fixes and improvements

Full Changelog: v0.5.1...v0.6.0

v0.5.1: EntityExtractor! + Render.com deployment

26 May 21:47
22c8ddf
Compare
Choose a tag to compare

What's Changed

  • We've added an EntityExtractor, providing a feature rich Named Entity Recognition capability to Zep!

Full Changelog: v0.5.0...v0.5.1

v0.5.0: EntityExtractor!

26 May 17:37
19fb158
Compare
Choose a tag to compare

What's Changed

  • We've added an EntityExtractor, providing a feature rich Named Entity Recognition capability to Zep!

Full Changelog: v0.4.6...v0.5.0