65 matches across 1 files for error path:libs/langchain/langchain_classic/smith/evaluation/runner_utils.py
snippet_mode: grep · sorted by relevance
libs/langchain/langchain_classic/smith/evaluation/runner_utils.py PYTHON 65 matches · showing 5 view file →
41from langsmith.run_helpers import as_runnable, is_traceable_function
42from langsmith.schemas import Dataset, DataType, Example, Run, TracerSession
43from langsmith.utils import LangSmithError
44from requests import HTTPError
45from typing_extensions import TypedDict
· · ·
44from requests import HTTPError
45from typing_extensions import TypedDict
46
· · ·
71
72
73class InputFormatError(Exception):
74 """Raised when the input format is invalid."""
75
· · ·
106 try:
107 import pandas as pd
108 except ImportError as e:
109 msg = (
110 "Pandas is required to convert the results to a dataframe."
· · ·
111 " to install pandas, run `pip install pandas`."
112 )
113 raise ImportError(msg) from e
114
115 indices = []
+ 60 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.