Not detected entity

Hi, I’m quite new here.

I have a simple bot Id like to get the customer name. I’ve created the intent called name_entry where I want to detect the name.

When I debug, I see that rasa is detecting correctly the intent however not the entity.

Any ideas? Thanks in advance!

It seems like you need more training examples. Try to aim for at least 15-20 per entity

You need way more training examples. Maybe also use a Lookup table.

I recommend looking at different entity extractors. SpacyEntityExtractor is able to extract proper noun of persons, organizations, etc.

Find more about it here:

1 Like