Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MostSimilarDocumentsPipeline doesn't have pipeline property #3256

Closed
1 task done
vblagoje opened this issue Sep 21, 2022 · 0 comments · Fixed by #3265
Closed
1 task done

MostSimilarDocumentsPipeline doesn't have pipeline property #3256

vblagoje opened this issue Sep 21, 2022 · 0 comments · Fixed by #3265
Assignees
Labels
topic:pipeline type:bug Something isn't working

Comments

@vblagoje
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:pipeline type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant