I was going to try retrieval action for smalltalk but got the error as below.
Could not complete training request as your training data contains retrieval intents of the form ‘intent/response_key’. Please use the CLI to train your model (rasa train
).
2019-12-03 09:46:56 ERROR sanic.root - Exception occurred while handling uri: ‘http://localhost:5002/api/projects/default/models/jobs’
Traceback (most recent call last):
File “e:\work\work\python\rasabot\botenv\lib\site-packages\sanic\app.py”, line 942, in handle_request
response = await response
File “e:\work\work\python\rasabot\botenv\lib\site-packages\rasax\community\api\decorators.py”, line 177, in decorated_function
return await await_and_return_response(args, kwargs, request)
File “e:\work\work\python\rasabot\botenv\lib\site-packages\rasax\community\api\decorators.py”, line 107, in await_and_return_response
response = await response
File “e:\work\work\python\rasabot\botenv\lib\site-packages\rasax\community\api\blueprints\models.py”, line 178, in train_model
content = await stack_service.start_training_process()
File “e:\work\work\python\rasabot\botenv\lib\site-packages\rasax\community\services\stack_service.py”, line 254, in start_training_process
raise ValueError(“Unable to train on data containing retrieval intents.”)
ValueError: Unable to train on data containing retrieval intents.
Please help me so that this error can be fixed. Thanks in advance.