What's New in Version 1.4.2
Version 1.4.2 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiNew Features and Enhancements
Section titled “New Features and Enhancements”rai config usecan support interactive profile selection. In non-interactive runs, the command still requires an explicit profile.
Bug Fixes
Section titled “Bug Fixes”- Setting
config.model.keep = Falseon aModelnow deletes the RAI resources on exit as intended. Before this fix, the v1 execution path could silently keep the resources even when cleanup was requested.