[PR #2] [MERGED] Add CI Evals #2

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/lcel-teacher/pull/2
Author: @hinthornw
Created: 1/8/2024
Status: Merged
Merged: 1/8/2024
Merged by: @hinthornw

Base: mainHead: wfh/add_ci


📝 Commits (3)

📊 Changes

11 files changed (+90 additions, -38 deletions)

View changed files

.github/workflows/eval.yml (+28 -0)
📝 README.md (+1 -1)
📝 app/context_stuffing_chain.py (+7 -7)
📝 app/prompts.py (+2 -2)
📝 app/server.py (+1 -1)
eval/create_dataset.py (+10 -0)
📝 eval/eval_code_langchain.ipynb (+13 -11)
📝 poetry.lock (+5 -16)
tests/__init__.py (+0 -0)
tests/evals/__init__.py (+0 -0)
tests/evals/test_chain.py (+23 -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/lcel-teacher/pull/2 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 1/8/2024 **Status:** ✅ Merged **Merged:** 1/8/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/add_ci` --- ### 📝 Commits (3) - [`50b956c`](https://github.com/langchain-ai/lcel-teacher/commit/50b956c46575f3c64e21eee21066a8a09834f6a8) Add eval - [`8111cda`](https://github.com/langchain-ai/lcel-teacher/commit/8111cda019df9eac1a6bd46900c592f7bab5cf4c) Add CI - [`344fb3a`](https://github.com/langchain-ai/lcel-teacher/commit/344fb3a8f5da02578f6b5287e7f68af20ce4a75f) fixup ### 📊 Changes **11 files changed** (+90 additions, -38 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/eval.yml` (+28 -0) 📝 `README.md` (+1 -1) 📝 `app/context_stuffing_chain.py` (+7 -7) 📝 `app/prompts.py` (+2 -2) 📝 `app/server.py` (+1 -1) ➕ `eval/create_dataset.py` (+10 -0) 📝 `eval/eval_code_langchain.ipynb` (+13 -11) 📝 `poetry.lock` (+5 -16) ➕ `tests/__init__.py` (+0 -0) ➕ `tests/evals/__init__.py` (+0 -0) ➕ `tests/evals/test_chain.py` (+23 -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-16 02:16:51 -05:00
yindo closed this issue 2026-02-16 02:16:51 -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#2