Featureform supports Redis as an Inference Store and a Vector DBDocumentation Index
Fetch the complete documentation index at: https://docs.featureform.com/llms.txt
Use this file to discover all available pages before exploring further.
Implementation
In the inference store configuration, one Redis hash is created per feature. It maps entities to their feature value. A metadata hash is also stored in Redis that allows Redis to maintain its own state.Configuration
First we have to add a declarative Redis configuration in Python. In the following example, only name is required, but the other parameters are available.redis_config.py