I attended Justina’s talk at this year’s AICONF in New York and I used the rasa_workshop_exercise notebook to successfully create the chatbot. I am now trying to connect to the outside world via my website and I am stuck.
I was able to open a new terminal and run that code. I did get a new error that makes me think I do not have the correct version. I’m wondering a couple of things:
Do I need a different version of Python?
Is there something I need to do to engage my website UI within the actual command?
Does it matter that I’m not set up to do interactive learning or conversation storage (Mongo tracker store)?
Thanks so much for helping me take that next step. If anything in the picture I’m including stands out, please let me know and I’ll continue to make changes so I can successfully publish this assistant online.
Sure, the final couple of lines of the error are here:
My website is a very simple one (pearlo.co) and I want to publish the chatbot to that site. By the way, the steps you shared to help with online training are very clear.
Let me know what you think of that last few lines of the error code.
I believe my problem is with my endpoints file because I am not using MongoDB and just want to port the bot to sdk so it can be used on my website:
The question I need to answer now is “How do I simplify this endpoints file to omit any reference to MongoDB and simply port this bot to my website without the need for conversation storage/tracking”.
Sincerely appreciate your continued support … Here’s a virtual coffee for your time
Now, I am working to connect this webchat interface with the actual rasa core project I developed. The bot runs perfectly in the terminal. I am just not sure how to connect the terminal activity to the now published webchat functionality on my site.
Hi @lauraperge, I saw the detailed answer you left about a chatbot UI question and I’m thinking I need to use the code you mentioned there instead of the scalable minds code I used above. Am I interpreting that correctly?