How to filter multiple userids in the evaluator? #11835
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Based on the available documentation, the current filter system in Langfuse evaluators only supports AND operations between filter conditions(1). There isn't a built-in OR option for combining multiple User IDs directly in the evaluator setup UI(2). To filter for multiple User IDs, you would need to use a workaround by applying common attributes (like tags or other metadata) that are shared across the traces you want to evaluate(2). If you need to evaluate traces from a specific list of User IDs, you might need to tag those traces first or use other shared attributes as filter criteria(2). The filter builder in the evaluator configuration uses 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @qa-ailabs, thanks. We have support for OR filters on our roadmap. |
Beta Was this translation helpful? Give feedback.

Hi @qa-ailabs, thanks. We have support for OR filters on our roadmap.