evaluation_name() — langchain Function Reference
Architecture documentation for the evaluation_name() function in json_distance.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 186b4262_cd78_68b9_dc16_93ab6118dc38["evaluation_name()"] 481593b0_ea9f_1093_bbdc_d3bd06c33d40["JsonEditDistanceEvaluator"] 186b4262_cd78_68b9_dc16_93ab6118dc38 -->|defined in| 481593b0_ea9f_1093_bbdc_d3bd06c33d40 style 186b4262_cd78_68b9_dc16_93ab6118dc38 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/evaluation/parsing/json_distance.py lines 91–92
def evaluation_name(self) -> str:
return "json_edit_distance"
Domain
Subdomains
Source
Frequently Asked Questions
What does evaluation_name() do?
evaluation_name() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/evaluation/parsing/json_distance.py.
Where is evaluation_name() defined?
evaluation_name() is defined in libs/langchain/langchain_classic/evaluation/parsing/json_distance.py at line 91.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free