Max characters using redis-cli for vss when in interactive mode

Coincidentally, I discovered that redis-cli is limited to a maximum number of characters for entering commands, in interactive mode. This makes it impossible to perform semantic searches where the vector used for the search is large. Is there any way to expand the maximum number of characters in redis-cli input?

Notice you can call redis-cli as a linux commad and pass it arguments and not only in interactive mode.