All - Activity - mindseye - Rasa Community Forum

Rasa + Zendesk

Check out Helpdesk assistant bot example from rasa - GitHub - RasaHQ/helpdesk-assistant

Solution for accessing the customData- metadata from rasa

what was the issue?
Can you pls share how did you resolve it?

Rasa integrate or deploy on wordpress website?

The GitHub mentions that widget 2.0 is made with reactjs and tailwind css - Widget 2.0 released, built using React JS & Tailwind CSS

Cannot install rasa on Fedora?

you can either use anaconda or use venv module to create virtual python environment to satisfy rasa need.
for more details, visit - Multiple Pythons — Fedora Developer Portal

Contradicting rules, when add two forms in a rule

Hi @BodaSadalla98,
It seems you are trying to do intent composition i.e. compose two intents.
Have you considered creating stories instead of rules. Look at best practice - Writing Conversation Data
You could use checkpoint also if the story block is going to be repeated.

Best Option(Rest/Socket/Callback) to use

Hi,
I’m looking to create a proof of concept of rasa bot for internal support teams.
The aim is to have bot deployed on existing internal support website.
The flow would be to have user login to internal support website and then interact with bot.
So flow would be like -
User logins to website, an…

How to make rasabot able to fetch answers in mysql database

@Aiyub150, you can use custom actions to call your mysql database.
Refer to this post on how to connect to database - Fetching data from an oracle database

Rasa + AWS Lambda

Thanks Simon, for taking time and providing detailed information.
Can you share information if use Rasa Platform and Rasa Enterprise extensively or you use Rasa Open Source for most of clients?
I agree depending on use case, one has to keep options open.
It will be interesting to see what LLMs deliver…

Rasa + AWS Lambda

Hi Simon,
Can you please share your reason for moving away from Rasa, if possible?
I have recently got interested in Rasa and have been trying to learn.
Thanks,
Piyush

Rasa integrate or deploy on wordpress website?

Hi Anshul,
Since Jitesh Gaikwad chatwidget is made with ReactJS & Tailwind CSS, you can embed React apps into WordPress with the ReactPress plugin.
Refer to Easily embed React apps into WordPress with the ReactPress plugin - Rockiger
If you are familiar with React and javascript then you can to @r…

Custom NER as service

You can use fastapi - https://fastapi.tiangolo.com/ if you are hosting on your local machine.
If using public cloud then you can use their API services.

Bots in production

Hi Bavalpreet,
Can you pls share what ML models did you use to support multiple languages?
Thanks!