What's New in Version 0.13.2
Version 0.13.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”- You can now manage engine types (
LOGIC,SOLVER, andML) directly from theraiCLI. You will have clearer lists, richer engine details, smarter interactive prompts, and more helpful error messages, so you can more easily pick the right engine, understand who created it and when, and fix setup issues without looking through SQL or Python errors. When you use non-LOGIC engines in scripts, be sure to add--type(for example,rai engines:get --name my_engine --type SOLVER) so the CLI knows which engine you mean.