[PR #567] [MERGED] Fix evaluate_pairwise docs #609

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/567
Author: @philiprj
Created: 12/4/2024
Status: Merged
Merged: 12/5/2024
Merged by: @hinthornw

Base: mainHead: fix-566-pairwise-evaluator


📝 Commits (2)

  • c3a6df5 Fix evaluate_pairwise docs
  • a7ebc46 Merge branch 'main' into fix-566-pairwise-evaluator

📄 Description

Fix import statement:

from langsmith.evaluation import evaluate_comparative

rather than current

from langsmith import evaluate_comparative

🔄 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-docs/pull/567 **Author:** [@philiprj](https://github.com/philiprj) **Created:** 12/4/2024 **Status:** ✅ Merged **Merged:** 12/5/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `fix-566-pairwise-evaluator` --- ### 📝 Commits (2) - [`c3a6df5`](https://github.com/langchain-ai/langsmith-docs/commit/c3a6df5ada6ac2f48fafeef956a48a5614c1b3e5) Fix evaluate_pairwise docs - [`a7ebc46`](https://github.com/langchain-ai/langsmith-docs/commit/a7ebc463b087dcdc37c8b7708e32bc424a03d626) Merge branch 'main' into fix-566-pairwise-evaluator ### 📄 Description Fix import statement: ```python from langsmith.evaluation import evaluate_comparative ``` rather than current ```python from langsmith import evaluate_comparative ``` --- <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:18:29 -05:00
yindo closed this issue 2026-02-21 17:18:29 -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-docs#609