[PR #2037] [MERGED] docs(retrievers): document BM25Plus variant for BM25Retriever #2078

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2037
Author: @samanta-sc
Created: 12/28/2025
Status: Merged
Merged: 1/23/2026
Merged by: @mdrxy

Base: mainHead: docs/bm25plus-variant


📝 Commits (2)

  • fc11ef6 docs(retrievers): document BM25Plus variant for BM25Retriever
  • 34ef0dc Apply suggestion from @mdrxy

📊 Changes

1 file changed (+45 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/retrievers/bm25.mdx (+45 -0)

📄 Description

Overview

Documents the optional BM25Plus variant supported by BM25Retriever.

Adds a short explanation of when BM25Plus may be useful and a minimal example showing how to enable it. The default behavior of BM25Retriever remains unchanged.

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
    (Not needed — existing page updated only)

Additional notes

This documentation corresponds to an opt-in feature added in the linked code PR. No existing behavior is changed.


🔄 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/2037 **Author:** [@samanta-sc](https://github.com/samanta-sc) **Created:** 12/28/2025 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `docs/bm25plus-variant` --- ### 📝 Commits (2) - [`fc11ef6`](https://github.com/langchain-ai/docs/commit/fc11ef68718533bf0181ad8bf7a969868f16c9b6) docs(retrievers): document BM25Plus variant for BM25Retriever - [`34ef0dc`](https://github.com/langchain-ai/docs/commit/34ef0dc0611047f9c4c181108889067d308be66b) Apply suggestion from @mdrxy ### 📊 Changes **1 file changed** (+45 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/retrievers/bm25.mdx` (+45 -0) </details> ### 📄 Description ## Overview Documents the optional **BM25Plus** variant supported by `BM25Retriever`. Adds a short explanation of when BM25Plus may be useful and a minimal example showing how to enable it. The default behavior of `BM25Retriever` remains unchanged. ## 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) --> - GitHub issue: N/A - Feature PR: langchain-ai/langchain-community#488 ## Checklist <!-- Put an 'x' in all boxes that apply --> - ✅ I have read the [contributing guidelines](README.md) - ✅ 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 _(Not needed — existing page updated only)_ ## Additional notes This documentation corresponds to an opt-in feature added in the linked code PR. No existing behavior is changed. --- <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:02 -05:00
yindo closed this issue 2026-02-17 17:23:02 -05:00
yindo changed title from [PR #2037] docs(retrievers): document BM25Plus variant for BM25Retriever to [PR #2037] [MERGED] docs(retrievers): document BM25Plus variant for BM25Retriever 2026-06-05 18:16:31 -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#2078