How do you seperate stories into different story files?

Hi all, hope you’re all well.

How do you split your stories into different files, yet still train and use all of the stories across all the story files?

I want to split apart my big story file because it has a lot of stories of different types, so splitting it makes it cleaner.

Any help is greatly appreciated. Thanks!

Hello, I’m not from Rasa but I had I look at how they did it in the Sara example. Looks like they just created two folders inside the data folder, one called nlu and the other core. I’m not sure if that naming is required but I tried it out and it works fine. my files now look like /data/core/ (where I put my stories) chitchat.md subscribe.md other.md

/data/nlu/ (where I put the nlu.md files) nlu.md

Hope I could help :slight_smile:

2 Likes

You helped me! Thanks! I was going to ask this same question. Just need to find a way to split up the domain.yml file now :thinking:

1 Like