Open
Description
Given https://github.com/redis/redis/blob/unstable/redis.conf#L1854 there might be cases in which we have a Redis instance with a max string size of 1,2,10mb....
The hotfix that added modelset chunking to the client ( https://github.com/RedisAI/redisai-py/pull/35/files ) enforces a chunk size of 512mb. We should address this ( or at least be aware of the limitations/issues that can arise from the current config )