Skip to content

Commit

Permalink
Update Haystack imports (#3599)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenchan authored Nov 21, 2022
1 parent c7e3483 commit f85ead4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/nodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ParsrConverter,
)
from haystack.nodes.label_generator import PseudoLabelGenerator
from haystack.nodes.other import Docs2Answers, JoinDocuments, RouteDocuments, JoinAnswers
from haystack.nodes.other import Docs2Answers, JoinDocuments, RouteDocuments, JoinAnswers, DocumentMerger
from haystack.nodes.preprocessor import BasePreProcessor, PreProcessor
from haystack.nodes.query_classifier import SklearnQueryClassifier, TransformersQueryClassifier
from haystack.nodes.question_generator import QuestionGenerator
Expand Down
1 change: 1 addition & 0 deletions haystack/nodes/other/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
from haystack.nodes.other.route_documents import RouteDocuments
from haystack.nodes.other.join_answers import JoinAnswers
from haystack.nodes.other.join import JoinNode
from haystack.nodes.other.document_merger import DocumentMerger
1 change: 1 addition & 0 deletions haystack/pipelines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
GenerativeQAPipeline,
ExtractiveQAPipeline,
FAQPipeline,
TextIndexingPipeline,
)

0 comments on commit f85ead4

Please sign in to comment.