Skip to content

Releases: getzep/zep-nlp-server

v0.4.2 - Dependabot updates

08 Mar 16:06
adb362b
Compare
Choose a tag to compare

What's Changed

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

v0.4.1 - Bump deps for security updates

08 Nov 22:50
edab92e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - Optionally disable embedding; MPS support

18 Aug 20:08
19c6863
Compare
Choose a tag to compare

What's Changed

  • Turn off embedding functionality via config or ENV vars. See config.yaml
  • fix ComputeDevice selection; add mps by @danielchalef in #8

Full Changelog: v0.3.0...v0.4.0

v0.3.0: Document Embeddings, New Config Infrastructure

08 Aug 04:20
ef671ac
Compare
Choose a tag to compare

Important: Configuration for this server has changed. Before upgrading, please carefully review the configuration documentation.

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.3.0-beta.1 - Beta release tags

04 Aug 16:24
0bba6e0
Compare
Choose a tag to compare
Pre-release

No change in functionality. Merely adds a beta tag to docker releases.

v0.3.0-beta.0: Document Embeddings, New Config Infrastructure

01 Aug 21:58
8d9a61a
Compare
Choose a tag to compare

Important: Configuration for this server has changed. Before upgrading, please carefully review the configuration documentation.

v0.2.1: Make embedding endpoint optional

16 Jun 02:14
9609485
Compare
Choose a tag to compare
  • Embedding endpoint requires the ENABLE_EMBEDDINGS env var to be true

v0.2.0: Local embedding endpoint

15 Jun 23:30
26574a0
Compare
Choose a tag to compare
  • Local embedding endpoint using SentenceTransformers and sentence-transformers/multi-qa-mpnet-base-dot-v1

Add healthz route

24 May 18:19
Compare
Choose a tag to compare
v0.1.1

add healthz route

Initial NER Release

24 May 14:24
58a44b8
Compare
Choose a tag to compare
Initial NER Release Pre-release
Pre-release
  • Named Entity Recognition using Spacy. Designed to be used by Zep's EntityExtractor.