I want to running my multiple project that can be combined using MultiProjectImporter. But I confused how to run this project after following the guidance from the rasa documentation.
There’s two projects, first is GreetBot and second is ChitchatBot. In which folder I should rasa run the project? I tried to run it in root folder but it gave me an error result.
Hi @dakshvar22 Can you please specify what command do we need to use in the root directory for running the multi project importer?
I have few other questions?
1.) when you say individual projects? Do they need to be separately trained in the projects folder and then imported in the config file in the root directory?
2.)When I run rasa train by just following the project structure specified on your account I get an error message that the model is not trained.
3.) I have the data folder specified in the individual projects as specified in the directory structure in your documents and the data folder is deleted from the root directory is this the correct method?
Came here to leave a positive comment for the MultiProjectImporter (we finally got it working and dont want it to get removed D: ). Devs, please we need this. Don’t remove it in the future.
Let me try to help kedarnad as well.
No, no independent training. You choose a primary or dominant project, and invoke the rasa train command on that project. But the config of the dominant project should import the others. During training time all data will be merged and one single model will be trained.
post your error please. that would make it easier for people to spot issues (along with code in github if possible for a dummy test case)
I’m not sure if there is a correct way, but we mash up things a lot, but manage to get the training working though command line args to the rasa train command. There is no wrong if it works I hope