[PR #542] [MERGED] docs(redis): Update Redis vector store documentation for deleting documents #802

Closed
opened 2026-02-17 17:21:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/542
Author: @akhunters
Created: 9/15/2025
Status: Merged
Merged: 9/15/2025
Merged by: @lnhsingh

Base: mainHead: redis-delete-doc-by-id-documentation


📝 Commits (3)

  • b854574 docs: Update Redis vector store documentation for deleting documents
  • ecb5364 docs: Clarify document deletion process in Redis vector store documentation
  • 098b234 Merge branch 'main' into redis-delete-doc-by-id-documentation

📊 Changes

1 file changed (+16 additions, -3 deletions)

View changed files

📝 src/oss/javascript/integrations/vectorstores/redis.mdx (+16 -3)

📄 Description

Overview

This update clarifies the process for deleting documents from the Redis vector store, including instructions for deleting all documents and specific documents by ID.

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
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Local Preview

Screenshot 2025-09-15 at 11 00 52 PM

Additional Notes

This documentation update aligns with changes merged in langchain-ai/langchainjs PR #8960. Maintainer @hntrl requested a PR be raised to update the v1 docs site as well (comment).

Changes made:

  • Removed outdated "deletion not supported" statement
  • Enhanced delete snippet to include both deleteAll and ids deletion methods
  • Added clarification about automatic key prefix handling

🔄 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/542 **Author:** [@akhunters](https://github.com/akhunters) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `redis-delete-doc-by-id-documentation` --- ### 📝 Commits (3) - [`b854574`](https://github.com/langchain-ai/docs/commit/b854574f386eda4c6c9d99d8d0230c17f567e8ad) docs: Update Redis vector store documentation for deleting documents - [`ecb5364`](https://github.com/langchain-ai/docs/commit/ecb5364a12671df7869adf6d6734f192e6aeaafe) docs: Clarify document deletion process in Redis vector store documentation - [`098b234`](https://github.com/langchain-ai/docs/commit/098b23433ed7c42698ef34bf39e8bb031129ec0e) Merge branch 'main' into redis-delete-doc-by-id-documentation ### 📊 Changes **1 file changed** (+16 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/vectorstores/redis.mdx` (+16 -3) </details> ### 📄 Description ## Overview This update clarifies the process for deleting documents from the Redis vector store, including instructions for deleting all documents and specific documents by ID. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - Feature PR: https://github.com/langchain-ai/langchainjs/pull/8738 - Doc PR in `langchain-ai/langchainjs`: https://github.com/langchain-ai/langchainjs/pull/8960 ## Checklist - [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 - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - [ ] I have gotten approval from the relevant reviewers - [ ] (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Local Preview <img width="500" height="280" alt="Screenshot 2025-09-15 at 11 00 52 PM" src="https://github.com/user-attachments/assets/d331fbcb-46f5-4389-83ae-5136758951a0" /> ## Additional Notes This documentation update aligns with changes merged in [langchain-ai/langchainjs PR #8960](https://github.com/langchain-ai/langchainjs/pull/8960). Maintainer @hntrl requested a PR be raised to update the v1 docs site as well ([comment](https://github.com/langchain-ai/langchainjs/pull/8960#pullrequestreview-3225253403)). **Changes made:** - Removed outdated "deletion not supported" statement - Enhanced delete snippet to include both `deleteAll` and `ids` deletion methods - Added clarification about automatic key prefix handling --- <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:21:09 -05:00
yindo closed this issue 2026-02-17 17:21:09 -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#802