-
**Describe the bug**
I have deployed this bot on okteto . After deployment I tried to integrate it on my local webpage but it fails due to CORS error . Although RASA is running with CORS "*" option
…
-
I have cloned and running your bot.I want to know how to send get or post requests to rasa_core server.Specifically how to do that using javascript??
can u give me a example??
-
Hello,
What would be the way of handing a conversation from the rasa bot to an active agent when the user intends to talk to a human?
Thanks in advance.
-
Hey I'm running the containers on a MacOS, I got all containers running but getting no answer from bot. In the logs it shows a post response but then I get a rasa webhook response: failed.
Any idea…
-
Traceback (most recent call last):
File "bot.py", line 13, in
from rasa_core.channels.console import ConsoleInputChannel
ImportError: cannot import name 'ConsoleInputChannel'
这个是什么错误?
-
**telegram app send mesage -ok**
data: {'intent': {'name': 'greet', 'confidence': 0.9993299245834351}, 'entities': [], 'text': 'test message -ok', 'message_id': '3f94b27b500544cd9561873a2dc368…
-
**Describe the bug**
Hi
i am training bot using rasa-ui but it is training only nlu data not core data
it should train both nlu with core data please help me
-
Tried implemting the handoff this way https://github.com/murtaza98/Sales-bot-in-Rasa
But the response after
```
response = requests.post('https://bhanuc.rocket.chat/api/apps/publ…
-
Hi,
I've recently started working on my own harm reduction chatbot using Rasa and someone from tripsit pointed me to your repo.
I see that you are planning on migrating to Rasa and seeing that we a…
-
First of all thank you for the updated tutorial. Keep up the great work! :-)
Followed the instructions from -https://github.com/JustinaPetr/Weatherbot_Tutorial/tree/master/Full_Code_Latest. The serve…