Ask a question to get started
Enter to sendā¢Shift+Enter new line
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.
Document
Create a chain for passing a list of Documents to a model.
Combining documents by mapping a chain over them first, then combining results.
Combine documents by doing a first pass and then refining on more documents.
Combining documents by mapping a chain over them first, then reranking results.
Combine many documents together by recursively reducing them.
Chain that combines documents by stuffing into context.
Base interface for chains combining documents.
Different ways to combine documents.