[PR #2133] [CLOSED] docs: fix unreadable retrieval pipeline diagram #2162

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2133
Author: @YassinNouh21
Created: 1/7/2026
Status: Closed

Base: mainHead: fix/issue-2067-retrieval-diagram


📝 Commits (6)

  • 6bed5d0 docs: fix unreadable retrieval pipeline diagram
  • 76497bf docs: fix unreadable retrieval pipeline diagram
  • 36495ae docs: fix unreadable retrieval pipeline diagram
  • 54bcbf1 docs: fix unreadable retrieval pipeline diagram
  • cb96ca0 revert: remove unintended style.css changes
  • 5eb2c82 Merge branch 'main' into fix/issue-2067-retrieval-diagram

📊 Changes

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

View changed files

📝 src/oss/langchain/retrieval.mdx (+3 -0)

📄 Description

Summary

  • Add useMaxWidth: false mermaid directive to prevent the diagram from being scaled down to fit the container
  • Wrap the diagram in a scrollable <div> to enable horizontal scrolling for the full-size diagram
  • Preserves the original graph structure and all labels

Test plan

  • Verified diagram is now readable at full size with horizontal scroll
  • Tested on local dev server

Fixes #2067


This PR was created with assistance from AI tools.


🔄 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/2133 **Author:** [@YassinNouh21](https://github.com/YassinNouh21) **Created:** 1/7/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/issue-2067-retrieval-diagram` --- ### 📝 Commits (6) - [`6bed5d0`](https://github.com/langchain-ai/docs/commit/6bed5d0a58c7b0b909bba9878107e78bf7d962e7) docs: fix unreadable retrieval pipeline diagram - [`76497bf`](https://github.com/langchain-ai/docs/commit/76497bf214089bab8dc83af044f301ff3de08e36) docs: fix unreadable retrieval pipeline diagram - [`36495ae`](https://github.com/langchain-ai/docs/commit/36495ae7670b9975493493c25a5d82b78e294eee) docs: fix unreadable retrieval pipeline diagram - [`54bcbf1`](https://github.com/langchain-ai/docs/commit/54bcbf1a84b10ab7aebaab477b02f73bcc1b7aad) docs: fix unreadable retrieval pipeline diagram - [`cb96ca0`](https://github.com/langchain-ai/docs/commit/cb96ca03b20eff6f6a9c180ef55faf97a4bd7f94) revert: remove unintended style.css changes - [`5eb2c82`](https://github.com/langchain-ai/docs/commit/5eb2c82486acfdbcd95189268cf0aa8da8968798) Merge branch 'main' into fix/issue-2067-retrieval-diagram ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/retrieval.mdx` (+3 -0) </details> ### 📄 Description ## Summary - Add `useMaxWidth: false` mermaid directive to prevent the diagram from being scaled down to fit the container - Wrap the diagram in a scrollable `<div>` to enable horizontal scrolling for the full-size diagram - Preserves the original graph structure and all labels ## Test plan - [x] Verified diagram is now readable at full size with horizontal scroll - [x] Tested on local dev server Fixes #2067 --- *This PR was created with assistance from AI tools.* --- <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:08 -05:00
yindo closed this issue 2026-02-17 17:23:08 -05:00
yindo changed title from [PR #2133] docs: fix unreadable retrieval pipeline diagram to [PR #2133] [CLOSED] docs: fix unreadable retrieval pipeline diagram 2026-06-05 18:17:00 -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#2162