What's New in Version 1.2.1
Version 1.2.1 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”-
PyRel now makes configuration profiles easier to use from the CLI:
- You can override the active profile for a single CLI command using the
--profileoption or theRAI_PROFILEenvironment variable. - Use new CLI commands to manage profiles:
rai config profilesto list available profilesrai config currentto check which profile is activerai config useto change theactive_profilein your config file
- You can override the active profile for a single CLI command using the
-
The CLI also gives clearer feedback when:
- No profile is selected
- A requested profile does not exist
- An environment override takes precedence over the
active_profilein your config