Replies: 4 comments 1 reply
-
|
@PalvikaTR, thanks a lot for pointing us to this issue. We will look into this after the christmas break |
Beta Was this translation helpful? Give feedback.
-
I encountered the same problem; the same trace was run twice in the evaluator.Evaluator runs on New traces
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
@maxdeichmann Did you get a chance to look at this? Also want to mention that we are not doing live tracing, we have run experiments on dataset through sdk. Please let me know if you need any other information |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature or potential improvement
We're experiencing an issue where evaluators are executing twice - once on the parent trace and once on child observations - resulting in duplicate evaluations and duplicated calls to LLM-as-a-judge.
Evaluator settings:
Current Behavior:
Single trace with parent trace and child observation structure
Evaluators run on both parent and child levels
Duplicate evaluations are created
Existing filters are not preventing this duplication
Expected Behavior:
Evaluators should run only once
No duplicate evaluations
Attempted Solutions:
Tried using various filter combinations without success to filter either parent of child observation
Filters don't distinguish between parent traces and child observations effectively
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions