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
pull/15723/head
Hamza Kyamanywa 9 months ago committed by GitHub
parent a466f79ac9
commit fc3cb64dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save