wit-ai / wit

Natural Language Interface for apps and devices
https://wit.ai/
937 stars 91 forks source link

New expressions are not being trained #2575

Open MeranTumeh opened 1 year ago

MeranTumeh commented 1 year ago

Do you want to request a feature, report a bug, or ask a question about wit? bug

What is the current behavior?

when checking this API for this app with the id = 880213889391405, it is returning this data that says it will train at 26-8-2022 which is an old date and then it doesn't show any new trained expressions image

we are facing this problem with too many apps.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. send a request to this API with the id = 880213889391405

What is the expected behavior? it should train expressions

If applicable, what is the App ID where you are experiencing this issue? If you do not provide this, we cannot help. 880213889391405

MeranTumeh commented 1 year ago

Hi, can we have an answer?

wangzhenict commented 1 year ago

Hi @MeranTumeh,

sorry for the delayed response. It looks something was stuck. I already tried to refresh the training for you. It looks right to me now, can you double check whether this issue was gone?

Thanks,

MeranTumeh commented 1 year ago

Hi @wangzhenict,

I checked again now but it seems that the issue is still happening Today is 29/1/2023 and the date in the response is 26/1/2023 I tried to train new expression as well and it is still not shown

image

MeranTumeh commented 1 year ago

Hi @wangzhenict can you please check my last reply? we also face this issue with the app id = 694735034538611

wangzhenict commented 1 year ago

Hi @MeranTumeh I tried to re-unblock it. now the training is ongoing. I'll keep an eye on it to see whether the problem would be gone after the training. if not, I'll debug further. keep in tune.

wangzhenict commented 1 year ago

Hi @MeranTumeh, the "will_train_at" field is for scheduled training, if you didn't schedule a training, it will be an old time which was the time of latest training. usually, you'll schedule a training if you add/delete utterances. otherwise it won't be automatically scheduling.

MeranTumeh commented 1 year ago

Hi @wangzhenict

Thank you and Yes I get you, I'm trying to add utterances with calling the API for the scheduling. This app id = 694735034538611 now works well, it adds utterances and the "will_train_at" field has changed to the date of today 1-2-2023

but this app = 880213889391405 still no, it doesn't add utterances and the date is still 31-1-2023 while it should change to 1-2-2023 so what might be the problem?