All - Activity - btotharye - Rasa Community Forum
Tutorial - Adding JWT Auth To Rasa Chat Widget
Dec 13, 2022
I’ve seen a few old posts with people asking how to setup jwt auth for the Rasa Chat widget so I wrote a blog post about it, I’m not sure what else can be in the data payload but at least using the sender_id it seems to work, hope this helps.
Twtich Stream Sunday 12/11 10 am EST Rasa Chabot Setup/Deployment
Dec 11, 2022
I’m going to be updating a basic chatbot I setup in a video you can find below where I setup a rasa chatbot with auto versioning and changelog and the CI/CD for github actions. I’m now today on my first twitch stream going to be updating it to work on my new blog I’m setting up for my YouTube ventu…
Video Series - Deploy Kubernetes Cluster on Linode With Terraform With Rasa Chat Bot
Nov 25, 2022
So I have been working on a new video series to start teaching people kubernetes, terraform and other things and used the previous video I made about the auto versioned Rasa chatbot to now show how to actually deploy it into a kubernetes cluster.
Rasa server error
Nov 15, 2022
As @nik202 stated it seems you have some broken code in the response_final_answer function call in your action server.
Auto Versioning Rasa With Commitizen And Conventional Commits
Nov 12, 2022
I setup a video to show how you can use auto versioning to create a changelog and maintain versions of your model file basically and how to use it to then deploy it onto kubernetes using helm. I’ll be doing more stuff around some other things as I deploy a new example bot out.
React Chat Widgets For Rasa
Nov 3, 2022
So I’ve been out of the loop for a bit and have been trying to use the @rasahq/rasa-chat - NPM Package Overview - Socket as a react module but anytime I try to install it with yarn I’m seeing the below so does anyone know what requirements are needed/versions to get this working or is the package br…
Helpdesk assistant starter pack available!
Jun 30, 2020
Would love to hear if anyone is using this or has updates on it. I will most likely be making a newer version for some Jira Service Desk stuff I’m doing so I might incorporate some of this into that as well if anyone would be interested in something like that.
How to deploy the chatbot on our own website. Can we do this using rest input channel. Please brief me steps in detail or give some information about process
Feb 26, 2020
I would imagine using the custom action server with some type of python library or way of interacting with mysql would be the best option here. Probably something like MySQL :: MySQL Connector/Python Developer Guide :: 5.1 Connecting to MySQL Using Connector/Python
How to resolve multiple, conflicting high-confidence results from Duckling
Feb 26, 2020
Sorry been kinda tied up and haven’t had a chance to honestly look at this. I will eventually since I’m going to be doing the same thing in a new assistant I’m making soon.
Rasa X writes into the random file
Feb 14, 2020
Hey @kapoorh yea this was fixed in 0.23.3 Rasa X Changelog
Commercial Use of Rasa
Feb 14, 2020
When you install Rasa X you agree to the license agreement which is outlined here and has this information in it, https://storage.googleapis.com/rasa-x-releases/rasa_x_ce_license_agreement.pdf
I write a new module shall i just raise PR
Feb 14, 2020
Do you mind providing a little more info here on what this module does? Based on that you could also probably raise a PR as well if you think it is a needed feature.
Using slots when running a rasa server
Feb 14, 2020
Yea pretty sure it can, I think they documented it on their Readme for that site. For example on the one I’m building out for my snake business you can see the CSS here, nerdysite/global.css at master · the-nerdy-python/nerdysite · GitHub this basically makes mine fit my orange theme. The part for…
How to run Rasa with python file
Feb 12, 2020
hello @cityhunter25197, Probably the best option is to run through Getting Started with Rasa which has some information also on installation and has a bot tutorial.
Retrieving conversation from SQLTracker Store and continuing with the previous conversation
Feb 12, 2020
In whatever connector you use/setup you would obviously have to handle getting the existing user/sender id but as long as that step was being handled and you were getting back to the same user you could probably use Session Configs - Domains to help with some of this.
Regarding port number issue
Feb 12, 2020
You will probably need to provide more information on how this would be deployed, if you are using docker you can use the same internal port on the servers but map it to different external ports(so 2 different containers with 2 different bots). There isn’t really a feasible way to run 2 bots on the…
NodeJS Action Server
Feb 12, 2020
While it is possible our SDK we already have is in python so I would say the easiest thing is to look over Actions some and how the python SDK there is referenced as well as the source code for this at GitHub - RasaHQ/rasa-sdk: SDK for the development of custom actions for Rasa
How to resolve multiple, conflicting high-confidence results from Duckling
Feb 12, 2020
I’ll try and test this in the next couple days, I was not seeing some of this same behavior though in my testing initially.
Google & Alexa Connector
Feb 11, 2020
One thing to keep in mind during this testing for the voice platforms, you will also need to setup a check for when the skill should stop listening and send back the requested response payload that google and alexa need. So that the skill stops listening, otherwise you will not make it past getting…
Rasa security in CE: Active Directory e=and logging
Feb 11, 2020
We have Role Based Access and such in our Enterprise offering which you can find more information about at Pricing: Open source & paid enterprise subscriptions - Rasa and we have more information about Enterprise Edition at Rasa Enterprise | Build contextual AI assistants at scale - Rasa.
Using types when working with rasa from another module
Feb 11, 2020
Sorry for the late reply here, can you elaborate more on the question here, I’m not sure I understand the question? Thanks
Using slots when running a rasa server
Feb 11, 2020
Most likely you would want to look at our custom channel documentation, Custom Connectors so you can create your own connector, a webhook if you will that allows you to send communication into Rasa, have it process it, and then send it back out. Depending on your use case there are already some cha…
Developing chatbot in Arabic language
Feb 11, 2020
Hello @ahlam1234, If the language is whitespace tokenizable then you should be able to just follow the guidelines mentioned at Language Support to use this language. If however it is not whitespace tokenizable then you may have to find or build a custom tokenizer. You can look at our general gett…
FormAction and session_expiration_time
Feb 11, 2020
I’m also not sure if maybe the new session stuff might work for you as well depending on your use case, Domains
Blank page after installation of rasax 0.25.1 on ubuntu 18.04 on AWS
Feb 11, 2020
@yiouyou On the first set of logs is that where the logs end or does that ever connect for the pika stuff?
Install error of rasa 1.7.0 on ubuntu 18.04 on AWS
Feb 11, 2020
This is just most likely an issue with changing dependencies in Sanic. Are you having any actual errors with rasa due to this?
Install error of rasa 1.7.0 on ubuntu 18.04 on AWS
Feb 10, 2020
Hey @yiouyou, Just to confirm can you let me know what rasa version you have from when you installed this via pip?
Blank page after installation of rasax 0.25.1 on ubuntu 18.04 on AWS
Feb 10, 2020
If you can post the logs from docker-compose logs primarily any errors or info you see from the nginx container I can help you with what might be wrong. Also as a FYI you don’t need a VENV and everything when using the install script technically since it uses docker anyways but it doesn’t hurt anyt…
Unable to see experiments tab?
Feb 10, 2020
Hello @ActuallyAcey we typically recommend Rasa X be deployed on a server, some of the features require it to be running on a server as well. One of these features is the IVC which only really is activated on server mode. There wouldn’t really be a reason to use git version control locally.
Bot not working in server
Feb 7, 2020
Do you mind sharing what it was that was the resolution? Thanks
Running Rasa with Docker
Feb 7, 2020
So I’m guessing you are on windows since you are running docker run -v %cd%:/app rasa/rasa init --no-prompt, this doesn’t create any files in your current directory and doesn’t actually train? Can you show the full log or what does the end of the output look like? Thanks
How to resolve multiple, conflicting high-confidence results from Duckling
Feb 6, 2020
Is there a reason you are using time and date? Do you need both of these in your current setup? I would have to test again but I’m wondering if you only had time here if that would change anything.
Bot not working in server
Feb 6, 2020
I would recommend testing this locally using the shell personally that way you can easily see what is happening and what slots and such are being filled. Are you using duckling or how are you extracting emails? Do you have any logs to go on? Thanks
How to resolve multiple, conflicting high-confidence results from Duckling
Feb 4, 2020
No I meant cause you are using compose typically there isn’t a reason to expose duckling since Rasa only would use it, for you to interact with it from your local machine in compose you would have to expose the ports which it appears you aren’t from that file.
How to resolve multiple, conflicting high-confidence results from Duckling
Feb 4, 2020
I guess you don’t have duckling exposed in this case cause its in compose. That is why it doesn’t work, so you would have to expose it to be able to hit it outside the container network. I’m just running duckling as a standard container to test it docker run -p 8000:8000 rasa/duckling
When trying to run Rasa X, got "revision not found" error
Feb 4, 2020
@lgabs, We typically recommend running deploying Rasa X to a server in order to collection conversations, you would need to leave it continually running, etc. That being said if you want to fix this issue can you tell me what version you are running? It might be worth updating to the latest a…
How to resolve multiple, conflicting high-confidence results from Duckling
Feb 4, 2020
I’m seeing some different results from what you have there. Can you share how you have your config setup currently? When I"m testing these phrases directly using duckling via the curl I seem to see what I would expect to see.
Multiple entities, or single question, to both answer form question
Feb 4, 2020
Could you just handle this in the form and have 1 inform intent and validate and set the allergen in the action form? From what you have here @liaeh I think this should all work. I think 1 intent and 1 entity would work here. If it already is predicting it as food just use that and set the slots …
Training in Rasa-X fails with EmbeddingPolicy configuration
Feb 4, 2020
I have filed an enhancement issue for this, in the meantime you can train locally and use the upload option in Rasa X to upload the model.
Bot not working in server
Feb 3, 2020
Hello @karthik1, Do you mind providing more information on your issue? How you have it deployed, what isn’t working exactly, etc. Thanks
Rasa Masterclass Ep #9 - Doesn't work with latest version
Jan 29, 2020
Hey @jwhitmer this is a issue I’m working on and is related to Debian 16.04 not needing the distutils and 18.04 needing it so I’m working on fixing this in the install script. For now you can just comment out this line in the install.sh and it will work: sudo apt-get install python3 python3-distut…
Intent not defined in the domain
Jan 28, 2020
So picking back up on this, @Chatbot_Ra do you have any updated data or a repo for this so I can see what you are having? From my experience we should only see these messages when we truly are missing configurations somewhere. I want to help you get this resolved but I need to see your complete d…
Multiple entities, or single question, to both answer form question
Jan 28, 2020
I’m not sure I follow the entire flow of what you are doing but this seems like this would work fine in the normal FormAction with how you setup your custom action server. @liaeh can you explain your use case maybe I can help both of you.
Rasa Community in Raleigh, NC
Jan 23, 2020
I have started up a user group meetup for Rasa in the Raleigh, NC area. More information can be found at https://www.meetup.com/Rasa-User-Group-Raleigh/
Rasa X not running when deployed with docker-compose
Jan 21, 2020
Also how did you get this setup locally? Curious what steps you followed on this? I’m guessing the manual steps in our docs
Rasa X not running when deployed with docker-compose
Jan 21, 2020
I mean it should work fine, it just seems like port 80 on your local machine isn’t reachable.
Method to fetch my conversations data from mongodb as stories
Jan 21, 2020
Hello @Bhanu, You can use the docs described at Import Existing Conversations (We are adding them back into our updated docs shortly) to bring in your conversations from your mongo tracker into the Rasa X platform which would then allow you to update this conversations from your users talking to it…
Rasa server becomes slow as number of session increases
Jan 21, 2020
Do you happen to have any data showing your tests and how many users you had interacting and what the specs of the env Rasa was running on?
Rasa X not running when deployed with docker-compose
Jan 21, 2020
So where is this running? On your local machine or a server? From that error it seems like it cannot reach the port 80 that NGINX uses for the Rasa X instance. Do you have anything else using that port or any type of firewalls in place? If you are running on a server maybe you can try the automa…
Issue with rasa x
Jan 21, 2020
Is there a way you can test this on the latest version just to ensure it isn’t anything related with any older bugs maybe?
Rasa X in HTTP & Rasa in HTTPS
Jan 21, 2020
Awesome glad you got it figured out!
GSOC 2020?
Jan 21, 2020
I have checked with our marketing team on this and will let you know.
Interactive-Learning: Story Export does not terminate
Jan 21, 2020
Hello @Siggi, Can you provide more information around your training data and some logs? I tested interactive learning on rasa 1.6.1 and didn’t see any issues with the initial bot you can build with rasa init while testing the exporting. ? Do you want to stop? Export & Quit ? Export stories to (i…
Rasa X in HTTP & Rasa in HTTPS
Jan 17, 2020
Just to be sure can you make sure you run this command for the permissions: sudo chgrp -R root /etc/rasa/* && sudo chmod -R 770 /etc/rasa/*
Rasa X on a server: Custom actions not working
Jan 16, 2020
Can you share the logs from the action server? You should be able to get it from docker-compose logs command
Rasa X in HTTP & Rasa in HTTPS
Jan 16, 2020
You can secure Rasa X with SSL, I have a few assistants already setup that way, Docker-Compose Manual Install explains more on how to do it.
Rasa on single-board computer
Jan 16, 2020
There are a few of us working on making it work easier on a Pi, but I recently found out about the Jetson nano and thought that could be worth a shot at looking at.
Error 303 calling cuInit. Is the docker image broken?
Jan 16, 2020
So I just ran the first command from the docs like you did: docker run -v $(pwd):/app rasa/rasa init --no-prompt - This creates the basic bot and files and then trains it and exits the container. Then you just run the command from the docs that I mentioned in the previous post: docker run -it -v …
Issue with rasa x
Jan 16, 2020
Do you mind telling me what version your Rasa X is? I know we had a sanic issue before but that is now resolved in the newer versions not sure if this might be related to that.