Skip to content

What's New in Version 0.7.1

  • Improved the error message when creating a stream using rai imports:stream when the model specified in the --model parameter does not exist. The error message now includes instructions for creating the model:

    Terminal window
    --- Model 'MyModel' not found ------------------------------
    The model 'MyModel' does not exist. You can create it by
    running a program containing the following:
    model = relationalai.Model("MyModel")
    -------------------------------------------------------------
  • Fixed a bug where rai imports:delete would report Error deleting import: engine is suspended even though the import was successfully deleted.