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

Warning about intents not in domain is shown when sending a message to /model/parse while running rasa with an NLU-only model #6032

Closed
chkoss opened this issue Jun 16, 2020 · 2 comments
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework stale type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@chkoss
Copy link
Contributor

chkoss commented Jun 16, 2020

Issue:
When sending a message to /model/parse while running rasa with an NLU-only model, the following warning is shown for the recognised intent:
UserWarning: Interpreter parsed an intent 'greet' which is not defined in the domain. Please make sure all intents are listed in the domain. More info at https://rasa.com/docs/rasa/core/domains/

Command or request that led to error:

rasa train nlu
rasa run --enable-api -m models/nlu-20200616-181712.tar.gz
curl localhost:5005/model/parse -d '{"text":"hi"}
@chkoss chkoss added type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. area:rasa-oss 🎡 Anything related to the open source Rasa framework labels Jun 16, 2020
@stale
Copy link

stale bot commented Sep 19, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 19, 2020
@chkoss chkoss closed this as completed Sep 19, 2020
@muximuxi
Copy link

same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework stale 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

2 participants