Likes - Activity - Krogsager - Rasa Community Forum
Webinar: How to Use Integrated Version Control in Rasa X
Edit: webinar recording: https://www.youtube.com/watch?v=i2KGIVQ0Q4o
Hey @community Join us on Wednesday, January 29 for a deep dive on Integrated Version Control, now available in Rasa X! Ty Dunn, Product Manager at Rasa, will present a 45-minute live webinar demonstrating how to connect Rasa X …
Just passing by to share a (perhaps) useful advice.
When adding your repository to Rasa X, on Step 2, there is an important step that’s missing in the docs. That is, when you paste your private key, you need to replace new lines to '\n' character as that’s needed to successfully parse the key from J…
We have been working on an exciting new feature
that allows you to check if your stories are consistent. Checkout this Colab notebook and let us know what you think, before we make it part of an official Rasa release. You find specific questions we’d like to hear your opinion on at the end of the no…
Today Rasa turns 3!
Hey everyone, Today is a special day for us because it marks three years of Rasa! That means it’s a perfect time to reminisce and celebrate everything our team and community achieved in 2019! 🎉 Check out our latest blog post, filled with fantastic highlights from the past year. 🎈🎂
You can also run our docker container
rasa/duckling Docker Hub if you don’t want to have to install everything from scratch 😄
I want to the conversation to be started by the bot
when invisiting users to test in rasa x. Just as it is the case here: Invite Users to Test I searched the forums and only found information on how to do it when using the webchat UI, Facebook etc. But how to do it with rasa x?
The custom action response thing is a bug in rasa 1.5
we are looking it already! As for the issue above, I believe it is unrelated to the UserWarning: Could not find endpoint file at path ‘endpoints.yml’: File ‘/app/endpoints.yml’ does not exist… f"Could not find endpoint file at path ‘{config.endp…
Today we’re announcing experimental access
for a new feature in Rasa X: Integrated Version Control. This feature allows you to securely connect any Git-based code hosting server with Rasa X, to manage version history for training data. Currently, Integrated Version Control is available in Rasa X ver…
I believe that issue is still somewhat open
https://github.com/RasaHQ/rasa_nlu/issues/387. Note because it is a probabilistic system, anything that your system is not trained on will still get a probability. However see https://rasa.com/docs/core/fallbacks/ for an approach. Also https://blog.spg.ai/failing-gracefully-with-rasa-nlu-14a7d8e53af9
Hey @asimzaman
I am guessing you followed ‘From zero to hero: Creating a chatbot with Rasa NLU and Rasa Core’ tutorial? 🙂 If yes, then you are absolutely right that a bot is reusing previously filled slots because it doesn’t have an action which can reset slots at the end of the conversation.
Hello everyone
I need to make a use case in my bot that depend on slots of ‘FreeTextForm’ Type but when I tried to make it based on documentation, it doesn’t go as it should as it interpret the slot value as new intent. For example, suppose I want to make a Help intent which depend on 1 required slot which is ...