[PR #339] [MERGED] docs[minor]: Update init syntax for RAG docs #671

Closed
opened 2026-02-15 19:15:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/339
Author: @bracesproul
Created: 8/21/2024
Status: Merged
Merged: 8/22/2024
Merged by: @bracesproul

Base: mainHead: brace/update-init-rag-docs


📝 Commits (7)

📊 Changes

6 files changed (+1210 additions, -851 deletions)

View changed files

📝 examples/package.json (+2 -0)
📝 examples/rag/langgraph_adaptive_rag_local.ipynb (+48 -104)
📝 examples/rag/langgraph_agentic_rag.ipynb (+768 -190)
📝 examples/rag/langgraph_crag.ipynb (+97 -230)
📝 examples/rag/langgraph_self_rag.ipynb (+262 -326)
📝 yarn.lock (+33 -1)

📄 Description

closes #329


🔄 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/langgraphjs/pull/339 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/update-init-rag-docs` --- ### 📝 Commits (7) - [`f3709a3`](https://github.com/langchain-ai/langgraphjs/commit/f3709a313cef2ea81cd82effa9cf3e7c2a9cc11c) docs[minor]: Update init syntax for RAG docs - [`ad2da98`](https://github.com/langchain-ai/langgraphjs/commit/ad2da98df205b4dac69aec46adc024d65403cef7) more rag - [`88c8b6c`](https://github.com/langchain-ai/langgraphjs/commit/88c8b6c884a14edb932bb3b011f0ff19d4e17d2d) fixed - [`f0fe4e9`](https://github.com/langchain-ai/langgraphjs/commit/f0fe4e9794b15de77d4b608471c2fe62e622dc2d) updated corrective rag doc - [`3410d07`](https://github.com/langchain-ai/langgraphjs/commit/3410d07a3a9e8300f8da2272d75998e2fd9196f3) fixes - [`dd8a0a3`](https://github.com/langchain-ai/langgraphjs/commit/dd8a0a33ea157747720969b0d6464b37341634dc) yarn install - [`23aa915`](https://github.com/langchain-ai/langgraphjs/commit/23aa915d8a3b7e880fa517dfd7ca6ae52fc85908) move examples dep from deps to dev deps ### 📊 Changes **6 files changed** (+1210 additions, -851 deletions) <details> <summary>View changed files</summary> 📝 `examples/package.json` (+2 -0) 📝 `examples/rag/langgraph_adaptive_rag_local.ipynb` (+48 -104) 📝 `examples/rag/langgraph_agentic_rag.ipynb` (+768 -190) 📝 `examples/rag/langgraph_crag.ipynb` (+97 -230) 📝 `examples/rag/langgraph_self_rag.ipynb` (+262 -326) 📝 `yarn.lock` (+33 -1) </details> ### 📄 Description closes #329 --- <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-15 19:15:27 -05:00
yindo closed this issue 2026-02-15 19:15:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#671