mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 23:13:31 +00:00
Fix a tiny typo in create_retrieval_chain
docstring (#29552)
Hi there! To fix a tiny typo in `create_retrieval_chain` docstring.
This commit is contained in:
@@ -52,7 +52,7 @@ def create_retrieval_chain(
|
||||
)
|
||||
retrieval_chain = create_retrieval_chain(retriever, combine_docs_chain)
|
||||
|
||||
chain.invoke({"input": "..."})
|
||||
retrieval_chain.invoke({"input": "..."})
|
||||
|
||||
"""
|
||||
if not isinstance(retriever, BaseRetriever):
|
||||
|
Reference in New Issue
Block a user