CombineDocuments Chains ----------------------- A chain is made up of links, which can be either primitives or other chains. Primitives can be either `prompts <../prompts.html>`_, `llms <../llms.html>`_, `utils <../utils.html>`_, or other chains. The examples here are all end-to-end chains for working with documents. `Question Answering `_: A walkthrough of how to use LangChain for question answering over specific documents. `Question Answering with Sources `_: A walkthrough of how to use LangChain for question answering (with sources) over specific documents. `Summarization `_: A walkthrough of how to use LangChain for summarization over specific documents. `Vector DB Question Answering `_: A walkthrough of how to use LangChain for question answering over a vector database. `Vector DB Question Answering with Sources `_: A walkthrough of how to use LangChain for question answering (with sources) over a vector database. .. toctree:: :maxdepth: 1 :glob: :caption: CombineDocument Chains :name: combine_docs :hidden: combine_docs_examples/*