[PR #226] [MERGED] Adds adaptive RAG tutorial #591

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/226
Author: @jacoblee93
Created: 6/20/2024
Status: Merged
Merged: 6/20/2024
Merged by: @jacoblee93

Base: mainHead: jacob/adaptive_rag


📝 Commits (6)

📊 Changes

7 files changed (+1564 additions, -44 deletions)

View changed files

📝 deno.json (+3 -2)
📝 docs/_scripts/copy_notebooks.py (+1 -0)
📝 docs/mkdocs.yml (+1 -0)
examples/rag/langgraph_adaptive_rag_local.ipynb (+925 -0)
📝 langgraph/package.json (+4 -2)
📝 package.json (+1 -1)
📝 yarn.lock (+629 -39)

📄 Description

CC @hinthornw @rlancemartin


🔄 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/226 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 6/20/2024 **Status:** ✅ Merged **Merged:** 6/20/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/adaptive_rag` --- ### 📝 Commits (6) - [`a1e2fd8`](https://github.com/langchain-ai/langgraphjs/commit/a1e2fd871bbdcf1fe162f395e68de667759a3222) Adds adaptive RAG tutorial - [`e631875`](https://github.com/langchain-ai/langgraphjs/commit/e631875ef913eae0be051bd99fef360a3908b389) Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into jacob/adaptive_rag - [`e056c08`](https://github.com/langchain-ai/langgraphjs/commit/e056c08b63760f1fd1d6246256ed2c313be94deb) Update with traces - [`29fdcf0`](https://github.com/langchain-ai/langgraphjs/commit/29fdcf039d85f7bda9da4fa4600fe1fb20de376a) Bump - [`f4f038e`](https://github.com/langchain-ai/langgraphjs/commit/f4f038e8733f425ea8bd5fa92c3a3ff1cf1e09f0) Add to mkdocs.yml - [`be75228`](https://github.com/langchain-ai/langgraphjs/commit/be75228d2540675dbd8048aa5acff127610d873a) Copy to scripts ### 📊 Changes **7 files changed** (+1564 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `deno.json` (+3 -2) 📝 `docs/_scripts/copy_notebooks.py` (+1 -0) 📝 `docs/mkdocs.yml` (+1 -0) ➕ `examples/rag/langgraph_adaptive_rag_local.ipynb` (+925 -0) 📝 `langgraph/package.json` (+4 -2) 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+629 -39) </details> ### 📄 Description CC @hinthornw @rlancemartin --- <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:08 -05:00
yindo closed this issue 2026-02-15 19:15:08 -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#591