Are there some use cases for RedisJSon in ML or simply RedisJSON is used to manipulate JSON formats??
Regards
Are there some use cases for RedisJSon in ML or simply RedisJSON is used to manipulate JSON formats??
Regards
RedisJSON is mostly aimed at efficient in memory JSON store, retrieval and in place update.
If you care about ML and Redis you might want to check https://github.com/RedisAI/RedisAI/
Your best bet is probably to use Redis & RedisJSON to simply store and get the data you want to feed into your ML model and then store the results of that model. In this way your ML model can use any technology you choose - python, etc.
Its good to see how ML is growing and now Redis also gain points in indulging with ML
yes, RedisAI is making AI implementation is easy for you by: