Skip to content

Commit

Permalink
Correct typo in "Question Answering" How-To Guide (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
nosas authored Feb 22, 2023
1 parent 424e717 commit cc7d2e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Question Answering\n",
"\n",
"This notebook walks through how to use LangChain for question answering over a list of documents. It covers four different types of chaings: `stuff`, `map_reduce`, `refine`, `map-rerank`. For a more in depth explanation of what these chain types are, see [here](../combine_docs.md)."
"This notebook walks through how to use LangChain for question answering over a list of documents. It covers four different types of chains: `stuff`, `map_reduce`, `refine`, `map-rerank`. For a more in depth explanation of what these chain types are, see [here](../combine_docs.md)."
]
},
{
Expand Down

0 comments on commit cc7d2e5

Please sign in to comment.