Closed usc-m closed 2 years ago
@ka-bu This issue covers the transition from 2.x to 3.x. However, we in general should check a models MINIMUM_COMPATIBLE_VERSION
against the currently used Rasa Open Source version when loading a Rasa model. E.g. if the minimum compatible version is 3.1 and you try to load a 3.x model we should refuse loading this model. Basically implementing this and this for the new model architecture. A good place for this check would be here or in anything calling this
Creating a model with rasa 2.8.X using
rasa init
, training it, and then attempting to load it withrasa shell
after switching to a rasa 3.0 produces a file not found error:FileNotFoundException: Failed to read file, '/var/folders/4x/yjfd_jb15c55fy63yj53cjgm0000gn/T/tmphdo98uql/metadata.json' does not exist.
Steps to Reproduce
rasa shell
on the project