How to work with MultiProjectImporter in rasa-x?

Since the MultiProjectImporter is denoted as experimental feature how can i use the MultiProjectImporter in my rasa-x server and retrain the models onces shared with the real time users…

Is there any other way to organize the training datas because i am working with large datasets for diffrent modules… https://rasa.com/docs/rasa/training-data-importers/#multiprojectimporter-experimental

1 Like

@janaesh can you please share what is your main usecase and the goal?

@janaesh have you followed every steps mentioned in the docs for the multiple projects as reference: Training Data Importers ?

Yes, I have followed the multiple projects reference and it works fine for rasa open source in local.

The main goal is once when i deployed it to the server using rasa-x. The training examples in all the projects ie. in multiprojects must be able to recognized by rasa-x once shared with the real time users.

Will that work in rasa-X ??

image

image

@janaesh Are you able to run this with rasa x locally? and what is your server ?

@nik202 My rasa-x server is runnnig on the cloud vm. When i try to connect my git repository with this training data layout it is not able to connect with Rasa-x.

Is there is any other way to connect rasa-x with splitting the data folder???

This helps me a lot.

And my another layout is like this image

This works in local but not in rasa-x

The main idea is rasaX want to identify the training datas in MultiProjectImporter or custom structure.

@janaesh your main issue which I can understand is; you have two project repo on git and only one will be commit and link and second is not connect with rasa x ?

No brother, If you view the screenshot of the data folder you will get it.

And its a single project not 2 repos.

The data folder is not been detected in rasax.

I need to find a way to connect it.

@janaesh your Github repo is public or private for the project?

Please next time mention me with @ and nik202

Its a private one @nik202

@janaesh try make it public and connect with rep?

@nik202 I am looking for an alternate solution.

pls refer this post Is MultiProjectImporter supported by Rasa X?

@janaesh can you please share rasa --version for me? I will check this post later.

@nik202 Rasa Version - 2.8.7

@janaesh share me rasa --version whilst activating environment ?

@nik202 image And Rasa-x is running on the server its version is 0.42.3

@janaesh are you able to connect rasa x local machine with GitHub or Git ?

I am able to connect with rasa-x with this project structrure

For my use case my trainings examples structure is like.

image

mutliproject is not supported in Rasa-x till now

Is there any support now in 3.X version ?