[PR #55] [MERGED] Rag examples #452

Closed
opened 2026-02-15 18:17:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/55
Author: @bracesproul
Created: 2/10/2024
Status: Merged
Merged: 2/16/2024
Merged by: @bracesproul

Base: mainHead: brace/rag-examples


📝 Commits (10+)

📊 Changes

7 files changed (+3624 additions, -7 deletions)

View changed files

📝 deno.json (+6 -3)
deno.lock (+678 -0)
examples/rag/langgraph_agentic_rag.ipynb (+761 -0)
examples/rag/langgraph_crag.ipynb (+651 -0)
examples/rag/langgraph_crag_mistral.ipynb (+738 -0)
examples/rag/langgraph_self_rag.ipynb (+786 -0)
📝 turbo.json (+4 -4)

📄 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/langgraphjs/pull/55 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 2/10/2024 **Status:** ✅ Merged **Merged:** 2/16/2024 **Merged by:** [@bracesproul](https://github.com/bracesproul) **Base:** `main` ← **Head:** `brace/rag-examples` --- ### 📝 Commits (10+) - [`8f298bb`](https://github.com/langchain-ai/langgraphjs/commit/8f298bbd09834381c2dc6b59813c1efa08a01efa) Rag examples - [`02b9717`](https://github.com/langchain-ai/langgraphjs/commit/02b9717237f5d2cbac28ed116c363b5c1d73d46e) Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into brace/rag-examples - [`5a178af`](https://github.com/langchain-ai/langgraphjs/commit/5a178aff7f5f947547300268a965280f02b84c10) cr - [`854725b`](https://github.com/langchain-ai/langgraphjs/commit/854725b1a2a0415ad79a91adde1f1486b50b2624) Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into brace/rag-examples - [`1a58fbc`](https://github.com/langchain-ai/langgraphjs/commit/1a58fbc2558cb730e2781437909874966a455f15) cr - [`b854158`](https://github.com/langchain-ai/langgraphjs/commit/b854158ae9fc8a479028dafcb26d3e8b520d6f96) cr - [`b81eba3`](https://github.com/langchain-ai/langgraphjs/commit/b81eba387a233e779ae1da5037a9b3e2d3b20989) Merge branch 'main' into brace/rag-examples - [`d9659ce`](https://github.com/langchain-ai/langgraphjs/commit/d9659ce7af83844785f83e76b90a88a45a460a55) cr - [`67e87b6`](https://github.com/langchain-ai/langgraphjs/commit/67e87b6dec82b22c91f19117d905a1f6a5d8b898) crag - [`d7eb453`](https://github.com/langchain-ai/langgraphjs/commit/d7eb4534162a99f42f99b30d7a4f1de047421b33) cr ### 📊 Changes **7 files changed** (+3624 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `deno.json` (+6 -3) ➕ `deno.lock` (+678 -0) ➕ `examples/rag/langgraph_agentic_rag.ipynb` (+761 -0) ➕ `examples/rag/langgraph_crag.ipynb` (+651 -0) ➕ `examples/rag/langgraph_crag_mistral.ipynb` (+738 -0) ➕ `examples/rag/langgraph_self_rag.ipynb` (+786 -0) 📝 `turbo.json` (+4 -4) </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-15 18:17:02 -05:00
yindo closed this issue 2026-02-15 18:17:02 -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#452