1.2-RC4
This is the fourth release candidate for RedisAI v1.2!
Headlines:
#482 DAG performance enhancement: Auto-batching support for MODELRUN commands inside a DAG Added DAG general timeout.
#489 Execute Redis commands in TorchScript. This capability enables, but not limited, to convert data residing in Redis (or modules) data structures into tensors to be fed to the model as well as store script results in Redis data structures. Scripts can be run in DAG's.
#787 Allow executing models from within TorchScript.
#775 Support for BOOL tensors.
#511, #537, #547, #556 Allow async model, script and DAG run via low-level API. This capability will allow other modules to call RedisAI. For example a module that hold time series data, can call RedisAI directly for anomaly detection.
#723 #682 #680, #792 - New API commands MODELSTORE MODELEXECUTE, SCRIPTSTORE, SCRIPTEXECUTE DAGEXECUTE replacing and deprecating MODELSET MODELRUN, SCRIPTSET, SCRIPTRUN DAGRUN for better enterprise cluster support.
#779 #797 Allow ONNXRuntime backend execution timeout