All - Activity - RBenjaminfranklin - Rasa Community Forum

RBenjaminfranklin

Difference between rasa run and rasa run actions

Starts a Rasa server with your trained model. This is what is says for rasa run in the documentation. But my doubt is why exactly do we run rasa server and what is the significance of it. @akelad @stephens

Video Tutorial for Set up a knowledge base to encode domain knowledge for Rasa

I agree with you @vaidehi. I have used IBM Discovery and Watson. It can actually search up the query from the document using Discovery and return the relevant section of the document with the most appropriate answer. If something similar can be incorporated in RASA, it would be cool. It can cut down…

Ashish Saini joins the Rasa Hero group!

Congratulations sir @ashus3868. Have learnt a lot from your videos.

Vishnu Priya joins the Rasa Hero group!

Congrats Vishnu! Hope that you will host a third local chapter meet for Chennai. Looking forward to it.

Guide for end to end chat bot development using RASA

Hey @navendu-pottekkat. Please check out youtube videos by Innovate Yourself playlist. It’s pretty cool tbh. https://www.youtube.com/watch?v=OkWcHr2XDxE&list=PLtFHvora00y8NBwCMoNnPqii-y2-gyl5p PS/TIP: Please mark the reply as answer(or probably give a like) if you found it useful so that others can...

Attachment uploading in Rasa Chatbot

@JiteshGaikwad please see if you can help. @Ayantika1.

DOMail.yml error

I solved the problem @akelad. For some reason when I restarted the laptop, the error got removed. Thanks.

What’s Ahead in Rasa Open Source 2.0 [Alpha Feedback Thread]

I am really curious to know this too. @akelad.

ERROR: Failed building wheel for ujson while installing rasa x using pip

Follow the installation process by @rctatman in youtube. Just search rasa installation. Installing Rasa in a virtual environment would work for you.

How to disable the chatbot once the conversation is complete for a day?

Hey again @amina_anvar. You can use a registration/login before entering the chat window. You can connect this to custom actions to connect to your database(which has all his details) where you can verify the user. Or you can do something like this.

Indian name recognition

Sure @sheggam. Configuration for Rasa NLU.
Components:

How to implement chatbot to identify proper nouns, numbers, date-time?

Hi @KnightCoder @JulianGerhard. Can you please clarify if I need the bot to capture names, do I need to make the changes only in the config.yml file or do I need to make changes in other files of rasa too (like in action.py or nlu file…).

How to use SpacyEntityExtractor

Hey I am trying to train rasa to recognise any name. I have made the changes in pipeline as language: "en".