Version 1.1.0#

New Features#

  • New Intent Classifier: LLM Intent Classifier, supports OpenAI, HuggingFace and Replicate LLMs

  • New Intent Classifier Configuration, assigned to each state to allow intent classifier customization for each state.

  • New attribute ‘description’ in Intent and Entity, can be used instead of training sentences and entity values when using the LLMIntentClassifier

Improvements#

  • Fixed Streamlit UI bug (when a new message was written, the scrolling position was restarted to the top of the page)

  • Added NLP docs