langchain/docs/modules/chains
erwanlc 72c5c15f7f
Fix: Updated links for in depth explanation of chain types in the Question Answering notebooks (#3714)
In the notebook question_answering.ipynb
([link](https://github.com/hwchase17/langchain/blob/master/docs/modules/chains/index_examples/question_answering.ipynb)),
and the notebook qa_with_sources.ipynb
([link](https://github.com/hwchase17/langchain/blob/master/docs/modules/chains/index_examples/qa_with_sources.ipynb)),
the first paragraph contains a dead link:

> 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](32793f94fd/docs/modules/chains/combine_docs.md).

The file combine_docs.md doesn't exist anymore and thus provide 404 -
Page not found.

I updated the links so it redirect to
https://docs.langchain.com/docs/components/chains/index_related_chains
as in the summarize notebook
([link](https://github.com/hwchase17/langchain/blob/master/docs/modules/chains/index_examples/summarize.ipynb))
present in the same folder.
2023-04-28 15:06:46 -07:00
..
examples Persistent Bash Shell (#3580) 2023-04-26 15:20:28 -07:00
generic Improve llm_chain.ipynb and getting_started.ipynb for chains docs (#3380) 2023-04-24 21:49:55 -07:00
index_examples Fix: Updated links for in depth explanation of chain types in the Question Answering notebooks (#3714) 2023-04-28 15:06:46 -07:00
getting_started.ipynb Change Chain Docs (#3537) 2023-04-25 10:51:09 -07:00
how_to_guides.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00