Map Reduce Chain This builds on top of the ReduceDocumentsChain It takes an LLMChain and a ReduceDocumentsChain. It first applies the LLMChain to each document, and then passes all the results to the ReduceDocumentsChain Docs: https://
api.python.langchain.com/en/latest/chai
ns/langchain.chains.combine_documents.map_reduce.MapReduceDocumentsChain.html#langchain.chains.combine_documents.map_reduce.MapReduceDocumentsChain
…
MapReduceDocumentsChain: Processing Documents with LLM
By
–
Leave a Reply