This directory is not a valid Rasa project. Use 'rasa init' to create a new Rasa project

Hi @erohmensing , @akelad

This directory is not a valid Rasa project. Use ‘rasa init’ to create a new Rasa project or switch to a valid Rasa project directory

i have used following script rasa x -m models\domain\texttiles\models\nlu-20200207-172252.tar.gz -c domain\texttiles\config.yml

then why it say to use default project

related : Making directory a "valid Rasa project"

The directory from which you are running the rasa command does not contain a valid Rasa project.

Are you following the Quick Install or Manual Install?

can’t i use my own folder structure to develop complex chat bot service?

is rasa X only support for default project structure?

Yes, you can use your own directory structure. To do that, you would specify command line options that tell Rasa where your files are located. The command line options are described here.

The key options you will probably need are:

The --data option to specify where your training data (nlu & stories) are located

The -c option for your config and -m for your model.