Greg Stephens
Greg Stephens
When the key `data.endpoints.eventBroker.type` is set to `kafka`, the following default Rabbit related values should not be set: ```yml password: ${RABBITMQ_PASSWORD} port: ${RABBITMQ_PORT} username: ${RABBITMQ_USERNAME} ```
I want the following event broker config in `endpoints.yml` but the helm chart doesn't allow this: ```yml event_broker: type: file path: rasa_events.json ``` The template is configured to always emit...
It would be nice to support the training data Markdown format. I'm new to Rasa and I chose this format over json because there's less typing and it is the...
**Proposed changes**: - Re-wrote the changelog to highlight that this is a breaking change. Rasa must be upgraded in sync with the sdk. **Status (please check what you already did)**:...
I'm trying out rasa for the first time with this project. The initial cells run fine until the spacy.load, `print(spacy.load("en")("Hello world!"))` This returns a `ValueError: 684830 exceeds max_map_len(32768)` with a...
This implements issue #23.
I'd like to be able to specify the model file name that is used after a successful train. I have a CI-CD pipeline and I want to push the trained...
I'd like an option for the action/pipeline to fail if there are `rasa test` failures. Essentially, the same as `rasa test --fail-on-prediction-errors`. Currently, if the train fails, the github action...
Failure in `cross_validation_results.py` [here](https://github.com/RasaHQ/rasa-train-test-gha/blob/63f15568983d817ffa5487bddbffa3a1d64cd126/scripts/cross_validation_results.py#L20). Running under `3.0.8`. When run locally, the `intent_report.json` is generated. ``` Traceback (most recent call last): File "/home/runner/work/_actions/RasaHQ/rasa-train-test-gha/main/scripts/cross_validation_results.py", line 70, in intents = intent_table() File "/home/runner/work/_actions/RasaHQ/rasa-train-test-gha/main/scripts/cross_validation_results.py",...
Add settings for `PASSWORD_MIN_LEN` and `EMAIL_STARTTLS` per #1