Releases: getzep/zep-nlp-server
Releases · getzep/zep-nlp-server
v0.4.2 - Dependabot updates
What's Changed
- Bump orjson from 3.9.2 to 3.9.15 by @dependabot in #20
- Bump fastapi from 0.100.1 to 0.109.1 by @dependabot in #19
- Bump pillow from 10.0.1 to 10.2.0 by @dependabot in #17
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #16
- Bump transformers from 4.31.0 to 4.36.0 by @dependabot in #15
Full Changelog: v0.4.1...v0.4.2
v0.4.1 - Bump deps for security updates
What's Changed
- readme update by @danielchalef in #9
- Bump gevent from 23.7.0 to 23.9.1 by @dependabot in #10
- Bump pillow from 10.0.0 to 10.0.1 by @dependabot in #12
- Bump urllib3 from 2.0.4 to 2.0.6 by @dependabot in #11
- Bump werkzeug from 2.3.6 to 3.0.1 by @dependabot in #14
- Bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v0.4.0...v0.4.1
v0.4.0 - Optionally disable embedding; MPS support
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
Important: Configuration for this server has changed. Before upgrading, please carefully review the configuration documentation.
What's Changed
- New Embedding Architecture; Doc Embedding by @danielchalef in #5
- beta release tags by @danielchalef in #6
- promote to release by @danielchalef in #7
Full Changelog: v0.2.1...v0.3.0
v0.3.0-beta.1 - Beta release tags
No change in functionality. Merely adds a beta tag to docker releases.
v0.3.0-beta.0: Document Embeddings, New Config Infrastructure
Important: Configuration for this server has changed. Before upgrading, please carefully review the configuration documentation.
v0.2.1: Make embedding endpoint optional
- Embedding endpoint requires the
ENABLE_EMBEDDINGS
env var to betrue
v0.2.0: Local embedding endpoint
- Local embedding endpoint using SentenceTransformers and
sentence-transformers/multi-qa-mpnet-base-dot-v1
Add healthz route
v0.1.1 add healthz route
Initial NER Release
- Named Entity Recognition using Spacy. Designed to be used by Zep's EntityExtractor.