Releases: getzep/zep
Releases · getzep/zep
v0.9.0-beta.0: Document VectorStore 🔥⭐️; Refactoring
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
What's Changed
- BugFix: failure to acquire lock; nil pointer dereference by @danielchalef in #132
Full Changelog: v0.8.0...v0.8.1
v0.8.0: Session Metadata 👾, Alternative OpenAI Endpoints 🔧, and Kubernetes Deployment 🔥
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
- @drewbaumann made their first contribution in #126 🙌
Full Changelog: v0.7.1...v0.8.0
v0.7.1: JWT Authentication 🔐, Azure OpenAI APIs ⚡️, & Configurable Hard Deletion 💣
What's Changed
- JWT Authentication by @danielchalef in #106
- Support Azure OpenAI APIs; OpenAI OrgIDs by @danielchalef in #102
- Periodic Purge Deletion / Hard-deletion by @danielchalef in #109
- bugfix 107 by @danielchalef in #108
Full Changelog: v0.7.0...v0.7.1
v0.7.0: Intent Extractor! 💡💳🙋♀️
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
- Intent extractor by @rsharath in #101
- explicitly set render webserver port in env var by @danielchalef in #100
Full Changelog: v0.6.6...v0.7.0
v0.6.6: Timeout fixes for experimental open source embeddings
What's Changed
- increase makeEmbedRequest and docker-compose health timeouts by @danielchalef in #93
- only log db events if debug loglevel by @danielchalef in #94
Full Changelog: v0.6.5...v0.6.6
v0.6.5: Open Source Embeddings; Search improvements! 🔥
- 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! 🚀
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
- put to deleted session is a 400 error by @danielchalef in #82
- re-expose nlp and postgres ports to aid development by @danielchalef in #83
- refactor testutils, exclude from build, modify build/test triggers by @danielchalef in #84
Full Changelog: v0.5.1...v0.6.0
v0.5.1: EntityExtractor! + Render.com deployment
What's Changed
- We've added an EntityExtractor, providing a feature rich Named Entity Recognition capability to Zep!
- EntityExtractor now works on Render.com by @danielchalef in #79
Full Changelog: v0.5.0...v0.5.1
v0.5.0: EntityExtractor!
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