Skip to content

Releases: skit-ai/dialogy

0.8.11

26 Jan 10:25
Compare
Choose a tag to compare
  • feat: Merge previously tracked datetime entities with current turn's datetime entities.
  • feat: New entity type credit-card / debit-card supported via PlasticCurrencyEntity.

0.8.10

04 Dec 11:41
Compare
Choose a tag to compare

0.8.10

  • feat: Sklearn based MLP classifier added as a plugin with grid search.

0.8.8

18 Nov 12:16
Compare
Choose a tag to compare

0.8.8

  • feat: ListSearchPlugin can find keyword entities via fuzzy search.

0.8.7

18 Nov 12:16
Compare
Choose a tag to compare

0.8.7

  • feat: LBPlugin a Duckling extension that has dedicated selection strategies for date, time and datetime.

0.8.6

08 Oct 10:57
Compare
Choose a tag to compare

0.8.6

  • feat: conditional latent entities via duckling plugin.

0.8.3

26 Sep 20:54
Compare
Choose a tag to compare

0.8.3

  • fix: ListEntityPlugin double aggregation over entities twice led to lesser than actual scores.

0.8.2

22 Sep 21:11
Compare
Choose a tag to compare

0.8.2

  • fix: Workflow is thread safe.
  • fix: Merge asr plugin on non-json inputs crashes workflow runs.
  • feat: WER calibration plugin.
  • feat: Canonicalization plugin.
  • update: DucklingPlugin, ListEntityPlugin have transform methods.
  • docs: Explain plugins in terms of workflow lifecycle.

0.8.1

03 Sep 23:49
Compare
Choose a tag to compare

0.8.1

  • update: dialogy cli has updated project creation and migration.
  • add: dialogy cli can also train and test workflows.

0.8.0

29 Aug 20:30
Compare
Choose a tag to compare

0.8.0

  • update: WER calibration refactored to contain core logic.
  • update: Deprecated post-processors and pre-processors.
  • feat: trainable plugins.
  • update: Drop support for python 3.7

0.7.4

22 Aug 14:53
Compare
Choose a tag to compare

0.7.4

  • update: WER calibration as a plugin.