Skip to content

What's New in Version 0.6.1

  • The save_config() function now returns None instead of a string with the full TOML file contents. This prevents sensitive information from being displayed in notebook and REPL outputs.

  • You will now see a warning message when initializing a model if an engine with the same name as the engine configuration key exists but has a different size than the one specified by the engine_size key.

    To silence this warning, you may do one of the following:

    • Remove the engine_size configuration key from your configuration.
    • Change engine_size to match the size of the existing engine.
    • Delete the existing engine and re-run your program.
  • The operation for fetching query results from the RAI Native App is now automatically retried on failure due to a transient error.

  • The imports:list CLI command now displays the status Not Available instead of throwing an error if an import’s STATUS field is null.