Releases: skit-ai/dialogy
Releases · skit-ai/dialogy
0.5.5
Notes:
- feat:
dialogy create <project-name>
, we can drop the template name! - deprecate: DucklingParser set for deprecation.
- add: DucklingPlugin. [https://github.com//pull/28]
- add: DucklingPlugin supports association of custom entities with dimensions. [https://github.com/Vernacular-ai/dialogy/commit/8d7fbc47f08da9384add9d850aeadbb08b3de0d9]
- refactor: DucklingParser had methods that parsed and restructured json to be compatible with a certain class structure. This made it hard to execute
BaseEntity.from_dict(duckling_json)
.
These methods are now part of the individualEntity
class. [https://github.com//pull/28]