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
Consequently, because TextClassificationProcessor no longer has an implemented file_to_dicts, an exception is raised. If there is interest, we are interested in providing an implementation, but the below quote (from the above issue) suggests there is a more Haystack appropriate solution:
I've rarely seen users use DataSilo directly with Haystack. That class comes directly from FARM where it had a much clearer scope. I'd dare saying DataSilo is in Haystack to support FARMReader and other related classes, not to be used as user-facing API.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is building on #3239, which was closed with the possibility of a future discussion. @ZanSara if you're still willing :)
Currently, my team is using
DataSilo
to split the data and feed it to aTextClassificationProcessor
.Consequently, because
TextClassificationProcessor
no longer has an implementedfile_to_dicts
, an exception is raised. If there is interest, we are interested in providing an implementation, but the below quote (from the above issue) suggests there is a more Haystack appropriate solution:If so, what should that look like now?
Beta Was this translation helpful? Give feedback.
All reactions