Skip to content

Commit

Permalink
resolve typing 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Timoeller committed Dec 8, 2023
1 parent 3766524 commit 9042802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/pipeline_utils/rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class _RAGPipeline:
A simple ready-made pipeline for RAG. It requires a populated document store.
"""

def __init__(self, retriever: Any, embedder: Any, generator: Any, prompt_template: str = None):
def __init__(self, retriever: Any, embedder: Any, generator: Any, prompt_template: str):
"""
Initializes the pipeline.
:param retriever: The retriever to use.
Expand Down

0 comments on commit 9042802

Please sign in to comment.