How can I use nlu lookup table in separate file?

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