Skip to content

Commit

Permalink
Update haystack/utils/getting_started.py
Browse files Browse the repository at this point in the history
Co-authored-by: Madeesh Kannan <[email protected]>
  • Loading branch information
augchan42 and shadeMe authored Jan 27, 2024
1 parent 9e651f3 commit 25a774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/utils/getting_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
logger = logging.getLogger(__name__)


def build_pipeline(provider, API_KEY, document_store, API_BASE):
def build_pipeline(provider, API_KEY, API_BASE, document_store):
# Importing top-level causes a circular import
from haystack.nodes import AnswerParser, PromptNode, PromptTemplate, BM25Retriever
from haystack.pipelines import Pipeline
Expand Down

0 comments on commit 25a774a

Please sign in to comment.