exact_match_string_evaluator() — langchain Function Reference
Architecture documentation for the exact_match_string_evaluator() function in test_base.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD d48939a1_cb21_0a3b_c5b5_b5ccaa1f527c["exact_match_string_evaluator()"] ec46b5e5_af3e_3747_0013_c32f95bf3c99["test_base.py"] d48939a1_cb21_0a3b_c5b5_b5ccaa1f527c -->|defined in| ec46b5e5_af3e_3747_0013_c32f95bf3c99 style d48939a1_cb21_0a3b_c5b5_b5ccaa1f527c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/tests/unit_tests/evaluation/exact_match/test_base.py lines 7–9
def exact_match_string_evaluator() -> ExactMatchStringEvaluator:
"""Create an ExactMatchStringEvaluator with default configuration."""
return ExactMatchStringEvaluator()
Domain
Subdomains
Source
Frequently Asked Questions
What does exact_match_string_evaluator() do?
exact_match_string_evaluator() 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() defined?
exact_match_string_evaluator() is defined in libs/langchain/tests/unit_tests/evaluation/exact_match/test_base.py at line 7.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free