I installed Rasa on windows on conda env.
Path of my nlu.md on my pc is C:\Users\pooja\Anaconda3\envs\rasa4\lib\site-packages\rasa\cli\initial_project\data
i edited nlu, domain and stories files and saved. Yes these are saved. and now i train it on cmd line
(rasa4) C:\Users\pooja>rasa train
Nothing changed. You can use the old model stored at ‘C:\Users\pooja\models\20201002-135030.tar.gz’.
running rasa shell also indicate that it did not pick changes i made.
I again checked back and found files are saved.
Am i running it incorrectly? or path i am updating files are incorrect? i am sure i might be doing some silly mistake.
Please suggest.
Hi Gaurav,
Thanks for your input.
As you suggested, i deleted model zip and its trained again without any error.
Now while i am doing “rasa shell” its not responding as per my inputs and behave like its reading old file.
Your input -> hi
Hey! How are you?
Your input -> how can i lower my stress level?
I am a bot, powered by Rasa.
Your input ->
Its seems its picking file from some other location and i am editing at some other. But there is only that nlu.md file in my system ( i did system search)
attaching 3 files where i added intent stories and responces.
Is there a command to check path of nlu file its is picking up to train during rasa train? just to confirm that it is picking the file i am updating… even though there is only 1 nlu as its my first project after installation.
that happend to me early but I fix it just deleting all my models. in windows I recommed that you use visual studio code to update your files and use the visual studio terminal
yes i am using visual studio to edit code and deleted model but again it created the same model without adding new intents neither it gave any error about intents-
How to check that the file it picked from train is same as the file i am editing? is there any command to check path of file its picking?
i installed rasa here at conda virtual env and edited files here only -
C:\Users\pooja\Anaconda3\envs\rasa4\lib\site-packages\rasa\cli\initial_project\data
But looks like rasa train is picking from somewhere else.
I search system with nlu.md and only this location is coming.
or may be in cmd i am running at wrong path?
Not sure… but looks lik eits not picking my file… how to check?