Andrea Bergonzi

Results 1 comments of Andrea Bergonzi

same problem here. I get empty output even if i pass a single small document to the chain. Have tried also with map_reduce. ``` chain = load_qa_chain(local_llm, chain_type="map_reduce") chain.run(input_documents=[docs[0]], question=query)...