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
I want to subclass Document. An issue arise when using built-in components that uses haystack.Document as type and the type checking that is performed in the pipeline:
I want to subclass
Document
. An issue arise when using built-in components that useshaystack.Document
as type and the type checking that is performed in the pipeline:Describe the solution you'd like
Allow subclasses of Document by using
issubclass()
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: