mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
langchain-docs: Correct the word "iteratively" in use-cases documentation (#15697)
Replace this entire comment with: - **Description:** a description of the change, - **Issue:** the issue # it fixes if applicable, - **Dependencies:** any dependencies required for this change, - **Twitter handle:** we announce bigger features on Twitter. If your PR gets announced, and you'd like a mention, we'll gladly shout you out! **Description:** Fixes the word "iteratively" in the use-cases documentation **Twitter handle:** @untilhamza
This commit is contained in:
parent
a466f79ac9
commit
fc3cb64dc3
@ -409,7 +409,7 @@
|
||||
" llm_chain=reduce_chain, document_variable_name=\"docs\"\n",
|
||||
")\n",
|
||||
"\n",
|
||||
"# Combines and iteravely reduces the mapped documents\n",
|
||||
"# Combines and iteratively reduces the mapped documents\n",
|
||||
"reduce_documents_chain = ReduceDocumentsChain(\n",
|
||||
" # This is final chain that is called.\n",
|
||||
" combine_documents_chain=combine_documents_chain,\n",
|
||||
|
Loading…
Reference in New Issue
Block a user