RASA Model Feedback Loop

Hi All

I need to build rasa model, for particular domain. But sometimes I encountered new entities which are not present in my model. a) How to recognize them so that my model become intelligent enough to recognize them automatically. Add that entity to Intent/Entity where it should be present. b) Do I need to build separate component like KnowledgeBaseGraph using spacy and do second level search in case not found in patterns of RASA Model. [Intent to avoid that, my feeling is that RASA training file can be configured itself as Knowledge Base Graph] Regards Vikram

sorry, I don’t really understand what is the problem. When do you encounter new entities?