Skip to content

Releases: RedisAI/redisai-go

v1.0.1

17 May 14:47
dd710d8
Compare
Choose a tag to compare

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

11 May 16:31
e4943ff
Compare
Choose a tag to compare

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

05 May 11:32
abf6b5d
Compare
Choose a tag to compare

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

03 Sep 11:35
Compare
Choose a tag to compare
[add] made auxiliar methods for Tensor Reply processing public