redis-vl-python
Redis Vector Library (RedisVL) -- the AI-native Python client for Redis.
GraphCanon updated 1d · GitHub synced 1d
Decision brief
RedisVL is a Python library designed for seamless integration of Redis as an AI-native vector database. It stands out with its specialized support for large language models and embedding management.
Good fit when
- When you need to integrate your application with Redis as a vector database using the Python programming language.
- If your project involves working with large language models, such as those from HuggingFace or Anthropic, and requires efficient embedding retrieval and caching.
Avoid when
- If your project does not require integration with Redis or Python is not an option for implementation.
- For applications needing only basic key-value storage, as RedisVL introduces additional overhead with its specialized AI-native features.
- Requirements:
- Requires a Redis server to be installed and running.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (3d since push)
- As of 1d
- Provenance
- Not a fork · Organization account
- As of 1d
- Security (OSV)
- No MCP manifest
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install redis-vl-python PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A Python library providing an AI-native interface for working with Redis as a vector database. Supports large language model integrations and embedding management.
Capability facts
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Aug 23, 2026
- Languages
- python
Source: github.language+pyproject.toml · Aug 23, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 23, 2026)
Install `redisvl` into your Python (>=3.10) environment using `pip`:Source link
Tags
README
Installation
Install redisvl into your Python (>=3.10) environment using pip:
pip install redisvl
Install the MCP server extra when you want to expose one or more existing Redis indexes through MCP:
pip install redisvl[mcp]
For more detailed instructions, visit the installation guide. For MCP concepts and setup, see the RedisVL MCP docs and the MCP how-to guide.
For agents
This page has a .md twin and JSON over the API.