- Python: 3.8.3
- Tensorflow: 2.3.1
- Rasa Version : 2.0.2
- Rasa SDK Version : 2.0.0
- Rasa X Version : latest (0.3.8)
- Python Version :3.8.3
- Microsoft visual c++ build tools (for rasa x)
conda install git(for running rasa x locally in windows)- pip version should be less than 21.0 for rasa x to work (any os)
Installing on windows
pip install rasa[spacy]==2.0.2
for installing rasa x locally in windows follow the steps
- option 1
pip install --upgrade pip==20.2 - then
pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple - option 2
pip install --use-deprecated=legacy-resolver rasa-x --extra-index-url https://pypi.rasa.com/simple
for server install
https://rasa.com/docs/rasa-x/installation-and-setup/installation-guide/
links for resources
rasa-x_common installation issue
Must Checkout Creating a feedback bot that will save and export data to csv
Videos
Step by step tutorial using rasa (old version)
Creating NLU data with rasa 1.8.0 this is still useful.