Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Activate PCA25:
    Ensure that PCA25 is activated in your environment.

  2. Model Checkpoints:
    Confirm you have a trained model checkpoint saved in the nlu.utils.checkpoints folder.

  3. Replace File:
    Replace the existing file located at:

    Code Block
    social-interaction-cloud/sic_framework/services/eis/eiscomponent.py

    with the updated eiscomponent.py file provided:

    View file
    nameeiscomponent.py
    . To use Dialogflow with this file this variable should be changed to False on line 105.

    Code Block
    # If true then you use your intent and slot classifier including Whisper otherwise Dialogflow
    self.params.nlu = False

Steps to Run the Pipeline:

...