Hey,
I am currently testing our bot with “real” users using Rasa X (docker-compose installation). There are several sentences in the NLU inbox which I want to evaluate. However, when I try to do so, marking them as correct does not move them to the actual NLU training data. I can add NLU data manually, which in turn can be added to Github.
The Nginx server shows the following output after I hit the “Mark Correct” button:
- “POST /api/projects/default/data HTTP/1.1” 400 845
- “GET /api/projects/default/git_repositories/1/status HTTP/1.1” 200 241
- “PUT /api/users/me HTTP/1.1” 204 0
I also notice that when I try to manually add NLU inbox data to the NLU data the SAVE button disappears.
I am hoping someone can help me because manually adding everything takes up a lot more time than seems necessary.
I thank you in advance!