Skip to content

Releases: getzep/zep

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

v0.4.6: Improve OpenAI API Retries, Bigfixes

24 May 22:15
27b132e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

Bugfixes, Improve Docker Compose deployment

21 May 01:50
9d3d509
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

Bugfixes, Configure with ENV variables

19 May 00:01
2adf7af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

Bugfixes, OpenAI API retry and timeout, Build versioning

16 May 15:03
231e732
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

Bugfixes and refactor of Embedding Extractor

15 May 19:14
681c7d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

Bump version to semver Zep server container

10 May 14:16
0476f40
Compare
Choose a tag to compare
v0.4.1

Update docker-postgres-build.yml (#17)