notice
This is documentation for Rasa Documentation v2.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (3.x).
Version: 2.x
rasa.run
run
run(model: Text, endpoints: Text, connector: Text = None, credentials: Text = None, **kwargs: Dict, ,)
Runs a Rasa model.
Arguments:
model
- Path to model archive.endpoints
- Path to endpoints file.connector
- Connector which should be use (overwritescredentials
field).credentials
- Path to channel credentials file.**kwargs
- Additional arguments which are passed torasa.core.run.serve_application
.