Rasa is not taking all the entities from LUIS json file

Hi,

I am facing an issue where I have exported json file from LUIS and imported it to Rasa. I have train the rasa with rasa train nlu command and model is created but while accessing the Rasa api and firing the question such as “take me to jpm” the entity is coming with intent in output but when I fire the question like "“take me to nkk” the intent is coming but entities are not coming. Please help.

this the intent in json (Not able to put full json content so put just refrence). { “luis_schema_version”: “7.0.0”, “intents”: [ { “name”: “3E_ActionList”, “features”: [ { “featureName”: “Billed”, “isRequired”: false }, { “featureName”: “Timekeeper”, “isRequired”: false }, { “featureName”: “Time”, “isRequired”: false }, { “featureName”: “Cost”, “isRequired”: false } ] }, { “text”: “take me to nbc”, “intent”: “ClientAddress”, “entities”: [ { “entity”: “ClientName”, “startPos”: 11, “endPos”: 13, “children”: } ] },

hey @nkandwal

The json you’ve provided doesn’t seem to be valid. Could you please check that?

Hi Degiz,

Json, I have exported from LUIS portal.

Json file is very big so unable to put here in this blog.

hey @nkandwal

take me to nkk

it’s not quite easy to tell what went wrong without checking the original full valid JSON from LUIS :slight_smile: Would you consider attaching it here?

hey @degiz LuisRasaTest (1).json (340.3 KB)

Please find the json file. Also facing issue with multi keword like “billing for nbc” is fetching entity but “billing for abc xyz Ltd.” is not able fetch the entity whereas intent is coming correct.

Also find the cofing.yml file I am using

Thanks for the help in advance.config.yml (282 Bytes)

@degiz,

Did you get a chance to look at json file?

It would be highly appreciated, if you could help on this.