AKAjay Krupal Kinajaykrupalk.hashnode.dev·Mar 1, 2024 · 4 min read(Cont.) LangChain.js: Chatting with a PDFNow, that we have done with the retriever module, the next steps are: Step 4: Rephrase the Question The question has to be reformed to be a standalone question, so that it can be understood independently without any prior knowledge. This ensures tha...00
AKAjay Krupal Kinajaykrupalk.hashnode.dev·Feb 28, 2024 · 3 min readLangChain.js: Chatting with a PDFLangChain has a library for JavaScript, which helps you build applications powered by LLMs in the same way as in Python. Below, let us go through the steps in creating an LLM powered app with LangChain.js, JavaScript, and Gemini-Pro. Pre-requisites: ...00
AKAjay Krupal Kinajaykrupalk.hashnode.dev·Feb 26, 2024 · 2 min readLangChain: Framework for LLMsNote: I posted this on a different platform too, and there were quite a few people who read it. Hope you like reading this here too. What is LangChain? It is a framework that helps build LLM-driven applications. One of the problems LangChain tries to...00