Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interactive visualization is based on working dir, not model if model passed #4981

Closed
erohmensing opened this issue Dec 16, 2019 · 1 comment
Labels
type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@erohmensing
Copy link
Contributor

If you pass in a model to rasa interactive, the stories that create the visualization do not come from that model. This is due to the fact that the data for the visualization comes from the data path and not from the model itself: https://github.com/RasaHQ/rasa/blob/1.5.3/rasa/cli/interactive.py#L90

To reproduce:

cd rasa/examples/moodbot
rasa train
cd ../formbot
rasa interactive -- model ../moodbot/models/<moodbot model>

the visualization that appears comes from formbot stories, but if you talk to the bot in interactive, it is the moodbot.

@erohmensing erohmensing added the type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. label Dec 16, 2019
@erohmensing erohmensing changed the title interactive visualization is based on working dir, not model interactive visualization is based on working dir, not model if model passed Dec 16, 2019
@erohmensing
Copy link
Contributor Author

Not feasible since the stories are not packaged in the model, behavior clarified here: #4834 (comment)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

1 participant