Different ways to combine documents.
Execute a collapse function on a set of documents and merge their metadatas.
Execute a collapse function on a set of documents and merge their metadatas.
Split Document objects to subsets that each meet a cumulative len. constraint.
Create a chain for passing a list of Documents to a model.
Combining documents by mapping a chain over them first, then reranking results.
Chain that combines documents by stuffing into context.
Combine many documents together by recursively reducing them.
Combine documents by doing a first pass and then refining on more documents.
Combining documents by mapping a chain over them first, then combining results.
Base interface for chains combining documents.