[PR #4280] docs: Add Redis to Vector Store documentation #4266

Open
opened 2026-06-05 19:13:19 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4280
Author: @limjoobin
Created: 6/2/2026
Status: 🔄 Open

Base: mainHead: docs/add-redis-vectorstore


📝 Commits (5)

  • e4ccbf4 docs: add langchain-redis to link_map.py
  • f807acf docs: add RedisVectorStore integration page
  • d30854f docs: fixed broken link
  • a4f45f7 docs: Minor edits for flow
  • 8bdb4e0 docs: Cleaned up link anchor for langchain-redis

📊 Changes

3 files changed (+238 additions, -0 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+3 -0)
📝 src/oss/python/integrations/vectorstores/index.mdx (+26 -0)
src/oss/python/integrations/vectorstores/redis.mdx (+209 -0)

📄 Description

Overview

Adds a new integration page for Redis (langchain-redis) to the vector store integrations section. This includes:

  • New redis.mdx integration guide under src/oss/python/integrations/vectorstores/
  • Redis added to the "Select vector store" accordion, capability table, and "All vector stores" card list in index.mdx
  • langchain-redis and RedisVectorStore added to pipeline/preprocessors/link_map.py for autolink resolution

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: Fixes #4226 .

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

src/docs.json has not been updated — leaving navigation placement to the maintainers' discretion.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4280 **Author:** [@limjoobin](https://github.com/limjoobin) **Created:** 6/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-redis-vectorstore` --- ### 📝 Commits (5) - [`e4ccbf4`](https://github.com/langchain-ai/docs/commit/e4ccbf4c028767c73a7d9209116aaa888efcf4e3) docs: add langchain-redis to link_map.py - [`f807acf`](https://github.com/langchain-ai/docs/commit/f807acfad248663b188acd86fbc914100c30367d) docs: add RedisVectorStore integration page - [`d30854f`](https://github.com/langchain-ai/docs/commit/d30854f1049b82b146a1df56390e73d36669803e) docs: fixed broken link - [`a4f45f7`](https://github.com/langchain-ai/docs/commit/a4f45f7263779770eca2eac9de4510755b6d0476) docs: Minor edits for flow - [`8bdb4e0`](https://github.com/langchain-ai/docs/commit/8bdb4e042560aa2bae990328ce6d60ca31cbd5f7) docs: Cleaned up link anchor for langchain-redis ### 📊 Changes **3 files changed** (+238 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+3 -0) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+26 -0) ➕ `src/oss/python/integrations/vectorstores/redis.mdx` (+209 -0) </details> ### 📄 Description ## Overview Adds a new integration page for Redis (`langchain-redis`) to the vector store integrations section. This includes: - New `redis.mdx` integration guide under `src/oss/python/integrations/vectorstores/` - Redis added to the "Select vector store" accordion, capability table, and "All vector stores" card list in `index.mdx` - `langchain-redis` and `RedisVectorStore` added to `pipeline/preprocessors/link_map.py` for autolink resolution ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: Fixes #4226 . ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes `src/docs.json` has not been updated — leaving navigation placement to the maintainers' discretion. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:13:19 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4266