Home / File/ evaluation.py — langchain Source File

evaluation.py — langchain Source File

Architecture documentation for evaluation.py, a python file in the langchain codebase. 1 imports, 0 dependents.

File python 1 imports

Entity Profile

Dependency Diagram

graph LR
  eea69544_234b_b3e8_cc97_3ed9490673dd["evaluation.py"]
  54aa7bac_c335_01be_88a8_60490d54bb87["langchain_core.tracers.evaluation"]
  eea69544_234b_b3e8_cc97_3ed9490673dd --> 54aa7bac_c335_01be_88a8_60490d54bb87
  style eea69544_234b_b3e8_cc97_3ed9490673dd fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"""A tracer that runs evaluators over completed runs."""

from langchain_core.tracers.evaluation import (
    EvaluatorCallbackHandler,
    wait_for_all_evaluators,
)

__all__ = ["EvaluatorCallbackHandler", "wait_for_all_evaluators"]

Dependencies

  • langchain_core.tracers.evaluation

Frequently Asked Questions

What does evaluation.py do?
evaluation.py is a source file in the langchain codebase, written in python.
What does evaluation.py depend on?
evaluation.py imports 1 module(s): langchain_core.tracers.evaluation.
Where is evaluation.py in the architecture?
evaluation.py is located at libs/langchain/langchain_classic/callbacks/tracers/evaluation.py (directory: libs/langchain/langchain_classic/callbacks/tracers).

Analyze Your Own Codebase

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

Try Supermodel Free