Home / Function/ evaluation_name() — langchain Function Reference

evaluation_name() — langchain Function Reference

Architecture documentation for the evaluation_name() function in eval_chain.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  051039bb_c62d_1072_8745_52c1a5806602["evaluation_name()"]
  cb20f5c6_80c7_fbed_b351_e0b3c9587d96["QAEvalChain"]
  051039bb_c62d_1072_8745_52c1a5806602 -->|defined in| cb20f5c6_80c7_fbed_b351_e0b3c9587d96
  0bd8bd08_75eb_a849_454e_d056c91b5ca2["evaluation_name()"]
  051039bb_c62d_1072_8745_52c1a5806602 -->|calls| 0bd8bd08_75eb_a849_454e_d056c91b5ca2
  style 051039bb_c62d_1072_8745_52c1a5806602 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/evaluation/qa/eval_chain.py lines 93–94

    def evaluation_name(self) -> str:
        return "correctness"

Domain

Subdomains

Frequently Asked Questions

What does evaluation_name() do?
evaluation_name() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/evaluation/qa/eval_chain.py.
Where is evaluation_name() defined?
evaluation_name() is defined in libs/langchain/langchain_classic/evaluation/qa/eval_chain.py at line 93.
What does evaluation_name() call?
evaluation_name() calls 1 function(s): evaluation_name.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free