<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>LangChain on SoloSoft</title><link>https://www.solosoft.dev/tags/langchain/</link><description>Recent content in LangChain on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/langchain/index.xml" rel="self" type="application/rss+xml"/><item><title>Flowise: Open-Source Low-Code Platform for Building LLM Applications and AI Agents</title><link>https://www.solosoft.dev/post/flowise-low-code-llm-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/flowise-low-code-llm-2026/</guid><description>&lt;p&gt;The AI application landscape in 2026 is defined by a paradox: the underlying models have become extraordinarily capable, but building production applications around them still requires significant technical expertise. &lt;strong&gt;Flowise&lt;/strong&gt; bridges this gap with an approach that has attracted over 48,000 GitHub stars and Y Combinator backing &amp;ndash; a visual, drag-and-drop platform that turns LangChain&amp;rsquo;s complexity into intuitive node-based workflows.&lt;/p&gt;
&lt;p&gt;Flowise is not just another AI tool. It is a complete application builder that abstracts the entire LLM stack into visual components. Need a RAG chatbot that answers questions from your company&amp;rsquo;s PDF library? Drag in a document loader, connect it to a vector store, add an LLM node, and wire up a chat interface &amp;ndash; all without writing a single line of code. Need a multi-agent system that researches topics, writes reports, and sends email summaries? Flowise&amp;rsquo;s agent and tool nodes make it possible through visual composition.&lt;/p&gt;</description></item><item><title>Langchain-Chatchat: Open-Source Knowledge Base Q&amp;A with LLMs</title><link>https://www.solosoft.dev/post/langchain-chatchat-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/langchain-chatchat-2026/</guid><description>&lt;p&gt;Organizations accumulate vast amounts of internal documentation &amp;ndash; technical manuals, policy documents, research papers, and operational guides. The challenge has always been turning this static knowledge into something that can be queried conversationally. &lt;strong&gt;Langchain-Chatchat&lt;/strong&gt; provides an open-source solution that couples the LangChain orchestration framework with ChatGLM conversational AI to deliver document-grounded question answering.&lt;/p&gt;
&lt;p&gt;Built primarily by the Chinese AI development community and hosted under the chatchat-space organization on GitHub, Langchain-Chatchat has gained substantial traction among enterprises and individuals who want to deploy private knowledge base Q&amp;amp;A systems. The project eliminates the dependency on commercial services like OpenAI&amp;rsquo;s GPTs or corporate SaaS knowledge platforms by providing a self-hosted alternative that runs on commodity hardware.&lt;/p&gt;</description></item><item><title>LangChain: The Universal Framework for LLM Application Development</title><link>https://www.solosoft.dev/post/langchain-framework-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/langchain-framework-2026/</guid><description>&lt;p&gt;Building applications with large language models is fundamentally different from traditional software development. LLMs are non-deterministic, expensive, limited by context windows, and incapable of accessing external data or performing calculations on their own. &lt;strong&gt;LangChain&lt;/strong&gt; provides the architectural patterns and building blocks that make LLM application development practical, scalable, and production-ready.&lt;/p&gt;
&lt;p&gt;LangChain has become the most widely adopted framework for LLM application development, with hundreds of thousands of developers and a rich ecosystem of integrations. It provides a unified abstraction layer over the fragmented LLM landscape, allowing developers to build applications that can switch between models, vector stores, and tools without rewriting their core logic.&lt;/p&gt;</description></item><item><title>LangGraph: Building Stateful Multi-Agent Workflows with LangChain</title><link>https://www.solosoft.dev/post/langgraph-workflow-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/langgraph-workflow-2026/</guid><description>&lt;p&gt;The first generation of LLM agents followed a simple, predictable loop &amp;ndash; the ReAct pattern of Thought, Action, Observation. But real-world applications require more sophisticated orchestration: multiple agents working together, conditional branching, human oversight, persistent state across complex workflows, and the ability to loop back for refinement. &lt;strong&gt;LangGraph&lt;/strong&gt; provides the graph-based architecture that makes these patterns possible.&lt;/p&gt;
&lt;p&gt;LangGraph extends LangChain&amp;rsquo;s agent capabilities from linear chains to directed graphs, where each node is a computational step and edges define the control flow. This deceptively simple generalization &amp;ndash; from chains to graphs &amp;ndash; enables an enormous range of previously impractical agent architectures.&lt;/p&gt;</description></item></channel></rss>