Vishruth N

Results 3 issues of Vishruth N

Code: ``` loader_book = PyPDFLoader("D:/PaperPal/langchain-tutorials/data/The Attention Merchants_ The Epic Scramble to Get Inside Our Heads ( PDFDrive ) (1).pdf") test = loader_book.load() chain = load_summarize_chain(llm, chain_type="map_reduce", verbose=True) chain.run(test[0]) ``` I...

Code: ``` loader_book = PyPDFLoader("D:/PaperPal/langchain-tutorials/data/The Attention Merchants_ The Epic Scramble to Get Inside Our Heads ( PDFDrive ) (1).pdf") test = loader_book.load() chain = load_summarize_chain(llm, chain_type="map_reduce", verbose=True) chain.run(test[0]) ``` I...

What are the default credentials to login?