[PR #90] [MERGED] Add Mistral CRAG, update formatting / documentation #1228

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/90
Author: @rlancemartin
Created: 2/7/2024
Status: Merged
Merged: 2/7/2024
Merged by: @rlancemartin

Base: mainHead: rlm/crag_mistral


📝 Commits (3)

📊 Changes

3 files changed (+976 additions, -109 deletions)

View changed files

📝 examples/rag/langgraph_crag.ipynb (+145 -63)
examples/rag/langgraph_crag_mistral.ipynb (+693 -0)
📝 examples/rag/langgraph_self_rag.ipynb (+138 -46)

📄 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/90 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `rlm/crag_mistral` --- ### 📝 Commits (3) - [`385ec91`](https://github.com/langchain-ai/langgraph/commit/385ec91b0ec52898e2b23c44e79191d018056e3a) Mistral CRAG - [`addc79d`](https://github.com/langchain-ai/langgraph/commit/addc79d29d36008d2de5ee37c31d5275712289a1) Clean up docstrings - [`09343a4`](https://github.com/langchain-ai/langgraph/commit/09343a40136e78d163f79a6754a073f73bc1f26a) Minor updates ### 📊 Changes **3 files changed** (+976 additions, -109 deletions) <details> <summary>View changed files</summary> 📝 `examples/rag/langgraph_crag.ipynb` (+145 -63) ➕ `examples/rag/langgraph_crag_mistral.ipynb` (+693 -0) 📝 `examples/rag/langgraph_self_rag.ipynb` (+138 -46) </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#1228