Skip to content

Commit a6cd970

Browse files
committed
push
1 parent f6ab661 commit a6cd970

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

langfuse/_client/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
from langfuse.batch_evaluation import (
9090
BatchEvaluationResult,
9191
BatchEvaluationResumeToken,
92+
BatchEvaluationRunner,
9293
CompositeEvaluatorFunction,
9394
MapperFunction,
9495
)
@@ -3132,9 +3133,8 @@ def composite_evaluator(*, item, evaluations):
31323133
- All scores are automatically flushed to Langfuse at the end
31333134
- The resume mechanism uses timestamp-based filtering to avoid duplicates
31343135
"""
3135-
from langfuse.batch_evaluation import BatchEvaluationRunner
3136-
31373136
runner = BatchEvaluationRunner(self)
3137+
31383138
return cast(
31393139
BatchEvaluationResult,
31403140
run_async_safely(

0 commit comments

Comments
 (0)