[PR #240] [MERGED] Migrate langchain deps #244

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-cookbook/pull/240
Author: @hinthornw
Created: 5/14/2024
Status: Merged
Merged: 5/14/2024
Merged by: @hinthornw

Base: mainHead: wfh/migrate


📝 Commits (4)

📊 Changes

27 files changed (+3814 additions, -3648 deletions)

View changed files

📝 exploratory-data-analysis/exporting-llm-runs-and-feedback/llm_run_etl.ipynb (+2 -3)
📝 feedback-examples/algorithmic-feedback/algorithmic_feedback.ipynb (+539 -539)
📝 feedback-examples/realtime-algorithmic-feedback/realtime_feedback.ipynb (+235 -235)
📝 feedback-examples/streamlit-agent/main.py (+7 -6)
📝 feedback-examples/streamlit-realtime-feedback/chain.py (+12 -11)
📝 feedback-examples/streamlit-realtime-feedback/main.py (+3 -3)
📝 feedback-examples/streamlit/expression_chain.py (+3 -4)
📝 feedback-examples/streamlit/main.py (+1 -1)
📝 feedback-examples/streamlit/vanilla_chain.py (+2 -3)
📝 fine-tuning-examples/lilac/lilac.ipynb (+2 -2)
📝 hub-examples/retrieval-qa-chain-versioned/prompt-versioning.ipynb (+5 -9)
📝 hub-examples/retrieval-qa-chain/retrieval-qa.ipynb (+4 -11)
📝 introduction/langsmith_introduction.ipynb (+324 -175)
📝 optimization/bootstrap-fewshot/bootstrap-few-shot.ipynb (+1 -1)
📝 testing-examples/agent_steps/evaluating_agents.ipynb (+332 -331)
📝 testing-examples/chat-single-turn/chat_evaluation_single_turn.ipynb (+3 -3)
📝 testing-examples/chatbot-simulation/simulation_utils.py (+1 -1)
📝 testing-examples/comparing-runs/comparing-qa.ipynb (+1022 -1023)
📝 testing-examples/download-feedback-and-examples/download_example.ipynb (+1 -1)
📝 testing-examples/exact-match/exact_match.ipynb (+349 -349)

...and 7 more files

📄 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/langsmith-cookbook/pull/240 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/migrate` --- ### 📝 Commits (4) - [`e1c804c`](https://github.com/langchain-ai/langsmith-cookbook/commit/e1c804c8de7276d24465c6a8c1dac4ecd6d844c5) Migrate langchain deps - [`c55a334`](https://github.com/langchain-ai/langsmith-cookbook/commit/c55a3348f87c0a28d663a81e00e09da3b7f05275) update 2nd time - [`41c38fc`](https://github.com/langchain-ai/langsmith-cookbook/commit/41c38fc777f723a8068ba8424d324022a2cbb44f) format - [`fd42974`](https://github.com/langchain-ai/langsmith-cookbook/commit/fd429742661772563b1b5f10baf634e839218cee) API key ### 📊 Changes **27 files changed** (+3814 additions, -3648 deletions) <details> <summary>View changed files</summary> 📝 `exploratory-data-analysis/exporting-llm-runs-and-feedback/llm_run_etl.ipynb` (+2 -3) 📝 `feedback-examples/algorithmic-feedback/algorithmic_feedback.ipynb` (+539 -539) 📝 `feedback-examples/realtime-algorithmic-feedback/realtime_feedback.ipynb` (+235 -235) 📝 `feedback-examples/streamlit-agent/main.py` (+7 -6) 📝 `feedback-examples/streamlit-realtime-feedback/chain.py` (+12 -11) 📝 `feedback-examples/streamlit-realtime-feedback/main.py` (+3 -3) 📝 `feedback-examples/streamlit/expression_chain.py` (+3 -4) 📝 `feedback-examples/streamlit/main.py` (+1 -1) 📝 `feedback-examples/streamlit/vanilla_chain.py` (+2 -3) 📝 `fine-tuning-examples/lilac/lilac.ipynb` (+2 -2) 📝 `hub-examples/retrieval-qa-chain-versioned/prompt-versioning.ipynb` (+5 -9) 📝 `hub-examples/retrieval-qa-chain/retrieval-qa.ipynb` (+4 -11) 📝 `introduction/langsmith_introduction.ipynb` (+324 -175) 📝 `optimization/bootstrap-fewshot/bootstrap-few-shot.ipynb` (+1 -1) 📝 `testing-examples/agent_steps/evaluating_agents.ipynb` (+332 -331) 📝 `testing-examples/chat-single-turn/chat_evaluation_single_turn.ipynb` (+3 -3) 📝 `testing-examples/chatbot-simulation/simulation_utils.py` (+1 -1) 📝 `testing-examples/comparing-runs/comparing-qa.ipynb` (+1022 -1023) 📝 `testing-examples/download-feedback-and-examples/download_example.ipynb` (+1 -1) 📝 `testing-examples/exact-match/exact_match.ipynb` (+349 -349) _...and 7 more files_ </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-21 17:16:39 -05:00
yindo closed this issue 2026-02-21 17:16:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-cookbook#244