-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Setting config flags in domain is ignored #5182
Comments
Thanks for the issue, @ArjaanBuijk will get back to you about it soon! You may find help in the docs and the forum, too 🤗 |
Anything happening here? |
Hi @IgNoRaNt23 Thanks for bringing this up and sorry for the late reply! I'll look into it this week! |
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. |
@IgNoRaNt23 Guess what I found in my todo list today 🤦♂️ Sorry for the very long wait time. Prepared a fix for it in https://github.com/RasaHQ/rasa/pull/6460/files and gonna do a patch release for this asap. |
There's the option to set flags in the domain via
config: store_entities_as_slots: true
where
store_entites_as_slots = True
is the default value used, when no option is entered. Seerasa/rasa/core/domain.py
Line 344 in 80ab6e8
Now, if a domain is created and the value is manually set to false. The setting will be ignored and be set to
true
. For example, if a model is trained with said domain, the domain-file that is saved in the model tar-file, will have the value set to true again.This is a blocker for #4884
Rasa version:
1.61
Python version:
3.6.9
Operating system (windows, osx, ...):
Ubuntu
Issue:
See above
Content of domain file before model training (domain.yml) (if relevant):
Content of domain file inside trained model tar-file (core/domain.yml) (if relevant):
The text was updated successfully, but these errors were encountered: