Rasa version: Rasa 1.9.5
Python version: Python 3.7.7
Operating system (windows, osx, ...): OSX
Issue:
When adding entries in the contents of the lookup table which is located on a separate file, as per the new standards, running rasa train will not detect these changes and outputs that you can reuse the existing model, instead. After verifying it through the rasa shell nlu, the added items in the lookup table are not detected.
Temporary solution: Delete your models and retrain using rasa train.
Other information: The lookup tables are not located on the data folder.
entity_recognition: True ). It wasn't until we implemented CRFEntityExtractor that the lookup tables were read during training. This seems like either a bug or, if this is known, maybe this information should be added to the documentation. Rasa version: Rasa 1.9.6
Python version: Python 3.7.5
Operating system : OSX
config.yml:
language: es
pipeline:
@bubjanes I think your issue is unrelated.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to inactivity. Please create a new issue if you need more help.