[PR #85] [MERGED] Add RAG examples #1226

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/85
Author: @rlancemartin
Created: 2/5/2024
Status: Merged
Merged: 2/6/2024
Merged by: @rlancemartin

Base: mainHead: rlm/agentic_rag


📝 Commits (1)

📊 Changes

3 files changed (+1678 additions, -0 deletions)

View changed files

examples/rag/langgraph_agentic_rag.ipynb (+485 -0)
examples/rag/langgraph_crag.ipynb (+528 -0)
examples/rag/langgraph_self_rag.ipynb (+665 -0)

📄 Description

No description provided


🔄 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/85 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 2/5/2024 **Status:** ✅ Merged **Merged:** 2/6/2024 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `rlm/agentic_rag` --- ### 📝 Commits (1) - [`05e8c7e`](https://github.com/langchain-ai/langgraph/commit/05e8c7e3698642ed004a8d3743f035275f124af7) Add RAG examples ### 📊 Changes **3 files changed** (+1678 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/rag/langgraph_agentic_rag.ipynb` (+485 -0) ➕ `examples/rag/langgraph_crag.ipynb` (+528 -0) ➕ `examples/rag/langgraph_self_rag.ipynb` (+665 -0) </details> ### 📄 Description _No description provided_ --- <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:13 -05:00
yindo closed this issue 2026-02-20 17:44:13 -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#1226