UserWarning: Interpreter parsed an intent 'faq' which is not defined in the domain. Please make sure all intents are listed in the domain

I also see the following warning when bringing up rasa with my trained nlu model

2020-06-15 22:09:23 DEBUG rasa.model - Extracted model to '/var/folders/8l/fcnl1bk57gj5dg4h1qz_0w5h0000gn/T/tmprp4amk2p'.

/Users/viyer/venv/lib/python3.7/site-packages/thinc/neural/_custom_kernels.py:36: ResourceWarning: unclosed file <_io.TextIOWrapper name='/Users/viyer/venv/lib/python3.7/site-packages/thinc/neural/_custom_kernels.cu' mode='r' encoding='utf8'>

SRC = (PWD / "_custom_kernels.cu").open("r", encoding="utf8").read()

ResourceWarning: Enable tracemalloc to get the object allocation traceback /Users/viyer/venv/lib/python3.7/site-packages/thinc/neural/_custom_kernels.py:39:

ResourceWarning: unclosed file <_io.TextIOWrapper name='/Users/viyer/venv/lib/python3.7/site-packages/thinc/neural/_murmur3.cu' mode='r' encoding='utf8'>

MMH_SRC = (PWD / "_murmur3.cu").open("r", encoding="utf8").read()

ResourceWarning: Enable tracemalloc to get the object allocation traceback