Problem with 'Add a new utterance' – Intents not being saved
Opened this issue · 6 comments
Wit.ai App ID: 1742888223150915
Problem Description:
I’m experiencing an issue with the 'Add a new utterance' feature in Wit.ai. When I try to assign an intent to a new phrase or word, the assignment doesn’t seem to be saved. I have attempted multiple times to assign different intents, but after completing the action, the intent does not get recorded or saved properly. As a result, I cannot train new intents.
Expected Behavior:
After selecting a phrase or word and assigning an intent using 'Add a new utterance', the intent should be saved and associated correctly with the selected utterance.
When reviewing the intent later, it should show that the utterance was assigned properly.
Actual Behavior:
I assign the intent to a phrase or word in 'Add a new utterance', but after doing so, the intent does not get saved.
Upon reviewing the intent or utterances later, no assignment appears.
Steps to Reproduce:
Log in to the Wit.ai console.
Go to the 'Understanding' section.
Use the 'Add a new utterance' feature.
Assign a new phrase or word to an intent.
Check if the intent is saved and associated correctly.
{
"entities": {
"Buscar_en_la_plataforma:Buscar_en_la_plataforma": [
{
"body": "valor absoluto",
"confidence": 1,
"end": 23,
"entities": {},
"id": "916296240381207",
"name": "Buscar_en_la_plataforma",
"role": "Buscar_en_la_plataforma",
"start": 9,
"type": "value",
"value": "valor absoluto"
}
]
},
"intents": [],
"text": "enséñame valor absoluto",
"traits": {}
Same problem here
It's still broke
Same here, it has been like this for about 1 week.
@Ralarmon We found and fixed an issue with the training pipeline, could you retry and confirm it's not still happening?