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
MostSimilarDocumentsPipeline, unlike all other pipelines, doesn't have the underlying pipeline property/field. As a consequence, any method from the superclass that replies on pipeline (get_type, save_to_yaml) will fail.
Expected behavior
Just like any other pipeline e.g. SearchSummarizationPipeline, ExtractiveQAPipeline etc., the above-mentioned methods should be supported.
To Reproduce
Create MostSimilarDocumentsPipeline and invoke the above-mentioned methods.
Describe the bug
MostSimilarDocumentsPipeline, unlike all other pipelines, doesn't have the underlying pipeline property/field. As a consequence, any method from the superclass that replies on pipeline (get_type, save_to_yaml) will fail.
Expected behavior
Just like any other pipeline e.g. SearchSummarizationPipeline, ExtractiveQAPipeline etc., the above-mentioned methods should be supported.
To Reproduce
Create MostSimilarDocumentsPipeline and invoke the above-mentioned methods.
FAQ Check
The text was updated successfully, but these errors were encountered: