Hi Guys,
Thanks for putting Rasa x out there, I am still getting my head around it.
First of all, I just noticed an Error in the docs
To replace the domain.yml file you need to call projects/default/domains/1
Rasa X Documentation, the url does not specify the projects/default url.
Second
I am trying to replace the nlu.yml file
https://rasa.com/docs/rasa-x/pages/http-api#operation/replaceBulkData
- How do I set the ID for new records?
- Is there a simple way, just to replace the nlu.yml file through the api?
- Where are the logs saved? I am not using docker, just a standard python install
Also, I noticed I have managed to get the intent to save, but it saved into
rasa.db, so I am bit confused, what is the relationship between nlu.yml file and rasa.db. What controls the nlu definitions, if the API is updating the DB, and I am updating the nlu.yml file?