RedisAI
RedisAI is an open-source Redis module that enables executing artificial intelligence models and managing tensor data directly inside Redis. Developed by Redis Labs, it aims to bring model inference closer to data storage to reduce latency and simplify deployment for applications that combine data management with machine learning.
It introduces new data types for tensors and models and exposes an execution layer that can run
RedisAI provides a command set for managing tensors and models and for invoking inference. Typical operations
RedisAI is part of the Redis ecosystem and is maintained as an open-source project with documentation and