Redis Vector Library (RedisVL)#

A powerful, AI-native Python client library for Redis. Leverage the speed, flexibility, and reliability of Redis for real-time data to supercharge your AI application.

Installation#

Install redisvl into your Python (>=3.8) environment using pip:

pip install redisvl

Then make sure to have Redis accessible with Search & Query features enabled on Redis Cloud or locally in docker with Redis Stack:

docker run -d --name redis -p 6379:6379 -p 8001:8001 redis/redis-stack:latest

This will also spin up the Redis Insight GUI at http://localhost:8001.

Table of Contents#