Skip to content

What's New in Version 0.7.3

  • You may use the new rai engines:suspend CLI command to manually suspend an engine from the RAI CLI. For example, the following suspends an engine named my_engine:

    Terminal window
    rai engines:suspend --name my_engine

    See Engine Suspension for more information.

  • Version information is now displayed in the RAI CLI help menu next to the welcome message:

    Terminal window
    $ rai
    --------------------------------------------------
    Welcome to RelationalAI (0.7.3)
    rai [options] command
    --profile - which config profile to use (default: default)
    init - Initialize a new project
    version - Print version info
    debugger - Open the RAI debugger
    ...

    Additionally, messages about new versions of the RAI Python API are displayed in help for all commands whenever a new version is available.