Home / Function/ exact_match_string_evaluator_ignore_case() — langchain Function Reference

exact_match_string_evaluator_ignore_case() — langchain Function Reference

Architecture documentation for the exact_match_string_evaluator_ignore_case() function in test_base.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  931ccae2_a5cc_31d2_4e4d_399a8dabbad3["exact_match_string_evaluator_ignore_case()"]
  ec46b5e5_af3e_3747_0013_c32f95bf3c99["test_base.py"]
  931ccae2_a5cc_31d2_4e4d_399a8dabbad3 -->|defined in| ec46b5e5_af3e_3747_0013_c32f95bf3c99
  style 931ccae2_a5cc_31d2_4e4d_399a8dabbad3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/tests/unit_tests/evaluation/exact_match/test_base.py lines 13–15

def exact_match_string_evaluator_ignore_case() -> ExactMatchStringEvaluator:
    """Create an ExactMatchStringEvaluator with ignore_case set to True."""
    return ExactMatchStringEvaluator(ignore_case=True)

Domain

Subdomains

Frequently Asked Questions

What does exact_match_string_evaluator_ignore_case() do?
exact_match_string_evaluator_ignore_case() is a function in the langchain codebase, defined in libs/langchain/tests/unit_tests/evaluation/exact_match/test_base.py.
Where is exact_match_string_evaluator_ignore_case() defined?
exact_match_string_evaluator_ignore_case() is defined in libs/langchain/tests/unit_tests/evaluation/exact_match/test_base.py at line 13.

Analyze Your Own Codebase

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

Try Supermodel Free