How can I use nlu lookup table in separate file?

Hello Rasa 2.x I need to use lookup table entries. I have 10k+ entries that can be insane to list them inside nlu.yml. I want to know how to use lookup table in a separate file and what format they be written.

Thanks in advance

You can! You can even separate your intents into multiple files. Just make sure to start the file with nlu:

Here’s how I split my intents from my lookups (even though I didn’t use lookups, I still have this file):

Look at person_name.yml.

2 Likes