Home / Function/ wait_for_all_evaluators() — langchain Function Reference

wait_for_all_evaluators() — langchain Function Reference

Architecture documentation for the wait_for_all_evaluators() function in evaluation.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  9932f6eb_83b3_fe9b_78e2_3652b16017fc["wait_for_all_evaluators()"]
  591182fd_2224_b396_14bb_b20582f6b720["evaluation.py"]
  9932f6eb_83b3_fe9b_78e2_3652b16017fc -->|defined in| 591182fd_2224_b396_14bb_b20582f6b720
  0ece466d_c5f2_7e8f_ed12_9492fc042332["wait_for_futures()"]
  9932f6eb_83b3_fe9b_78e2_3652b16017fc -->|calls| 0ece466d_c5f2_7e8f_ed12_9492fc042332
  style 9932f6eb_83b3_fe9b_78e2_3652b16017fc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/core/langchain_core/tracers/evaluation.py lines 31–35

def wait_for_all_evaluators() -> None:
    """Wait for all tracers to finish."""
    for tracer in list(_TRACERS):
        if tracer is not None:
            tracer.wait_for_futures()

Domain

Subdomains

Frequently Asked Questions

What does wait_for_all_evaluators() do?
wait_for_all_evaluators() is a function in the langchain codebase, defined in libs/core/langchain_core/tracers/evaluation.py.
Where is wait_for_all_evaluators() defined?
wait_for_all_evaluators() is defined in libs/core/langchain_core/tracers/evaluation.py at line 31.
What does wait_for_all_evaluators() call?
wait_for_all_evaluators() calls 1 function(s): wait_for_futures.

Analyze Your Own Codebase

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

Try Supermodel Free