Skip to content

v1.0.6

Compare
Choose a tag to compare
@kmaphoenix kmaphoenix released this 05 Oct 04:39
· 741 commits to main since this release

Features

  • Added AnalysisUtils, a Class for building methods and functions related to the in-depth comparison and analysis of Intents and Training Phrases in Dialogflow CX Agents
  • Added calc_tp_distances() function in AnalysisUtils which performs Levenshtein Distance and Ratio comparison between 2 intents

Bug Fixes

  • Fixed an issue in SearchUtil.find_list_parameters() that was causing a failure when iterating through the Flows map

Enhancements

  • Restructured the examples/ folder to contain a hierarchy based on the intended use of the Notebooks and scripts
  • Added an .ipynb template to use as a guideline and best practice for authoring new examples to include in the repo
  • Added several new Python Notebook examples with instructions in the examples/ folder
  • Updated all Python Notebooks to adhere to new template structure