What's New in Version 1.8.1
Version 1.8.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”- Added a new
LogicReasonerConfig.readonly_queriesconfig option that can help improve performance when you run multiple queries against the same model. It is disabled by default.