Search results
Introduce yourself, get to know the fellow Rasa community members and learn how to use this forum. 79.
Share your ideas for projects or improvements for Rasa Stack! Do you have an interesting idea for a chatbot, a new Rasa Stack feature or a Conversational AI field as a whole? This is the best place to share them and dis… 38: 5790: February 11, 2024
Jan 24, 2024 · Excited to share our latest project: the successful integration of Asterisk (VoIP), Rasa chat-bot, and Yandex SpeechKit! Last week, we achieved a milestone by integrating Asterisk, our VoIP system, with Rasa and implementing Yandex SpeechKit for speech interaction. Asterisk (VoIP) and Rasa Integration: We’ve successfully enabled seamless communication between Asterisk, our VoIP system, and Rasa, unlocking more efficient and intelligent conversation scenarios with our users. This ...
Feb 15, 2022 · Hi all. Because Rasa uses Tensorflow we’ve been experiencing some pip-related hardship getting installations to work on the new apple M1 macbooks. I think we’ve found a temporary workaround for the situation, but it’s important to emphesize that this workaround is very much temporary. Hopefully, these steps won’t be needed in the future when the Tensorflow/pip incompatibilities are adressed. An unofficial guide to getting Rasa to work on a M1 Macbook. What follows below is a step-by ...
Apr 12, 2022 · Hello Rasas! Rasa Open Source 3.1 and Rasa X 1.1 are now both launched and the docs updated! (Apologies for the slight delay with the latter.) You can find the full release notes for 3.1 here and for 1.1 here but the main updates are: Rasa X 1.1 Rasa X is now compatible with Rasa 3.0+! We know this was highly requested and are very happy to have it live. Rasa Open Source 3.1 We’ve added support for Python 3.9 and TensorFlow 2.7 (note that we can’t promise full backwards compatibility in ...
Jan 10, 2022 · 1: Start a rasa localhost or remote service by running the command prompt provided by rasa. rasa run --enable-api -m models/nlu-your-models.tar.gz Build the connection between the rasa service and your python scripts
Feb 3, 2022 · Hi, I am using rasa 2.x I run the below command on local to enable api calls from django app. rasa run -m models --enable-api --cors “*” --debug I want to use this in deployment environment. What changes to be made in docker-compose.override.yml or any other file to have this functionality?
Oct 27, 2024 · Getting Started with Rasa Rasa Certification Workshops Hey everyone, Rasa Masterclass Tutorials, Resources & Videos This is a place for sharing Rasa resources: blogposts, tutorials and other content you think the community could learn from.
Feedback on Rasa Open Source. 5: 405: February 22, 2024 Local LLM with text-generation-webui steps.
Oct 8, 2018 · thanks @ kothiyayogesh i knew that Rasa NLU we can visualize and see intents and entities, what im asking is is there any complete UI like dialogflow where we can create intent entities and responses there itself. upto Rasa NLU we can visualize and see but again we need to perform Rasa core to train and get the responses.