List "entities" missing in documentation for definition of domain

Hi. I noticed that an important info is missing in the documentation, most likely to be mentioned in Training Data Format - In domain.yml one should define for all entity type set the list

entities:

When e.g. parsing a username as slot using the entity type name one gets the DEBUG message Feature 'entity_name' (value: '1.0') could not be found in feature map. Make sure you added all intents and entities to the domain otherwise!

Cheers, Rasaer

Sorry, can you explain more clearly what you mean? You mean that entities in the training data should be declared in the domain?

Make sure you added all intents and entities to the domain

This seems to pretty clearly state that :slight_smile: