skillfed

llama-index-vector-stores-redis

llama-index vector_stores redis integration

llama-index-vector-stores-redis v0.8.0 79.7K downloads/30d#14,339 on PyPI
Permissive license MIT Active released

What it is and what it does

This package provides a LlamaIndex integration that uses Redis as the backend storage for vector embeddings. It bridges LlamaIndex's vector store abstraction with Redis's vector capabilities through the redisvl library, allowing developers to build retrieval-augmented generation (RAG) systems and semantic search applications that persist embeddings in Redis.

The package is designed for applications that need fast, scalable vector similarity search without requiring a separate specialized vector database. It fits into the LlamaIndex ecosystem as a drop-in vector store option, handling embedding storage, indexing, and retrieval operations against a Redis instance.

Use it for:

  • Build RAG pipelines that store document embeddings in Redis for fast retrieval during question-answering workflows.
  • Implement semantic search over large document collections using Redis as the vector index backend.
  • Integrate vector search into existing applications already using Redis for caching or session storage.
  • Prototype and deploy LlamaIndex applications with Redis as a cost-effective vector store alternative.
  • Scale vector search workloads by leveraging Redis's in-memory performance and clustering capabilities.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Redis as a vector store backend for LlamaIndex, enabling storage and retrieval of vector embeddings in Redis for RAG and semantic search applications.

Yes, if you are building LlamaIndex applications and have Redis infrastructure available or planned. The package has low install friction, active maintenance, permissive licensing, and no known vulnerabilities. Install only if you intend to use Redis as your vector store backend; it is not useful standalone without LlamaIndex and a Redis instance.

Install

llama-index-vector-stores-redis on PyPI

pip

pip install llama-index-vector-stores-redis

uv

uv add llama-index-vector-stores-redis

poetry

poetry add llama-index-vector-stores-redis

Installing llama-index-vector-stores-redis

Before you install

Low install friction with only two runtime dependencies (llama-index-core and redisvl). Package is actively maintained with a recent release cycle.

License in practice

MIT license permits use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.

Quickstart

pip install llama-index-vector-stores-redis

from llama_index.vector_stores.redis import RedisVectorStore
from redisvl.index import SearchIndex

# Initialize Redis vector store with connection details
vector_store = RedisVectorStore(index_name="my_index")

Requires Python >=3.10,<3.14 and an accessible Redis server instance.

Verify before relying

  • Whether Redis server setup or configuration is required beyond installing this package
  • Performance characteristics and scalability limits for large embedding datasets
  • Compatibility with specific versions of llama-index-core and redisvl beyond the stated Python version range

Package facts

License MIT (permissive)
Python support supports the current Python release (<3.14,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — llama-index-core, redisvl
Maintenance actively maintained — 150 days since the last release
First released
Downloads 79,704/month — #14,339 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: llama_index_vector_stores_redis-0.8.0-py3-none-any.whl

Tags

redis vector storellama index redis integrationvector embeddings redissemantic search redisrag vector databaseredis embedding storagellama index vector backend
vector-searchragllama-index-integration

More Database packages

psycopg2-binary

psycopg2-binary is a PostgreSQL database…

copyleft · top 1,000 on PyPI

redis

Python client library for connecting to and…

permissive · top 1,000 on PyPI

ydb

YDB Python SDK is the official client library…

permissive · top 1,000 on PyPI

snowflake-connector-python

Connects Python applications to Snowflake data…

permissive · top 1,000 on PyPI

sqlparse

sqlparse tokenizes SQL text into a tree of…

permissive · top 1,000 on PyPI

dbt-adapters

Provides base adapter protocols and shared…

permissive · top 1,000 on PyPI

llama-index-vector-stores-postgres

Integrates PostgreSQL with pgvector extension…

permissive · top 15,000 on PyPI

llama-index-vector-stores-qdrant

Integrates Qdrant vector database with…

permissive · top 15,000 on PyPI

redisvl

RedisVL is a Python client for building AI…

permissive · top 5,000 on PyPI

llama-index-vector-stores-faiss

Integrates FAISS vector storage with LlamaIndex…

permissive · top 15,000 on PyPI

llama-index-vector-stores-chroma

Integrates Chroma vector database with…

permissive · top 15,000 on PyPI

llama-index-vector-stores-lancedb

Integrates LanceDB as a vector store backend…

permissive · top 15,000 on PyPI

llama-index-vector-stores-milvus

Integrates the Milvus vector database with…

permissive · top 15,000 on PyPI

llama-index-vector-stores-pinecone

Integrates Pinecone vector database with…

permissive · top 15,000 on PyPI

llama-index-vector-stores-azureaisearch

Integrates Azure AI Search as a vector store…

permissive · top 15,000 on PyPI

llama-index-storage-docstore-postgres

Provides a Postgres-backed document store…

permissive · top 15,000 on PyPI