Bill Scherer
Bill Scherer
**Is your feature request related to a problem? Please describe.** I don't believe there is a way for the client to retrieve the model chunk size. It can be set...
# Description `SRException::where()` location information should be put into the Python exception Traceback info. This information is collected at exception throw sites in the C++ code via the macros (defined...
* Implement model chunking for `set_model()` and `get_model()` * Add support for AI.CONFIG to set model chunking size * Update unit tests to verify chunking support * Remove an extraneous...
# Description RedisAI has deprecated the `AI.SCRIPTSET` and `AI.SCRIPTRUN` API functions and added some additional functionality to the replacement `AI.SCRIPTSTORE` and `AI.SCRIPTEXECUTE` functions. The SmartRedis API should be updated to...
# Description The `set_model()` and `set_script()` methods of the `Redis` and `RedisCluster` classes return a `CommandReply` that is never checked for success. This could in theory allow an error to...
# Description Allow users to pick the slots in which tensors are stored. This should open up an opportunity for advanced users to get improved performance with scripts and models....
# Description These three files are missing `throw` documentation for our API routines # Justification Full documentation improves maintainability and extensibility of code # Implementation Strategy Documentation should be very...
## Description CodeCov coverage statistics do not currently take integration tests into account, just unit testing. This should be expanded to present an accurate picture of our code coverage. The...
PR #139 exposes the Redis command FLUSHALL, CONFIG GET, and CONFIG SET to the python client. We need to add parity for C, C++, Fortran clients. `FLUSHALL` is an `AddressAnyCommand`...