rasa: Bugs with Rasa X UI while uploading new training data
Rasa version: 1.0.1
Python version: 3.6.8/ Anaconda
Operating system (windows, osx, …): Ubuntu
Issue: First of all, great work team Rasa on the project Rasa X, this is just beautiful .
Rasa X UI bugs/features: I actually have found 4 “things” in UI of Rasa X that are not working as expected.
-
<span class="error">[More of a Feature Request]</span> Under
Training->NLU Training->Training data. If I have training data loaded there already and try to upload a new training data file, it doesn’t ask me for “confirmation” like “Are you sure? You might not have downloaded this tagged data.” Should have options like : “Download current data and upload” and “ignore current data and upload”. -
If I upload a new training data file under the same UI as above, the new file content does not show up immediately. I have to refresh the page and then it shows the new training data that I just uploaded. Keeps stale data even after uploading new data.
-
The order in which the contents of this new training data is displayed is in reverse order. What I mean is if I have content like `{ “rasa_nlu_data”:
<div class="error"> <span class="error">Unknown macro: { "common_examples"}</span> </div>}` the UI will show the intents like this : <span class="image-wrap" style="">
</span> -
It takes more than 2 minutes for my rasa X UI to load. During this time, I see a file named
rasa.db_journalgetting created and deleted at least a hundred times. (This does not happen withrasa init)
Content of configuration file (config.yml):
Content of domain file (domain.yml) (if used & relevant):
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 16 (14 by maintainers)
Thanks for the suggestion @tmbo . Here’s the issue: https://github.com/RasaHQ/rasa/issues/3611