tk42

Results 6 comments of tk42

@dakl try to downgrade to v.1.3.0 (as is mentioned in #1680). it works for me.

Is this working for XREAD or XREADGROUP? I wonder this is not working well for them because the nested structure is different, sorry if this is out of scope.

Hi @smotes @stevenh In that snippet, it contains only a single stream key but how about multiple stream key case? From redis docs, ```XREAD```/```XREADGROUP``` can take multiple keys (and corresponded...

Hi! @hemantnyadav. This error is caused by an incompatible pyyaml on Colab. The quickest workaround is ``` !pip install pyyaml==5.4.1 ``` For more details, [here](https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation)

I think that `MODEL_TYPE` in `.env` does not match the actual model. I got this error when I was running a LlamaCpp model with `MODEL_TYPE=GPT4All`, it disappeared when I set...