rasa
rasa copied to clipboard
💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
Co-authored-by: WashingtonBispo https://github.com/RasaHQ/rasa/issues/10925 **Proposed changes**: file stories.yml to test ``` version: "3.0" stories: - story: greet path steps: - intent: greet - action: utter_greet - checkpoint: cp_a - story: cp_a1...
**Proposed changes**: - add prepare-testes-arch in the `Makefile` of project - closes #10828
The socket client points to the rasa server, and if you don't change the defaults, `rasa interactive` runs on the same port as `rasa run` – therefore, socket is listening...
**Description of Problem**: How do I test that my bot is working? Currently, `rasa test` : * Fully tests NLU, including external entity extractors like duckling * Does **not** fully...
**Proposed changes**: - Added Firebase storage functionality addressed in issue #8642 to tracker_stores.py - Created FirebaseRealtimeTrackerStore class to to track and store conversation history in a firebase real-time database instance...
### Rasa Open Source version 3.04=.4 ### Rasa SDK version _No response_ ### Rasa X version _No response_ ### Python version 3.8 ### What operating system are you using? OSX...
### Rasa Open Source version 3.0 ### Rasa SDK version 3.0 ### Rasa X version _No response_ ### Python version 3.8 ### What operating system are you using? Linux ###...
**Proposed changes**: Issue: #2801 - Allow to dynamically give timezone to the NLU duckling component using message metadata `time_zone` property. **Status (please check what you already did)**: - [ ]...
Sentry Issue: [RASA-OPEN-SOURCE-HXX](https://sentry.io/organizations/rasahq/issues/2815062388/?referrer=github_integration) ``` ValueError: nothing to open (4 additional frame(s) were not displayed) ... File "rasa__main__.py", line 121, in main cmdline_arguments.func(cmdline_arguments) File "rasa\cli\shell.py", line 112, in shell metadata =...
We have an [ongoing conversation ](https://github.com/tensorflow/tensorflow/issues/51393) with TensorFlow where we are trying to debug the slowdown in certain TF operations that we have seen after upgrading to TF 2.6 ....