Skip to content

Releases: skit-ai/dialogy

Bug Fixes

03 Feb 09:32
3805cac
Compare
Choose a tag to compare

What is new?

  • Small design changes in the TransliterationPlugin

2.2.4

09 Jan 11:45
32aeba5
Compare
Choose a tag to compare

What's Changed?

  • New TransliterationPlugin released, for managing English transcripts from DeepgramASR for other languages.
  • Minor bug fixes

2.2.3

21 Oct 08:46
dce6e84
Compare
Choose a tag to compare

What's Changed

  • fix: Updating poetry for vulnerabilities fix.

2.2.2

18 Oct 11:54
dad6cf9
Compare
Choose a tag to compare

What's Changed

  • fix: Update python dependencies to fix vulnerabilities.

QC Plugin Processing Update

02 Jul 11:00
176fc8e
Compare
Choose a tag to compare

Handle transcripts with """ in the processing.

New patch release

12 Oct 19:36
3f9bf1d
Compare
Choose a tag to compare

Patch release fixing a few constants and updating versions of old dependencies

0.9.13

29 Jun 10:48
Compare
Choose a tag to compare

0.9.13

  • fix: duckling datetime parsing for year > 9999. We won't return entities in these cases.
  • feat: A rule engine to define intent transitions.
  • fix: #148
  • add: Support python for 3.10.

0.9.8

29 Mar 18:10
Compare
Choose a tag to compare

0.9.8

  • fix: Exceptions that leak over turns. #136
  • add: Support for grouping by regex match. #135
  • fix: Remove zen of python from all commands.

0.9.7

14 Mar 18:42
Compare
Choose a tag to compare

0.9.7

  • refactor: Faster test runs.
  • refactor: Deserializer avoids if-else hell.
  • update: Plugin debug flags are anded with Workflow's debug flags.
  • feat: XLMR plugin now supports state as a feature.

0.9.6

22 Feb 17:37
Compare
Choose a tag to compare

0.9.6

  • add: original_intent to store the initial classifier output.
  • add: plugin to track original_intent.

0.9.5

  • fix: DucklingPlugin's unreliable use of latent entities.
  • feat: Temperature scaling for XLMR classifier.

0.9.4

  • fix: Slot structure need not be redefined in templates.
  • update: Type-casted Time entities acquire score from the original (Numerical, Duration) entities.

0.9.3

  • update: Numerical entities can be casted as time.