paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
957 stars 329 forks source link

Failed to load model metadata #184

Closed JoseZamora97 closed 5 years ago

JoseZamora97 commented 5 years ago

Hi i am trying to run rasaui from a docker. But when i use docker-compose up i am getting a few errors when rasa_core_1 needs to start. In a nutshell, the console tell me this:

rasa_nlu.model.InvalidProjectError: Failed to load model metadata from '/app/current/nlu/metadata.json'. [Errno 2] No such file or directory: 'current/nlu/metadata.json'

I am new in rasa. Thanks!

coderlxn commented 5 years ago

As the user said:

On the first launch, you have to add add your rasa configurations and training files in this filetree:

And you need to link Rasa NLU Services to you Rasa Core as it described here. In endpoints.yml

nlu:
    url: http://rasa_nlu:5000