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.

Function python LangChainCore Runnables calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  c67decbf_1b50_ba6b_3cfd_7f71ac4b2e74["evaluation_name()"]
  8092ea8a_fc95_f2f7_c8e2_4595bb9d5b9e["CotQAEvalChain"]
  c67decbf_1b50_ba6b_3cfd_7f71ac4b2e74 -->|defined in| 8092ea8a_fc95_f2f7_c8e2_4595bb9d5b9e
  0bd8bd08_75eb_a849_454e_d056c91b5ca2["evaluation_name()"]
  0bd8bd08_75eb_a849_454e_d056c91b5ca2 -->|calls| c67decbf_1b50_ba6b_3cfd_7f71ac4b2e74
  0bd8bd08_75eb_a849_454e_d056c91b5ca2["evaluation_name()"]
  c67decbf_1b50_ba6b_3cfd_7f71ac4b2e74 -->|calls| 0bd8bd08_75eb_a849_454e_d056c91b5ca2
  style c67decbf_1b50_ba6b_3cfd_7f71ac4b2e74 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/evaluation/qa/eval_chain.py lines 360–361

    def evaluation_name(self) -> str:
        return "COT Contextual Accuracy"

Domain

Subdomains

Called By

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 360.
What does evaluation_name() call?
evaluation_name() calls 1 function(s): evaluation_name.
What calls evaluation_name()?
evaluation_name() is called by 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