DOC: <Issue related to /evaluation/how_to_guides/evaluate_pairwise> #41

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

Originally created by @philiprj on GitHub (Dec 4, 2024).

Import statement is incorrect, should be:

from langsmith.evaluation import evaluate_comparative

rather than current

from langsmith import evaluate_comparative
Originally created by @philiprj on GitHub (Dec 4, 2024). Import statement is incorrect, should be: ```python from langsmith.evaluation import evaluate_comparative ``` rather than current ```python from langsmith import evaluate_comparative ```
yindo closed this issue 2026-02-21 17:17:02 -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#41