langchain/docs/modules/chains/index_examples
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
..
analyze_document.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
chat_vector_db.ipynb show how to use memory in convo chain (#3463) 2023-04-24 13:29:51 -07:00
graph_qa.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
hyde.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
qa_with_sources.ipynb Fix: Updated links for in depth explanation of chain types in the Question Answering notebooks (#3714) 2023-04-28 15:06:46 -07:00
question_answering.ipynb Fix: Updated links for in depth explanation of chain types in the Question Answering notebooks (#3714) 2023-04-28 15:06:46 -07:00
summarize.ipynb fix link (#2123) 2023-03-28 22:51:36 -07:00
vector_db_qa_with_sources.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
vector_db_qa.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
vector_db_text_generation.ipynb big docs refactor (#1978) 2023-03-26 19:49:46 -07:00