You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As FaithfulnesEvaluator and ContextRelevanceEvaluator do not have the component decorator, Pipeline.from_dict cannot resolve them. The super-init workaround decribed in #7824 should do.
Error message
haystack.core.errors.PipelineError: Component 'haystack.components.evaluators.faithfulness.FaithfulnessEvaluator' not imported.
Expected behavior
They can be loaded from_dict
Additional context
Add any other context about the problem here, like document types / preprocessing steps / settings of reader etc.
Describe the bug
As
FaithfulnesEvaluator
andContextRelevanceEvaluator
do not have thecomponent
decorator,Pipeline.from_dict
cannot resolve them. The super-init workaround decribed in #7824 should do.Error message
haystack.core.errors.PipelineError: Component 'haystack.components.evaluators.faithfulness.FaithfulnessEvaluator' not imported.
Expected behavior
They can be loaded
from_dict
Additional context
Add any other context about the problem here, like document types / preprocessing steps / settings of reader etc.
To Reproduce
FAQ Check
System:
The text was updated successfully, but these errors were encountered: