Redis Vector Library
The AI-native Redis Python client
Quick Start#
pip install redisvl
docker run -d --name redis -p 6379:6379 redis:latest
Or connect to Redis Cloud for a managed experience.
The AI-native Redis Python client
pip install redisvl
docker run -d --name redis -p 6379:6379 redis:latest
Or connect to Redis Cloud for a managed experience.