All - Activity - luofanghao - Rasa Community Forum
Cannot pip install if using Rasa full image
Hey guys, I want to create my own web service, using rasa-nlu. However when I tried to wrap it as a Docker image, I found I cannot do any pip install because of permission error. Can someone help?
Dockerfile looks like:
FROM rasa/rasa:latest-full
RUN pip install flask-restplus
Error looks like: …
Recovery and Scalability for Rasa Bot Service(s)
yes. Redis will lose data if you try to persist them. Just want to make sure if this is handled by Rasa. Seems like no. I see. Understood what is the lockStore. Thanks!
How can we change the port number in latest version?
solved: How to start multiple bot in one docker-compose
Okay I found the reason is because I was not familiar with Docker. I am using these two as my base docker images:
So if you take a look you will find it predefined the port. To change the port, just o…
how to change the port of action server, if we are using the rasa/rasa-sdk Docker image?
Support additional args for command defined in docker-compose.yml for rasa service
I am using docker-compose to create bots and their action servers, follow this: Running Rasa with Docker However, it seems it is not working in my case. From the log i can see clearly that Action server started but the bot complained that it cannot find it:
version: '3.0'
services:
bot:
image: rasa/rasa:latest-full
ports:
- 5005:5005
volumes:
- ./bot:/app
command:
- run
bot_action_server:
image: rasa/rasa-sdk:latest
volumes:
- ./bot/actions:/app/actions
ports:
- 5055:5055
Oh you are right. I changed it to bot_action_server and it works. Thank you so much! But I am not really understand, I thought docker-compose will map all the ports to localhost, no?
Rasa does not follow the defined path of stories [how to add fixed logic to dialog]?
Hi I am facing an issue with Rasa Core. I want a part of my dialog to always have fixed logic, no ML involved. Can this be done? I hope the dialog should be:
initial | action1 | user confirm | action 2
and I have a bunch of other chi-chat stories, which I hope they won't affect this dialog.
Bot answering with rich messages
You can actually write your own code as action, so you can also return anything as response message. Check out how to do it: Actions
What is the best method for entity extraction for names?
What if I have an entity called "label name" and the values are just some random strings? Like: "5cb28asdubq", "test111", "829label"… what is the best way to extract this entity? I guess maybe I should just restrict the format of user’s inputs so I can apply regex match? Like: "the label number is: ..."
Building contextual assistants with Rasa Forms
Hi I don’t really understand. What's the docker image for?
hi it shows the video is unavailable