Skip to content

Releases: botpress/nlu

v0.1.7

06 Oct 15:14
b9abd18

Choose a tag to compare

0.1.7 (2021-10-06)

Bug Fixes

  • nlu-server: models were never stored on database even when dburl was defined (#107) (c017884)
  • check for APP_DATA_PATH environment variable (#101) (2bd043a)

v0.1.6

13 Sep 20:12

Choose a tag to compare

0.1.6 (2021-09-13)

Features

  • nlu-server: display build information on startup (022d498)

v1.0.0-rc.2

01 Sep 18:55

Choose a tag to compare

v1.0.0-rc.2 Pre-release
Pre-release

Pre-release meant to do some QA with a development branch on the botpress main repo.

release head is: f917836

1.0.0-rc.2 (2021-09-01)

Bug Fixes

  • nlu-engine: training reports progress at least every 10 seconds (#85) (ae0de7e)
  • pkg: packaging problem with a pg-pubsub dependency (b5a6dfb)

Features

  • nlu-server: distributed training queue to scale training nlu horizontally (#72) (98e0920), closes #75
  • nlu-server: remove authorization and replace credentials by an app-id header (#79) (09fc610)

v1.0.0-rc.1

01 Sep 19:00

Choose a tag to compare

v1.0.0-rc.1 Pre-release
Pre-release

Pre-release meant to do some QA with a development branch on the botpress main repo.

release head is: bef5458

1.0.0-rc.1 (2021-08-23)

Bug Fixes

  • pkg: packaging problem with a pg-pubsub dependency (b5a6dfb)

Features

  • nlu-server: distributed training queue to scale training nlu horizontally (#72) (98e0920), closes #75
  • nlu-server: remove authorization and replace credentials by an app-id header (#79) (09fc610)

v0.1.5

01 Sep 15:35
d383082

Choose a tag to compare

0.1.5 (2021-09-01)

Bug Fixes

  • nlu-engine: launch intent trainings in parallel and log each ctx (d9b8152)
  • nlu-engine: launch svm trainings one after the other (a7dcad0)
  • nlu-engine: use a stratified kfold to limit the amount of grid search iterations (4197e78)

v0.1.4

20 Aug 14:39
2062370

Choose a tag to compare

0.1.4 (2021-08-20)

Bug Fixes

  • apm: renamed sentry references to apm (b07f312)
  • bitfan: bring back e2e tests and datasets (7f12f2f)
  • lint: applied linting to code (774d32c)
  • sentry: use sentry enabled instead of DSN for the configuration (e89301c)
  • style: fix codestyle for tests, lint & formatting (c9c572a)
  • worker: fix node typings to pass environement variables correctly when spawning new thread (#76) (853a3f3)
  • run unit tests of all yarn packages from the root (26670d3)
  • style: fix codestyle for tests, lint & formatting (cacbf94)
  • undefined logger in slot tagger (b2c688d)

Features

  • apm: added Sentry to the NLU server (bf23d66)
  • apm: added Sentry to the NLU server (72b458a)
  • nlu-client: allow nlu client extension by setting attributes to protected (ee36ae7)

0.1.4 (2021-09-01)

Bug Fixes

  • nlu-engine: launch intent trainings in parallel and log each ctx (d9b8152)
  • nlu-engine: launch svm trainings one after the other (a7dcad0)
  • nlu-engine: use a stratified kfold to limit the amount of grid search iterations (4197e78)

v0.1.3

07 Jul 19:04
d2876e4

Choose a tag to compare

0.1.3 (2021-07-07)

Bug Fixes

  • exact matcher now works even with different entities (#56) (6c14b8c)
  • training: porgress now won't skip steps (#55) (4073d61)

Features

  • dx: added a CLI command to download a language model in a given language (#58) (64e7871)
  • e2e: configurable NLU server endpoint (50fd701)
  • e2e: configurable NLU server endpoint (dd71ea0)
  • nlu-server: App tests (b7c2cc2)

v0.1.2

07 Jun 20:50
2372ec9

Choose a tag to compare

0.1.2 (2021-06-07)

Bug Fixes

  • logger: launcher debug logs are not displayed by default when verbose is 4 (2372ec9)
  • changelogs for release 0.1.0 (636f6de)
  • logger: launcher debug logs are not displayed by default when verbose is 4 (503f0d8)

Features

  • rename env config variable (e886829)

v0.1.1

07 Jun 18:38
ba217b4

Choose a tag to compare

0.1.1 (2021-06-07)

Bug Fixes

  • no more argv in process fork because of pkg (#48) (ba217b4)

v0.1.0

07 Jun 16:11
13e48ab

Choose a tag to compare

0.1.0 (2021-06-07)

Bug Fixes

  • build: test Docker build (a93d3f3)
  • build: test Docker build (29e3443)
  • nlu: remove database connection string from logs (0dd1d76)
  • nlu: remove database connection string from logs (b2185b3)

Features

  • run list entity extraction on child threads with progress report (#38) (0ddc473)