langchainseries.hashnode.devBuilding with LangChain: Models, Streaming, Batch Processing, and ToolsModel Integration in LangChain There are several ways to integrate models into a system using LangChain. The method you choose depends on flexibility, provider requirements, and project complexity. 1. Creating an Agent with a Specific Model You can ...Feb 15·4 min read
langchainseries.hashnode.devLangChain Basics: LLM's and AgentsWhat Is LangChain? LangChain is a framework that helps developers build applications powered by Large Language Models (LLMs) in a structured, controllable, and reliable way. By default, LLMs are stateless text generators. LangChain enhances them by e...Feb 8·4 min read