[PR #112] [MERGED] Local self-RAG #1246

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/112
Author: @rlancemartin
Created: 2/15/2024
Status: Merged
Merged: 2/16/2024
Merged by: @rlancemartin

Base: mainHead: rlm/self_rag_local


📝 Commits (1)

📊 Changes

3 files changed (+767 additions, -29 deletions)

View changed files

📝 examples/rag/langgraph_crag_mistral.ipynb (+54 -28)
📝 examples/rag/langgraph_self_rag.ipynb (+1 -1)
examples/rag/langgraph_self_rag_mistral_nomic.ipynb (+712 -0)

📄 Description

Nomic v1 or v1.5 embd + Mistral w/ Ollama


🔄 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/112 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 2/15/2024 **Status:** ✅ Merged **Merged:** 2/16/2024 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `rlm/self_rag_local` --- ### 📝 Commits (1) - [`1253c9d`](https://github.com/langchain-ai/langgraph/commit/1253c9d05bc818a374f47f96ab12c9101983c9e7) Local self-RAG ### 📊 Changes **3 files changed** (+767 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `examples/rag/langgraph_crag_mistral.ipynb` (+54 -28) 📝 `examples/rag/langgraph_self_rag.ipynb` (+1 -1) ➕ `examples/rag/langgraph_self_rag_mistral_nomic.ipynb` (+712 -0) </details> ### 📄 Description Nomic v1 or v1.5 embd + Mistral w/ Ollama --- <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:16 -05:00
yindo closed this issue 2026-02-20 17:44:16 -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#1246