0.12.8
Version 0.12.8 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”-
The client now tells you when results use cached index data. You see how many data streams are cached and when the cache was last updated. This helps you know if your results are fresh or from cache. No code changes are needed. If you use tools that check the exact output (such as log parsers or tests), update them for this new message.
-
When you run
rai init, you can now choose how often your Snowflake data refreshes. The default is 30 minutes. Set it to0to refresh every time. This helps you keep data up to date without editing config files. Existing settings are kept, and scripted setups can pre-set thedata_freshness_minsconfiguration option to skip the prompt.