Azure-Samples / cognitive-services-language-understanding

Samples for the Language Understanding Intelligent Service (LUIS)
MIT License
85 stars 139 forks source link

LUIS Authoring - New Phrase Lists are applied, but don't appear on screen (non-Global Phrase Lists) #39

Open francis-2mundos opened 3 years ago

francis-2mundos commented 3 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Create a LUIS application on luis.ai with at least 100 Intents and 100 Features (non-Global Phrase Lists) on luis.ai website Create a new Phrase List (non-Global) Notice that the Phrase List appears on the list correctly Refresh the page Notice that the new Phrase List is not appearing anymore

Any log messages given by the failure

No logging messages, but 429 erros on the console all the time.

Expected/desired behavior

Since the Phrase List limit for Luis is 500, I should be able to create them normally. It's good to point out that the JSON file shows the Phrase Lists applied correctly to the intent, but it doesn't show on the screen. That blocks me from being able to work on the Luis app properly using the web version (luis.ai).

OS and Version?

Windows, MacOs

Versions

10 Pro, Mojave 10.14.6

Mention any other details that might be useful

Luis apps with a smaller number of intents and phrase lists will work normally. With larger apps, it seems it bugs somehow. Just by training the app will give me 429 errors on the console, which seems weird.


Thanks! We'll be in touch soon.