Enhancing RAG Effectiveness with LangChain and LangGraph

Introduction on how to use LangGraph to improve RAG. Long press to follow “Python Learning Base”, join the reader group, and share more wonderful content. 1. Introduction LangGraph is the latest member of the LangChain, LangServe, and LangSmith series, aimed at building generative AI applications using LLMs. Remember, all these are independent packages and must … Read more

Building a Memory Chatbot Using LangGraph

This article introduces how to build a memory chatbot using LangChain and LangGraph. LangGraph is a Python library developed by the LangChain team specifically for creating complex AI workflows and multi-agent systems that can remember state. Its core goal is to address key pain points in traditional AI orchestration: • Inability to handle complex decision … Read more

Building an AI Coding Agent with LangGraph Using LangChain

Building an AI Coding Agent with LangGraph Using LangChain

● Understand what LangGraph is. ● Explore the basics of LangGraph for building stateful agents. ● Explore TogetherAI to access open-access models like DeepSeekCoder. ● Build an AI coding agent using LangGraph to write unit tests. This article is published as part of the Data Science Blog Marathon. What is LangGraph? LangGraph is an extension … Read more

LangGraph | Beginner’s Guide

LangGraph | Beginner's Guide

Click 01 Muggle Society Follow the official account, and you won’t get lost in AI learning LangGraph is an important feature recently released by LangChain, marking its move towards a multi-agent framework. LangGraph is built on top of LangChain, helping developers easily create powerful agent runtimes. LangChain and its expression language (LCEL) provide technical support … Read more

Multi-Agent Workflow with LangGraph

Multi-Agent Workflow with LangGraph

Introduction The emergence of large language models (LLMs) has reshaped how AI systems interact with and interpret the world. Traditionally, single-agent architectures have been used to handle inputs, make decisions, and produce outputs. However, as AI systems scale to manage more complex, multi-step tasks, researchers and developers are increasingly turning to multi-agent systems and advanced … Read more

Enhancing RAG Performance with LangChain and LangGraph

Enhancing RAG Performance with LangChain and LangGraph

▼Recently, there have been many live broadcasts,make an appointment to ensure you gain something —1— The Two Core Concepts of LangChain 1、Process-Oriented Architecture Design of Chains:Programs written based on large models that follow predefined steps and rules, which cannot be flexibly adjusted, used for executing tasks like: automatic SQL writing or multi-turn dialogue, etc. 2、Goal-Oriented … Read more

Building Efficient Collaborative AI Agents with CrewAI

Building Efficient Collaborative AI Agents with CrewAI

Click the blue text above to follow us 1. Introduction AI Agents development is a hot topic in the current software innovation field. With the continuous advancement of Large Language Models (LLMs), the integration of AI agents with existing software systems is expected to see explosive growth. With AI agents, we can accomplish tasks that … Read more

Comparison of Intelligent Agents: Langchain, CrewAI, and AutoGen

Comparison of Intelligent Agents: Langchain, CrewAI, and AutoGen

1. Overview of AI Agent Frameworks In the rapidly evolving field of artificial intelligence, choosing the right framework is a key decision that every data scientist and developer must make. The AI agent ecosystem is evolving quickly, offering increasingly complex solutions to automate and optimize intricate processes. The intelligent agent revolution has introduced several frameworks, … Read more

In-Depth Analysis of Agent Frameworks: AutoGen, CrewAI, LlamaIndex, and LangChain

In-Depth Analysis of Agent Frameworks: AutoGen, CrewAI, LlamaIndex, and LangChain

This article provides a clear visualization to help you understand which framework or tool to choose for your business use case when developing “Agent applications”. Introduction In the rapidly evolving field of artificial intelligence, a new paradigm is emerging that promises to revolutionize the way we interact with and utilize AI systems: AI Agents. These … Read more