[PR #2494] Extend the documenation with information about the fluent API #2484

Open
opened 2026-02-17 17:23:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2494
Author: @tishun
Created: 2/5/2026
Status: 🔄 Open

Base: mainHead: topic/tishu/redis-vector-store-1.1


📝 Commits (1)

  • 2442601 Extend the documenation with information about the fluent API

📊 Changes

1 file changed (+400 additions, -90 deletions)

View changed files

📝 src/oss/javascript/integrations/vectorstores/redis.mdx (+400 -90)

📄 Description

Overview

With the release of @langchain/redis@1.1.0 we introduced a new advanced filtering mechanisms for the Redis vector store.

This PR helps guide the user on

  • how to use the newly introduced FluentRedisVectorStore
  • how it compares to the existing (now considered legacy) RedisVectorStore
  • the migration path from one to the other
  • and updates some of the general information.

Type of change

Type: Update existing documentation

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • 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

N/A


🔄 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/2494 **Author:** [@tishun](https://github.com/tishun) **Created:** 2/5/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `topic/tishu/redis-vector-store-1.1` --- ### 📝 Commits (1) - [`2442601`](https://github.com/langchain-ai/docs/commit/24426019bb4dceb60b91303132664090a046a6cd) Extend the documenation with information about the fluent API ### 📊 Changes **1 file changed** (+400 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/vectorstores/redis.mdx` (+400 -90) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> With the release of [@langchain/redis@1.1.0](https://github.com/langchain-ai/langchainjs/releases/tag/%40langchain%2Fredis%401.1.0) we introduced a new advanced filtering mechanisms for the Redis vector store. This PR helps guide the user on * how to use the newly introduced `FluentRedisVectorStore` * how it compares to the existing (now considered legacy) `RedisVectorStore` * the migration path from one to the other * and updates some of the general information. ## Type of change **Type:** Update existing documentation ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - Feature PR: https://github.com/langchain-ai/langchainjs/pull/9240 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [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 - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes <!-- Any other information that would be helpful for reviewers --> N/A --- <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-02-17 17:23:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2484