[PR #396] [MERGED] add langgraph agentic rag tutorial #708

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/396
Author: @ccurme
Created: 9/5/2025
Status: Merged
Merged: 9/5/2025
Merged by: @eyurtsev

Base: mainHead: cc/agentic_rag_tutorial


📝 Commits (6)

📊 Changes

5 files changed (+1079 additions, -0 deletions)

View changed files

📝 src/docs.json (+12 -0)
src/images/agentic-rag-output.png (+0 -0)
src/images/langgraph-hybrid-rag-tutorial.png (+0 -0)
📝 src/oss/langchain-rag.md (+9 -0)
src/oss/langgraph/langgraph-agentic-rag.md (+1058 -0)

📄 Description

Port of langgraph hybrid agentic rag tutorial for js and python.

We'll need to improve the js content.


🔄 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/396 **Author:** [@ccurme](https://github.com/ccurme) **Created:** 9/5/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `cc/agentic_rag_tutorial` --- ### 📝 Commits (6) - [`846a639`](https://github.com/langchain-ai/docs/commit/846a6396d9e6d09bc0de3c3c2fc8daff049ca829) python implementation - [`52a6f9d`](https://github.com/langchain-ai/docs/commit/52a6f9d1247ef26372b9ee6ce8695dcb1b40ad01) add js - [`5242a7e`](https://github.com/langchain-ai/docs/commit/5242a7ee9580a175c75d0d1a155ff9741eb51041) Merge branch 'main' into cc/agentic_rag_tutorial - [`07d565b`](https://github.com/langchain-ai/docs/commit/07d565bc6f36e45546bcc3e82e8d6cf87e228e0c) add link in langchain tutorial - [`ecda0c7`](https://github.com/langchain-ai/docs/commit/ecda0c79212b1b5d6d2c01f0dbcdd0db9b78b272) x - [`86446e8`](https://github.com/langchain-ai/docs/commit/86446e831b96daed71be3aa07ccebaf99d31abf3) x ### 📊 Changes **5 files changed** (+1079 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+12 -0) ➕ `src/images/agentic-rag-output.png` (+0 -0) ➕ `src/images/langgraph-hybrid-rag-tutorial.png` (+0 -0) 📝 `src/oss/langchain-rag.md` (+9 -0) ➕ `src/oss/langgraph/langgraph-agentic-rag.md` (+1058 -0) </details> ### 📄 Description Port of langgraph hybrid agentic rag tutorial for js and python. We'll need to improve the js content. --- <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:20:58 -05:00
yindo closed this issue 2026-02-17 17:20:58 -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#708