Skip to content

Releases: recap-utr/nlp-service

v2.0.0

06 Feb 07:45
Compare
Choose a tag to compare

2.0.0 (2025-02-06)

⚠ BREAKING CHANGES

  • The NLP service is now based on CBRkit.
  • The NLP service can be imported as a Python library to convert Protobuf-based NLP configurations into CBRkit similarity functions.

Features

  • add autodump (ee0fcb2)
  • migrate to central class-based interface (734b7dc)
  • remove global state and make the nlp config a parameter (9d54af7)
  • rewrite the service completely (07a53c6)
  • rewrite the service using cbrkit as the backend (ac78b54)
  • switch back to google's grpc/protobuf due to compatibility issues (87d380d)

Bug Fixes

  • remove lazy from cache (5d42fa8)
  • remove specialized embedders, always build on similarity (13d8304)
  • server: set up logging (ad51b9d)
  • use correct data types for serializable embedding model (a97fe3a)

Miscellaneous Chores

v2.0.0-beta.2

28 May 20:00
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2024-05-28)

Bug Fixes

  • use correct data types for serializable embedding model (a97fe3a)

v2.0.0-beta.1

04 Dec 11:52
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2023-12-04)

⚠ BREAKING CHANGES

  • Instead of using protobuf definitions from arg-services, the package now contains code generated via betterproto. We also added a library that can be used in other Python projects without needing to start a server. Lastly, a proper CLI has been integrated that (besides starting the server) allows to perform semantic retrieval in the local file system.

Features

  • rewrite the service completely (07a53c6)

v1.4.10

07 Nov 08:26
Compare
Choose a tag to compare

1.4.10 (2023-11-07)

Bug Fixes

  • update openai library to v1 (8493556)

v1.4.9

04 Jul 13:47
Compare
Choose a tag to compare

1.4.9 (2023-07-04)

Bug Fixes

  • set ld_preload in docker entrypoint (1285bf5)

v1.4.8

04 Jul 09:00
Compare
Choose a tag to compare

1.4.8 (2023-07-04)

Bug Fixes

  • add ld_library_path to docker image (9d75c4b)

v1.4.7

03 Jul 12:13
Compare
Choose a tag to compare

1.4.7 (2023-07-03)

Bug Fixes

v1.4.6

02 Jul 19:35
Compare
Choose a tag to compare

1.4.6 (2023-07-02)

Bug Fixes

  • ci: add correct permissions (ed5724f)

v1.4.5

02 Jul 19:31
Compare
Choose a tag to compare

1.4.5 (2023-07-02)

Bug Fixes

  • ci: automatically build docker image (9bbdc77)

v1.4.4

29 Jun 13:29
Compare
Choose a tag to compare

1.4.4 (2023-06-29)

Bug Fixes

  • add ld_preload to nix flake (45070d7)
  • download spacy models to custom cache (43013d8)
  • remove tensorflow due to cuda issues (08dfae0)
  • replace dockerfiles with nix-based build (be19aff)

This release is also available on: