[PR #237] [MERGED] Add adaptive RAG #1321

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/237
Author: @rlancemartin
Created: 3/26/2024
Status: Merged
Merged: 3/28/2024
Merged by: @rlancemartin

Base: mainHead: rlm/adaptive-rag


📝 Commits (3)

📊 Changes

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

View changed files

examples/rag/adaptive_rag.ipynb (+876 -0)

📄 Description

TODO: Add set_conditional_entry_point

Screenshot 2024-03-26 at 1 36 03 PM


🔄 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/langgraph/pull/237 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 3/26/2024 **Status:** ✅ Merged **Merged:** 3/28/2024 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `rlm/adaptive-rag` --- ### 📝 Commits (3) - [`aefea04`](https://github.com/langchain-ai/langgraph/commit/aefea04d31c929c269f9b68d4ba00cff9372fb80) Add adaptive RAG - [`cf7f624`](https://github.com/langchain-ai/langgraph/commit/cf7f6243d7fc80f29ccb1187b219d1f5e00349bd) Add set_conditional_entry_point - [`cb66b31`](https://github.com/langchain-ai/langgraph/commit/cb66b31286fb990c35b5c2ca8129c91011241e6d) Finalize ntbk ### 📊 Changes **1 file changed** (+876 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/rag/adaptive_rag.ipynb` (+876 -0) </details> ### 📄 Description TODO: Add `set_conditional_entry_point` ![Screenshot 2024-03-26 at 1 36 03 PM](https://github.com/langchain-ai/langgraph/assets/122662504/57f606a9-58ad-45eb-bddb-ed7836235b4a) --- <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-20 17:44:26 -05:00
yindo closed this issue 2026-02-20 17:44:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1321