Releases: RedisAI/redisai-go
Releases · RedisAI/redisai-go
v1.0.1
Enhancements
- Add support for TAG on SCRIPTSET and MODELSET (#20 )
Thanks to: @dengliming for the contributing!
Compatibility warning
This version is compatible with RedisAI v0.99.1 or newer
Given that RESP numbers replies are always 64 bit integer, we've normalize int(32) usage to int64 (#19)
v1.0.0
Enhancements
- Add support for AI.DAGRUN AI.DAGRUN_RO (#8)
- Extended the examples folder and godoc with 3 examples on how to connect to the RedisAI Server. ( simplest way possible, with pool, and with SSL ) (#16)
- Extended negative testing on tensor, model, and client (#10)
Thanks to: @dengliming for the contributing!
Compatibility warning
This version is compatible with RedisAI v0.99.1 or newer
v0.99.1
Enhancements
- Added support for AI.INFO #7
- Added ModelInterface and TensorInterface to enable seamless integration with other golang model/tensor packages - #6
- Added alternative AI.TENSORSET and AI.TENSORGET APIs TensorSetFromTensor and TensorGetToTensor that integrate with TensorInterface
- Added alternative AI.MODELSET and AI.MODELGET APIs ModelSetFromModel and ModelGetToModel that integrate with Modelinterface
- Updated commands towards RedisAI reply changes #5
- Added helper method
TensorGetTypeStrFromType
to ease integration with other golang clients/tools #5
Thanks to: @dengliming for the contributing!
Compatibility warning
This version is compatible with RedisAI v0.99.1 or newer
v0.1.0
[add] made auxiliar methods for Tensor Reply processing public