hhsecond
hhsecond
## 🐛 Bug Currently, either of these two objects needs to be passed to __setattr__ for the framework to detect it as a storage path - A string that starts...
RedisAI crashes on [this](https://github.com/RedisAI/redisai-examples/blob/cleanup/python_client/spark_decisiontree.py) example. The crash is happening on `OrtRun` but couldn't verify why yet. It's a model built with SparkML pipeline which could be a reason. Model creation...
Since ONNXRuntime allows us to pass the INPUT & OUTPUT names into the session and some of the spark models require us to pass the names. We'll need to support...
As raised in the [graylog's issue tracker](https://github.com/Graylog2/graylog2-server/issues/2741), the order of the messages are random if the messages come in the same millisecond. Shouldn't we have an internal sequence ID created...
- How to setup dev environment and how to run tests - Labels for automating releases - etc
redisai-py by default decodes all the responses. The parent class accepts `decode_responses` as argument which can do this even before the data reaches redisai Client class
DAG.run relies on the pre-created list for doing post-processing. The post-processing functions don't consider the possible response error from the server and ended up applying the post-processing on the response...
https://github.com/RedisAI/RedisAI/pull/395
`redismock` is awesome and I was glad I found it. But after I made some time investments and refactored my project to use it, I found that some of the...