PBPrathmesh Bharsakaleinlangchainseries.hashnode.dev·Apr 12 · 5 min readLangChain series: Understanding Structured OutputStructured Output What is Structured Output? Models can be requested to provide responses in a specific schema. This response, generated in a predefined structure, is called structured output. LangCha00
PBPrathmesh Bharsakaleinlangchainseries.hashnode.dev·Mar 29 · 4 min readLangChain Series: Understanding MessagesSo far in this series, we have covered: LangChain Basics Agents Tools Models and Model Integration Streaming and Batch Processing Now, we move to an important concept in LangChain: Messages What are00
PBPrathmesh Bharsakaleinlangchainseries.hashnode.dev·Feb 15 · 5 min readBuilding 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. 100
PBPrathmesh Bharsakaleinlangchainseries.hashnode.dev·Feb 8 · 5 min readLangChain 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 state00