Quick Start

Redis

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.

Getting Started


Explore the Docs#

📖 Concepts

Understand how RedisVL works. Architecture, search fundamentals, and extension patterns.

🚀 User Guides

Step-by-step tutorials. Installation, getting started, and deep dives on every feature.

💡 Examples

Real-world applications. RAG pipelines, chatbots, recommendation systems, and more.

�� API Reference

Complete API documentation. Classes, methods, parameters, and examples.