Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

[POC] chore: migrate to Rasa 2.0.0.a1 #359

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NetBKarine
Copy link
Contributor

Description

Proof of concept (incomplete) migration to rasa 2.0.0 alpha 1 (major feature of it is the Rule Policy - see RasaHQ/rasa#6088)
Changes include:

  • Migrating all assessment flow (the basic one) and QA logic to rules (and some special cases needed to overwrite generic rules)
  • Removing mapping, fallback and form policies to use rule policy (if all the dialogue was written in rules, augmented memoization and TED could also be removed)
  • Using the FallbackClassifier to replace the NLU aspect of the fallback policy. This included renaming our unsupported intent fallback intent to "nlu_intent"
  • Changing "none" symptoms value because a hack in the rule policy causes problems with a "none" value.

Related issues

Related changes

Checklist

  • PR title follows Conventional Commits guidelines
  • All relevant PR sections are populated, irrelevant ones are removed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant