Home / Function/ evaluation_name() — langchain Function Reference

evaluation_name() — langchain Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  523001f8_775b_90a7_1aaf_78ba6abc2b41["evaluation_name()"]
  12a7d7c3_a442_0a1c_99c0_b2002afd1515["RegexMatchStringEvaluator"]
  523001f8_775b_90a7_1aaf_78ba6abc2b41 -->|defined in| 12a7d7c3_a442_0a1c_99c0_b2002afd1515
  style 523001f8_775b_90a7_1aaf_78ba6abc2b41 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/langchain_classic/evaluation/regex_match/base.py lines 61–67

    def evaluation_name(self) -> str:
        """Get the evaluation name.

        Returns:
            The evaluation name.
        """
        return "regex_match"

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/regex_match/base.py.
Where is evaluation_name() defined?
evaluation_name() is defined in libs/langchain/langchain_classic/evaluation/regex_match/base.py at line 61.

Analyze Your Own Codebase

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

Try Supermodel Free