Likes - Activity - triinity2221 - Rasa Community Forum
Help with implementing Custom Tracker Store
Hi there, I am trying to create a Custom Tracker Store so that I can log each interaction with my chatbot through a third party API. I have read the documentation but I don’t understand the following:
- How to extend the TrackerStore base class
- Where to p…
Conversation log using Redis
Hi, I am not an expert programmer. My rasa core is 0.11.12. I am wondering in the tracker store, can we generate the bot log file in these two formats below. If so, can anyone suggest how I can achieve this?
Format 1
Format 2
Basically, I want the…
Rasa server 500 concurrent users
Hello everyone. I am testing the performance of a rasa server to handle 500 concurrent user. In order to do that, I have deployed rasa on a VM using GCP and a docker-compose configuration. Also, to simulate user requests I wrote a script using locust to post messages on the rest channel. So, I wan…
Bots in production
I want to know if a rasa core model can handle 2k-3k concurrent request on a 15gb ram server?
I would like to know the same things. Did you find answers to your questions? (1- What are the server requirements in terms of RAM, OS and Memory for a bot that has to handle around 100 users at a time when it is live. 2- What about scaling? Will a single instance of my bot be able to handle all the…
Hello! I am also developing a bot that is primarily FAQ based for my company. I have developed a basic model on my system and it works well. Now the company wants to move to production phase and since this is my first project, I don’t have much idea about production and would like to know a few thin…
We built a chatbot using Rasa. It is in Alpha Testing mode. We are addressing FAQ data of our website. This is my first project in the field of AI, I had to work hard while training the bot (data entry in story, domain files). The most important thing to take care is Training Data. I believe if tr…