[PR #10] [MERGED] Add LangGraph, cleanup old + redundant chains #10

Closed
opened 2026-02-16 02:16:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/lcel-teacher/pull/10
Author: @rlancemartin
Created: 2/20/2024
Status: Merged
Merged: 2/20/2024
Merged by: @rlancemartin

Base: mainHead: rlm/add_langgraph


📝 Commits (1)

  • 1862687 Add LangGraph, cleanup old / redundant chains

📊 Changes

11 files changed (+462 additions, -724 deletions)

View changed files

📝 app/test_chains/base_rag_chain.py (+40 -15)
app/test_chains/base_rag_chain_code_parser.py (+0 -83)
app/test_chains/context_stuffing_0125_chain.py (+0 -67)
app/test_chains/context_stuffing_0125_chain_code_parser.py (+0 -86)
app/test_chains/context_stuffing_0125_chain_code_parser_prompt.py (+0 -87)
📝 app/test_chains/context_stuffing_chain.py (+39 -12)
app/test_chains/context_stuffing_chain_code_parser.py (+0 -87)
app/test_chains/langgraph.py (+336 -0)
📝 app/test_chains/multi_query_chain.py (+43 -17)
app/test_chains/multi_query_chain_code_parser.py (+0 -257)
📝 eval/eval_lcel_teacher.ipynb (+4 -13)

📄 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/lcel-teacher/pull/10 **Author:** [@rlancemartin](https://github.com/rlancemartin) **Created:** 2/20/2024 **Status:** ✅ Merged **Merged:** 2/20/2024 **Merged by:** [@rlancemartin](https://github.com/rlancemartin) **Base:** `main` ← **Head:** `rlm/add_langgraph` --- ### 📝 Commits (1) - [`1862687`](https://github.com/langchain-ai/lcel-teacher/commit/1862687d68ce58ac01ad83851adc5459ea0ae9f1) Add LangGraph, cleanup old / redundant chains ### 📊 Changes **11 files changed** (+462 additions, -724 deletions) <details> <summary>View changed files</summary> 📝 `app/test_chains/base_rag_chain.py` (+40 -15) ➖ `app/test_chains/base_rag_chain_code_parser.py` (+0 -83) ➖ `app/test_chains/context_stuffing_0125_chain.py` (+0 -67) ➖ `app/test_chains/context_stuffing_0125_chain_code_parser.py` (+0 -86) ➖ `app/test_chains/context_stuffing_0125_chain_code_parser_prompt.py` (+0 -87) 📝 `app/test_chains/context_stuffing_chain.py` (+39 -12) ➖ `app/test_chains/context_stuffing_chain_code_parser.py` (+0 -87) ➕ `app/test_chains/langgraph.py` (+336 -0) 📝 `app/test_chains/multi_query_chain.py` (+43 -17) ➖ `app/test_chains/multi_query_chain_code_parser.py` (+0 -257) 📝 `eval/eval_lcel_teacher.ipynb` (+4 -13) </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-16 02:16:52 -05:00
yindo closed this issue 2026-02-16 02:16:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/lcel-teacher#10