[PR #2754] [CLOSED] docs: add RAG troubleshooting checklist to navigation #2856

Closed
opened 2026-06-05 18:20:11 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2754
Author: @onestardao
Created: 2/21/2026
Status: Closed

Base: mainHead: main


📝 Commits (6)

📊 Changes

2 files changed (+1691 additions, -1542 deletions)

View changed files

📝 src/docs.json (+1543 -1542)
src/oss/concepts/rag-troubleshooting-checklist.mdx (+148 -0)

📄 Description

Overview

This PR adds a new RAG troubleshooting checklist conceptual guide and wires it into the existing docs navigation.
The page gives users a structured, high level checklist they can follow when debugging RAG systems before diving into implementation specific details.

Type of change

Type: New documentation page / Update existing documentation

Related issues/PRs

  • Linear issue: N/A
  • Slack thread: N/A

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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

Docs only change.
No runtime code is modified; this PR only adds a conceptual RAG troubleshooting checklist and updates navigation so users can easily discover it.


🔄 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/2754 **Author:** [@onestardao](https://github.com/onestardao) **Created:** 2/21/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`3f0e018`](https://github.com/langchain-ai/docs/commit/3f0e018f1bf4714d28b15cc9a41dce1da55a5493) docs: add RAG troubleshooting checklist page - [`92df56e`](https://github.com/langchain-ai/docs/commit/92df56eccf6438c8a23ec46a6d0a8fe809488097) docs: add RAG troubleshooting checklist to navigation - [`b98a204`](https://github.com/langchain-ai/docs/commit/b98a2041571ca338ff6e1087b5a93410c785bc6a) docs: add RAG troubleshooting checklist page (langchain-ai/langchain#35360) - [`5cdc257`](https://github.com/langchain-ai/docs/commit/5cdc2578f1a8805d7ecfa060f30ec43d58d9f23e) Update docs.jsondocs: add RAG troubleshooting checklist to navigation (langchain-ai/langchain#35360) - [`5b90e81`](https://github.com/langchain-ai/docs/commit/5b90e81f792f1ce6e7e79e30b787d321b7d84dfc) Update docs.json - [`2ef7258`](https://github.com/langchain-ai/docs/commit/2ef725827dc0919a98982b4833bb1fa46ee20b06) docs: add RAG troubleshooting checklist to navigation (langchain-ai/langchain#35360) ### 📊 Changes **2 files changed** (+1691 additions, -1542 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1543 -1542) ➕ `src/oss/concepts/rag-troubleshooting-checklist.mdx` (+148 -0) </details> ### 📄 Description ## Overview This PR adds a new **RAG troubleshooting checklist** conceptual guide and wires it into the existing docs navigation. The page gives users a structured, high level checklist they can follow when debugging RAG systems before diving into implementation specific details. ## Type of change **Type:** New documentation page / Update existing documentation ## Related issues/PRs - GitHub issue: closes langchain-ai/langchain#35360 - Feature PR: N/A <!-- For LangChain employees, if applicable: --> - Linear issue: N/A - Slack thread: N/A ## 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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes Docs only change. No runtime code is modified; this PR only adds a conceptual RAG troubleshooting checklist and updates navigation so users can easily discover it. --- <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 18:20:11 -04:00
yindo closed this issue 2026-06-05 18:20:11 -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#2856