Tagged articles
314 articles
Page 2 of 4
AI Large Model Application Practice
AI Large Model Application Practice
Nov 17, 2025 · Artificial Intelligence

Unlock Complex AI Agents with DeepAgents: A Hands‑On Guide

DeepAgents, the new open‑source agent framework from LangChain, extends LangChain and LangGraph with built‑in task planning, virtual file systems, long‑term memory and sub‑agent support, and this article walks through its architecture, core capabilities, detailed code examples, and future roadmap.

AI agentsDeepAgentsLangChain
0 likes · 15 min read
Unlock Complex AI Agents with DeepAgents: A Hands‑On Guide
Fun with Large Models
Fun with Large Models
Nov 17, 2025 · Artificial Intelligence

Building a Multimodal RAG System with LangChain 1.0: Core Architecture and Smart Q&A Development

This article walks through the design and implementation of a multimodal Retrieval‑Augmented Generation (RAG) system using LangChain 1.0, detailing a front‑end/back‑end separated architecture, FastAPI service setup, multimodal data handling, conversation history management, streaming responses, and Postman testing to verify the intelligent Q&A module.

FastAPILangChainMultimodal RAG
0 likes · 15 min read
Building a Multimodal RAG System with LangChain 1.0: Core Architecture and Smart Q&A Development
Fun with Large Models
Fun with Large Models
Nov 8, 2025 · Artificial Intelligence

Unlocking LangChain 1.0 create_agent: Advanced MCP, Structured Output, Memory & Middleware

This guide dives into the four advanced capabilities of LangChain 1.0's create_agent API—MCP tool integration, structured output, memory management, and middleware—showcasing practical examples such as an Amap MCP planner, Pydantic‑based response formatting, InMemorySaver chat history, and custom middleware for dynamic model selection.

AI agentsLangChainMCP
0 likes · 22 min read
Unlocking LangChain 1.0 create_agent: Advanced MCP, Structured Output, Memory & Middleware
Fun with Large Models
Fun with Large Models
Nov 4, 2025 · Artificial Intelligence

Mastering LangChain 1.0’s create_agent API: Basics, Message Types, and Stream Modes

This tutorial walks through setting up a Python environment, explains the three essential components of LangChain 1.0’s create_agent API, details the built‑in message types, and demonstrates four streaming output modes using a weather‑assistant example to help developers quickly adopt the new agent framework.

AI agentsLangChainPython
0 likes · 11 min read
Mastering LangChain 1.0’s create_agent API: Basics, Message Types, and Stream Modes
Fun with Large Models
Fun with Large Models
Nov 2, 2025 · Artificial Intelligence

Fast-Track LangChain 1.0: Core Upgrades and the New create_agent API

This guide walks through LangChain 1.0’s three major upgrades— the new create_agent API that replaces legacy agent builders, standardized content_blocks for unified model output, and a streamlined package structure—while showing how middleware hooks, built‑in and custom middleware, and improved structured output simplify production‑grade AI agent development.

AI agentsLangChainPython
0 likes · 15 min read
Fast-Track LangChain 1.0: Core Upgrades and the New create_agent API
BirdNest Tech Talk
BirdNest Tech Talk
Oct 30, 2025 · Artificial Intelligence

Master LangChain Toolkits to Build Powerful AI Agents Quickly

This guide explains what LangChain toolkits are, why they simplify building domain‑specific AI agents, lists common built‑in toolkits, and walks through the step‑by‑step process of instantiating a toolkit, retrieving its tools, and creating an OpenAI‑powered agent, illustrated with a SQL database example.

AI agentsAutomationLangChain
0 likes · 5 min read
Master LangChain Toolkits to Build Powerful AI Agents Quickly
BirdNest Tech Talk
BirdNest Tech Talk
Oct 30, 2025 · Artificial Intelligence

Master LangChain Chains with LCEL: From Simple Jokes to RAG and Agent Pipelines

This guide explains how LangChain’s Expression Language (LCEL) lets you declaratively connect prompts, models, and output parsers into chains, walks through environment setup, dependency installation, and detailed code examples ranging from a basic joke generator to retrieval‑augmented generation and memory‑enabled agents.

AgentLCELLangChain
0 likes · 5 min read
Master LangChain Chains with LCEL: From Simple Jokes to RAG and Agent Pipelines
BirdNest Tech Talk
BirdNest Tech Talk
Oct 30, 2025 · Artificial Intelligence

How to Build Multimodal Prompts with LangChain: A Step‑by‑Step Guide

Learn how LangChain enables multimodal interactions by preparing inputs, constructing prompts, invoking models like GPT‑4o, and processing responses, with a complete example that demonstrates image‑question answering, code walkthrough, environment setup, and key considerations for API keys and image URLs.

LLMLangChainOpenAI
0 likes · 9 min read
How to Build Multimodal Prompts with LangChain: A Step‑by‑Step Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 30, 2025 · Artificial Intelligence

Why AI Agents Aren’t As Simple As They Appear: Engineering Challenges and Solutions

Building AI agents may seem straightforward with frameworks like LangChain, but hidden complexities in orchestration, memory management, reproducibility, and scalability turn simple demos into fragile systems, requiring systematic engineering, observability, and robust design to achieve reliable, production‑grade intelligent agents.

AI agentsAgent DesignLangChain
0 likes · 21 min read
Why AI Agents Aren’t As Simple As They Appear: Engineering Challenges and Solutions
BirdNest Tech Talk
BirdNest Tech Talk
Oct 27, 2025 · Artificial Intelligence

How LangChain’s Indexing API Enables Efficient Incremental Updates for RAG Systems

This article explains how LangChain's Indexing API adds state management and synchronization to the classic load‑split‑embed‑store RAG pipeline, detailing the RecordManager component, the index function workflow, key parameters, implementation considerations, and best‑practice code examples for production‑grade vector stores.

FAISSIndexing APILangChain
0 likes · 12 min read
How LangChain’s Indexing API Enables Efficient Incremental Updates for RAG Systems
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 27, 2025 · Artificial Intelligence

Master AI Agents and MCP: A Complete 4‑Month Learning Roadmap

This article presents a structured, step‑by‑step learning path that guides beginners from Python fundamentals through AI API mastery, Retrieval‑Augmented Generation, deep MCP protocol knowledge, and advanced multi‑agent development, complete with practical code examples and performance‑monitoring techniques.

AI agentsLangChainMCP protocol
0 likes · 14 min read
Master AI Agents and MCP: A Complete 4‑Month Learning Roadmap
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 23, 2025 · Artificial Intelligence

Boost Your RAG Bot’s Accuracy: Hybrid Search, Query Rewriting, and Re‑ranking Explained

This article walks developers through three essential upgrades for Retrieval‑Augmented Generation systems—hybrid search combining vector and keyword retrieval, query rewriting to clarify conversational inputs, and re‑ranking with a cross‑encoder—providing step‑by‑step code examples using LangChain to dramatically improve answer quality.

AIHybrid SearchLangChain
0 likes · 9 min read
Boost Your RAG Bot’s Accuracy: Hybrid Search, Query Rewriting, and Re‑ranking Explained
BirdNest Tech Talk
BirdNest Tech Talk
Oct 21, 2025 · Artificial Intelligence

How Vector Stores Enable Lightning‑Fast Semantic Search in LangChain

This article explains what vector stores are, outlines their core workflow of adding, querying, and searching embeddings, compares popular back‑ends like FAISS, Chroma, and Pinecone, and walks through a complete Chinese‑language example using LangChain’s FAISS integration with detailed code and result analysis.

AIFAISSLangChain
0 likes · 10 min read
How Vector Stores Enable Lightning‑Fast Semantic Search in LangChain
BirdNest Tech Talk
BirdNest Tech Talk
Oct 20, 2025 · Artificial Intelligence

How Embedding Models Power Semantic Search: A Hands‑On LangChain Guide

This article explains what embeddings are, how LangChain’s Embeddings interface abstracts various providers, compares common models, and walks through a complete Python example that uses a Chinese‑optimized HuggingFace model to generate document and query vectors, compute cosine similarity, and identify the most relevant text.

LangChainNLPPython
0 likes · 9 min read
How Embedding Models Power Semantic Search: A Hands‑On LangChain Guide
Fun with Large Models
Fun with Large Models
Oct 18, 2025 · Artificial Intelligence

Building DeepResearch from Scratch (Part 2): Architecture Design and Implementation with LangGraph

This article walks through the design and implementation of a multi‑agent DeepResearch application using the Pipeline‑Agent pattern with LangGraph and LangChain, detailing three agents for task planning, web search via Tavily, and report generation, and provides complete Python code and test results.

AI agentsLangChainLangGraph
0 likes · 16 min read
Building DeepResearch from Scratch (Part 2): Architecture Design and Implementation with LangGraph
BirdNest Tech Talk
BirdNest Tech Talk
Oct 16, 2025 · Artificial Intelligence

Mastering Text Splitting in LangChain: From Theory to Code

This guide explains why large documents must be broken into semantic chunks for LLMs, introduces core parameters like chunk_size and chunk_overlap, compares LangChain's various splitters, and walks through a complete Python example that loads a long text, configures a RecursiveCharacterTextSplitter, and inspects the resulting chunks.

EmbeddingLangChainRAG
0 likes · 9 min read
Mastering Text Splitting in LangChain: From Theory to Code
Data STUDIO
Data STUDIO
Oct 15, 2025 · Artificial Intelligence

Seven Essential AI Agent Frameworks to Watch in 2025

The article examines the shift from single-model calls to autonomous AI agents, outlines the seven most influential AI agent frameworks for 2025—including LangChain, LangGraph, CrewAI, AutoGen, and Semantic Kernel—compares their core strengths, learning curves, and ideal use cases, and offers a practical selection guide for developers and enterprises.

AI agentsAgent FrameworksAutoGen
0 likes · 13 min read
Seven Essential AI Agent Frameworks to Watch in 2025
Practical DevOps Architecture
Practical DevOps Architecture
Oct 14, 2025 · Artificial Intelligence

Master AI Agents: From Basics to Advanced Multi-Model Development

This comprehensive AI agent development course covers 18 chapters, ranging from fundamental concepts and architecture to large‑model integration, tool and browser control, memory, RAG self‑learning, sandboxing, database manipulation, multi‑agent architectures, code assistance, and a real‑world frontend automation project, complete with source code and documentation.

AI agentsLangChainRAG
0 likes · 3 min read
Master AI Agents: From Basics to Advanced Multi-Model Development
BirdNest Tech Talk
BirdNest Tech Talk
Oct 11, 2025 · Artificial Intelligence

How to Load Documents into LangChain: From Files to APIs

Learn how to use LangChain's Document Loaders to import data from files, web pages, databases, and APIs, understand the Document object structure, compare load() versus lazy_load(), and follow a step‑by‑step Python example that demonstrates loading, inspecting, and optionally processing documents with an LLM.

Data IntegrationDocument LoaderLLM
0 likes · 12 min read
How to Load Documents into LangChain: From Files to APIs
BirdNest Tech Talk
BirdNest Tech Talk
Oct 10, 2025 · Artificial Intelligence

How to Build a Custom Output Parser in LangChain for Non‑Standard LLM Formats

This guide explains why custom output parsers are needed for LangChain when dealing with non‑JSON or XML responses, walks through inheriting BaseOutputParser, implementing parse() and optional format instructions, and provides a complete Python example that converts a simple "Key: Value" string into a dictionary.

CustomParserLLMLangChain
0 likes · 6 min read
How to Build a Custom Output Parser in LangChain for Non‑Standard LLM Formats
BirdNest Tech Talk
BirdNest Tech Talk
Oct 8, 2025 · Artificial Intelligence

How to Turn LLM Text into Structured Data with LangChain Output Parsers

This article explains why LLMs output plain text, introduces LangChain output parsers as the bridge to structured data, details their workflow, reviews built‑in parsers, and walks through a complete Python example that builds a prompt‑model‑parser chain to generate a JSON‑based joke.

LLMLangChainOutputParser
0 likes · 10 min read
How to Turn LLM Text into Structured Data with LangChain Output Parsers
BirdNest Tech Talk
BirdNest Tech Talk
Oct 6, 2025 · Artificial Intelligence

How to Master Few-Shot Prompting with LangChain’s Example Selectors

The article explains why few-shot prompting benefits from dynamically selecting a small set of relevant examples, introduces LangChain’s ExampleSelector component, compares three selector strategies—LengthBased, SemanticSimilarity, and MaxMarginalRelevance—detailing their algorithms, advantages, drawbacks, and provides step-by-step Python code demonstrations for each.

AIEmbeddingExample selector
0 likes · 9 min read
How to Master Few-Shot Prompting with LangChain’s Example Selectors
Fun with Large Models
Fun with Large Models
Oct 4, 2025 · Artificial Intelligence

Which Large‑Model AI Agent Framework Is Best? A Guide to 12 Options

This article categorizes and compares twelve popular large‑model AI Agent development frameworks—low‑code platforms, basic programming paradigms, advanced code libraries, and multi‑agent systems—detailing their core features, typical use cases, and trade‑offs to help developers choose the most suitable solution.

AI AgentLangChainMulti-Agent
0 likes · 12 min read
Which Large‑Model AI Agent Framework Is Best? A Guide to 12 Options
BirdNest Tech Talk
BirdNest Tech Talk
Oct 2, 2025 · Artificial Intelligence

How Function Calling Empowers LLMs: A Step‑by‑Step LangChain Guide

This article explains how function (tool) calling lets large language models like GPT or Gemini invoke external APIs, walks through defining tools with LangChain, and demonstrates a complete Python example that fetches real‑time weather data and returns a natural‑language answer.

AI agentsFunction CallingLLM
0 likes · 9 min read
How Function Calling Empowers LLMs: A Step‑by‑Step LangChain Guide
BirdNest Tech Talk
BirdNest Tech Talk
Sep 30, 2025 · Artificial Intelligence

LLM vs. ChatModel in LangChain: Choosing the Right Interface

This article explains LangChain's two core abstractions—LLM for simple text completion and ChatModel for multi‑turn conversational AI—detailing their input/output formats, practical code examples, and why ChatModel is generally preferred for modern dialogue applications.

AIChatModelLLM
0 likes · 6 min read
LLM vs. ChatModel in LangChain: Choosing the Right Interface
BirdNest Tech Talk
BirdNest Tech Talk
Sep 29, 2025 · Artificial Intelligence

Mastering LangChain Serialization: Save, Load, and Share Your AI Workflows

Learn how to serialize LangChain components—including prompts, chains, and agents—using JSON and YAML, enabling reproducibility, collaboration, persistence, and decoupling, with step‑by‑step code examples for dumping objects to files and loading them back into executable LLM pipelines.

AI workflowLLMLangChain
0 likes · 8 min read
Mastering LangChain Serialization: Save, Load, and Share Your AI Workflows
BirdNest Tech Talk
BirdNest Tech Talk
Sep 28, 2025 · Artificial Intelligence

Mastering LangChain Callbacks: Track LLM Execution Step‑by‑Step

LangChain’s callback system lets developers hook into every stage of an LLM chain— from chain start/end to token generation—using built‑in handlers like StdOutCallbackHandler or custom handlers derived from BaseCallbackHandler, with examples showing constructor‑level and request‑level attachment, plus a custom handler implementation.

AICallbacksDebugging
0 likes · 6 min read
Mastering LangChain Callbacks: Track LLM Execution Step‑by‑Step
BirdNest Tech Talk
BirdNest Tech Talk
Sep 25, 2025 · Artificial Intelligence

How to Install and Configure LangChain for LLM Development

This guide walks you through installing the LangChain library, adding model‑specific packages, verifying the setup with a Python script, configuring API keys via environment variables or a .env file, and preparing to use OpenAI‑compatible models such as DeepSeek or Qwen.

API keysEnvironmentInstallation
0 likes · 8 min read
How to Install and Configure LangChain for LLM Development
BirdNest Tech Talk
BirdNest Tech Talk
Sep 25, 2025 · Artificial Intelligence

Mastering LangChain: A Hands‑On Guide to Building LLM Applications

This repository offers a comprehensive, step‑by‑step LangChain tutorial series that walks developers through installation, the LangChain Expression Language, streaming, parallel execution, callbacks, serialization, model customization, prompt templates, memory, multimodal support, and advanced tools like LangGraph and LangSmith, enabling the creation of sophisticated AI applications.

AI DevelopmentLLMLangChain
0 likes · 9 min read
Mastering LangChain: A Hands‑On Guide to Building LLM Applications
AI Cyberspace
AI Cyberspace
Sep 18, 2025 · Artificial Intelligence

LangChain vs LangGraph vs LangSmith: Which AI Framework Fits Your Needs?

This article compares LangChain, LangGraph, and LangSmith—three complementary frameworks for building LLM-powered applications—explaining their distinct architectures, use cases, and features, and also introduces related concepts such as RAG, MCP, A2A protocols, hierarchical memory systems, context engineering, and knowledge graphs to guide developers in selecting and integrating the appropriate tools.

AgentContext EngineeringLLM
0 likes · 21 min read
LangChain vs LangGraph vs LangSmith: Which AI Framework Fits Your Needs?
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Sep 13, 2025 · Artificial Intelligence

Choosing the Right Path for RAG Development: Low‑Code Platforms vs Open‑Source Frameworks

This article compares low‑code development platforms with open‑source large‑model frameworks such as LangChain and LlamaIndex, outlining their features, advantages, limitations, and suitability for building retrieval‑augmented generation (RAG) applications in various enterprise scenarios.

AI DevelopmentLangChainLlamaIndex
0 likes · 13 min read
Choosing the Right Path for RAG Development: Low‑Code Platforms vs Open‑Source Frameworks
phodal
phodal
Sep 8, 2025 · Artificial Intelligence

Enterprise AI Agents: Framework Evolution, Platform Trends, and Practical Guidance

The article examines how rapid advances in generative AI have transformed enterprise AI Agent development, comparing evolving frameworks like LangChain, Semantic Kernel, and Spring AI with emerging low‑code platforms such as Dify and Copilot Studio, and outlines architectural challenges, integration strategies, and best‑practice design principles for Java‑centric organizations.

Enterprise AIJavaLangChain
0 likes · 15 min read
Enterprise AI Agents: Framework Evolution, Platform Trends, and Practical Guidance
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 5, 2025 · Artificial Intelligence

How Browser-Use Leverages LLMs to Transform Browser Automation

This article explores Browser-Use, an AI‑driven browser automation framework that combines large language models, visual perception, and DOM analysis to enable intelligent, multi‑step web tasks such as registration, price comparison, form filling, and monitoring, while detailing its architecture, historical context, core modules, and future challenges.

AI agentsBrowser AutomationLLM
0 likes · 26 min read
How Browser-Use Leverages LLMs to Transform Browser Automation
Cognitive Technology Team
Cognitive Technology Team
Sep 3, 2025 · Artificial Intelligence

How to Build AI Agents that Auto‑Generate Helm Charts: Strategies, Pitfalls, and Best Practices

This article chronicles the author's hands‑on journey of designing AI agents to automatically generate Helm charts for open‑source applications, exploring agent role definition, behavior paradigms like ReAct and plan‑and‑execute, prompt engineering challenges, structured workflows, multi‑agent collaboration, and practical lessons for reliable, production‑grade automation.

AI agentsAgent FrameworksHelm chart automation
0 likes · 29 min read
How to Build AI Agents that Auto‑Generate Helm Charts: Strategies, Pitfalls, and Best Practices
Fun with Large Models
Fun with Large Models
Aug 28, 2025 · Artificial Intelligence

A Deep Dive into LangGraph: Understanding the New Graph‑Based AI Agent Framework

The article compares LangGraph with LangChain, explains why a graph‑based architecture offers greater flexibility than linear chains, outlines LangGraph’s three‑layer core architecture and its ecosystem tools—including LangSmith, LangGraph Studio, CLI, and Agent Chat UI—while noting its reliance on LangChain and the need for VPN for CLI usage.

AI agentsGraph WorkflowLLM
0 likes · 11 min read
A Deep Dive into LangGraph: Understanding the New Graph‑Based AI Agent Framework
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 27, 2025 · Artificial Intelligence

Turning AI Hallucinations into Reliable Helm Charts with Structured Agents

After weeks of trial‑and‑error, the author shares how a fully autonomous AI agent struggled to generate Helm charts, and how adopting a structured, multi‑stage workflow—combining clear role definitions, ReAct/Plan‑and‑Execute patterns, prompt engineering, and LangChain/LangGraph orchestration—produced a reproducible, lint‑validated Helm package for Kubernetes.

AI AgentAutomationHelm Chart
0 likes · 29 min read
Turning AI Hallucinations into Reliable Helm Charts with Structured Agents
Tech Freedom Circle
Tech Freedom Circle
Aug 26, 2025 · Artificial Intelligence

How to Optimize RAG for Alibaba Interviews? 7 Golden Rules Explained

This article provides a step‑by‑step technical guide to optimizing Retrieval‑Augmented Generation (RAG) for interview scenarios, covering query rewriting, HyDE, fallback strategies, routing and prompt routing, multi‑representation indexing, hybrid retrieval, re‑ranking, self‑RAG, generation control, performance benchmarking, and a practical checklist with concrete code examples and metrics.

AI InterviewHybrid RetrievalIndex Optimization
0 likes · 30 min read
How to Optimize RAG for Alibaba Interviews? 7 Golden Rules Explained
Volcano Engine Developer Services
Volcano Engine Developer Services
Aug 26, 2025 · Artificial Intelligence

From Single LLM to Multi‑Agent: How Context Engineering Drives the Next AI Architecture

This article examines the evolution of LangChain's Open Deep Research project from a monolithic LLM pipeline to a multi‑agent system, highlighting the role of context engineering, architectural trade‑offs, practical code examples, and best‑practice guidelines for building scalable, token‑efficient AI solutions.

AI researchContext EngineeringLLM architecture
0 likes · 16 min read
From Single LLM to Multi‑Agent: How Context Engineering Drives the Next AI Architecture
Data Party THU
Data Party THU
Aug 22, 2025 · Artificial Intelligence

How BAML Turns a 25% Success Rate into 99%+ for Knowledge‑Graph Extraction with Small LLMs

This article presents a systematic study of extracting knowledge graphs from unstructured news articles using small quantized LLMs, exposing the brittleness of LangChain's JSON‑based pipelines, evaluating prompt‑engineering fixes, and introducing the BAML framework whose fuzzy parsing and concise schema raise extraction success from roughly 25% to over 99% on a 344‑document benchmark.

BAMLGraphRAGLLM
0 likes · 33 min read
How BAML Turns a 25% Success Rate into 99%+ for Knowledge‑Graph Extraction with Small LLMs
Fun with Large Models
Fun with Large Models
Aug 22, 2025 · Artificial Intelligence

Step‑by‑Step Guide: Building a PDF‑Based RAG Knowledge Base with LangChain, Streamlit, DashScope & DeepSeek

This tutorial shows how to create a lightweight Retrieval‑Augmented Generation (RAG) system that indexes multiple PDF files, stores their embeddings in a FAISS vector database, and answers user queries through a LangChain agent powered by DashScope embeddings and the DeepSeek‑Chat model, all wrapped in a Streamlit UI.

DashscopeDeepSeekFAISS
0 likes · 13 min read
Step‑by‑Step Guide: Building a PDF‑Based RAG Knowledge Base with LangChain, Streamlit, DashScope & DeepSeek
Fun with Large Models
Fun with Large Models
Aug 2, 2025 · Artificial Intelligence

Quickly Build a LangChain Agent Using the Agent API (Part 6)

This tutorial walks through using LangChain's Agent API to create AI agents with tool calling, demonstrating a weather‑assistant example, parallel and sequential tool calls, and integration of the Tavily search tool, all with concise Python code and step‑by‑step explanations.

AI AgentAgent APILangChain
0 likes · 13 min read
Quickly Build a LangChain Agent Using the Agent API (Part 6)
Fun with Large Models
Fun with Large Models
Jul 30, 2025 · Artificial Intelligence

LangChain Tool Integration: Step‑by‑Step Guide to Built‑in and Custom Functions

This article walks through how to integrate LangChain's built‑in tools and user‑defined functions into AI agents, covering environment setup, installing dependencies, using the Python code interpreter tool, binding tools to a model, parsing tool calls with JsonOutputKeyToolsParser, and demonstrating both a data‑analysis example and a weather‑lookup function.

AI agentsFunction CallingLangChain
0 likes · 13 min read
LangChain Tool Integration: Step‑by‑Step Guide to Built‑in and Custom Functions
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 25, 2025 · Artificial Intelligence

Build an Agentic RAG AI App in Days with RDS Supabase & LangChain

This article demonstrates how to rapidly create a full‑stack Agentic Retrieval‑Augmented Generation (RAG) application using Alibaba Cloud RDS PostgreSQL‑based Supabase, covering data preparation, vector storage, real‑time communication, authentication, deployment steps, performance optimizations, and code examples with LangChain and large language models.

AI ApplicationAgentic RAGLangChain
0 likes · 18 min read
Build an Agentic RAG AI App in Days with RDS Supabase & LangChain
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 21, 2025 · Artificial Intelligence

How Browser‑Use Leverages AI Prompts for Seamless Browser Automation

This article explains how the open‑source browser‑use framework combines carefully designed SystemMessage prompts, structured HumanMessage inputs, and LangChain‑driven tool calls to enable large language models to automate complex web tasks such as shopping, CRM updates, résumé processing, and document generation, while providing concrete code examples and best‑practice tips.

AI automationBrowser AutomationLangChain
0 likes · 21 min read
How Browser‑Use Leverages AI Prompts for Seamless Browser Automation
Fun with Large Models
Fun with Large Models
Jul 17, 2025 · Artificial Intelligence

How to Integrate Large Models with LangChain: A Step‑by‑Step Tutorial

This tutorial explains LangChain's core modules and three‑layer architecture, shows how to set up a Python environment, and provides concrete code examples for connecting SiliconFlow Qwen3‑8B and DeepSeek models via the init_chat_model API, including result inspection and references to official documentation.

DeepSeekLangChainPython
0 likes · 9 min read
How to Integrate Large Models with LangChain: A Step‑by‑Step Tutorial
Qborfy AI
Qborfy AI
Jul 11, 2025 · Artificial Intelligence

Building a Dynamic Agent Workflow with LangGraph: A Step‑by‑Step Guide

This tutorial walks through creating a full‑featured LLM Agent workflow using LangGraph, covering goal definition, task decomposition, execution nodes, state updates, re‑planning logic, and user feedback, while comparing ReAct and Reflexion approaches and providing complete Python code examples.

LLMLangChainLangGraph
0 likes · 11 min read
Building a Dynamic Agent Workflow with LangGraph: A Step‑by‑Step Guide
macrozheng
macrozheng
Jul 4, 2025 · Artificial Intelligence

Build Java LLM Applications with LangChain4j: A Hands‑On Guide

This tutorial walks through the fundamentals of large language models, prompt engineering, word embeddings, and shows how to use the LangChain framework (including its Java implementation LangChain4j) to build, memory‑manage, retrieve, and chain AI‑driven applications with practical code examples.

AIEmbeddingJava
0 likes · 17 min read
Build Java LLM Applications with LangChain4j: A Hands‑On Guide
Qborfy AI
Qborfy AI
Jun 28, 2025 · Artificial Intelligence

Mastering LangGraph: Build Stateful, Looping LLM Agents with Python

This tutorial walks through the limitations of linear LangChain workflows, introduces LangGraph’s state‑node‑edge architecture, and provides step‑by‑step code examples—including a Hello‑World tool, conditional branching, multi‑turn conversation handling, and graph visualization—so readers can construct robust, persistent LLM agents.

AgentLLMLangChain
0 likes · 9 min read
Mastering LangGraph: Build Stateful, Looping LLM Agents with Python
Data Thinking Notes
Data Thinking Notes
Jun 19, 2025 · Artificial Intelligence

Andrew Ng on Building Agentic AI Systems: Tools, MCP, and Practical Insights

In a candid conversation, Andrew Ng and Harrison Chase explore the evolving landscape of AI agents, discussing modular toolchains, the emerging MCP standard, challenges of agent‑to‑agent communication, voice interaction latency, and the importance of rapid, technically skilled execution for successful AI product development.

AI agentsLangChainMCP
0 likes · 19 min read
Andrew Ng on Building Agentic AI Systems: Tools, MCP, and Practical Insights
Data Thinking Notes
Data Thinking Notes
Jun 10, 2025 · Artificial Intelligence

Unlocking AI Agents: Architecture, Tools, and Real‑World Applications

This article provides a comprehensive overview of generative AI agents, detailing their core components—model, tools, and orchestration layer—explaining cognitive architectures, tool types, learning strategies, and practical development with LangChain and Vertex AI, while highlighting future prospects and challenges.

AI AgentLangChainPrompt engineering
0 likes · 24 min read
Unlocking AI Agents: Architecture, Tools, and Real‑World Applications
Qborfy AI
Qborfy AI
Jun 7, 2025 · Artificial Intelligence

Build a Retrieval‑Augmented Generation (RAG) Chatbot with LangChain and Streamlit

This guide walks through the complete process of creating a RAG‑powered question‑answering bot using LangChain, Streamlit, and vector‑store embeddings, covering theory, architecture, data loading, chunking, vector indexing, retrieval, LLM integration, and full code implementation with practical examples.

ChatbotLangChainPython
0 likes · 13 min read
Build a Retrieval‑Augmented Generation (RAG) Chatbot with LangChain and Streamlit
Didi Tech
Didi Tech
Jun 5, 2025 · Artificial Intelligence

Unlocking Modern AI Application Architecture: From RAG to Agents and MCP

This article surveys the evolution of AI applications, explains large language model fundamentals, outlines architectural challenges, and introduces three core patterns—Retrieval‑Augmented Generation (RAG), autonomous Agents, and Model Context Protocol (MCP)—while providing practical LangChain code snippets and integration guidance.

AIAgentLLM
0 likes · 28 min read
Unlocking Modern AI Application Architecture: From RAG to Agents and MCP
Alibaba Cloud Native
Alibaba Cloud Native
May 9, 2025 · Artificial Intelligence

Build a Retrieval‑Augmented Generation (RAG) App with LangChain, Higress, and Elasticsearch

This tutorial walks through building a Retrieval‑Augmented Generation (RAG) system by combining LangChain for document processing, Elasticsearch’s vector store with the ELSER v2 model for semantic search, and Higress as a cloud‑native AI gateway, complete with deployment scripts, code examples, and query testing.

AIHigressLangChain
0 likes · 15 min read
Build a Retrieval‑Augmented Generation (RAG) App with LangChain, Higress, and Elasticsearch
AI Algorithm Path
AI Algorithm Path
Apr 27, 2025 · Artificial Intelligence

Six AI Frameworks Supporting Model Context Protocol (MCP)

This guide explains the Model Context Protocol (MCP), compares six Python and TypeScript AI frameworks that implement MCP, demonstrates their architectures, registries, and code integrations—including OpenAI Agents SDK, Praison AI, LangChain, Chainlit, Agno, and Upsonic—while also discussing the benefits, challenges, and future standardization of MCP in AI agent development.

AI agentsLangChainMCP
0 likes · 25 min read
Six AI Frameworks Supporting Model Context Protocol (MCP)
Nightwalker Tech
Nightwalker Tech
Apr 17, 2025 · Artificial Intelligence

LangGraph Explained: Advanced AI Workflow Framework and Hands‑On Guide

This article introduces LangGraph, the next‑generation framework built on LangChain for constructing complex, stateful AI applications, compares it with LangChain, showcases real‑world deployments, and provides a step‑by‑step Python tutorial for building a smart customer‑service chatbot with looped reasoning, tool integration, and human‑in‑the‑loop support.

AI workflowAgentChatbot
0 likes · 20 min read
LangGraph Explained: Advanced AI Workflow Framework and Hands‑On Guide
Qborfy AI
Qborfy AI
Apr 9, 2025 · Artificial Intelligence

Mastering LangChain PromptTemplates to Reduce AI Hallucinations

This tutorial walks through the concept of PromptTemplate in LangChain, demonstrates how to build chat prompt templates, use message placeholders, apply Few‑Shot prompting and ExampleSelector techniques, and shows concrete code and output examples that help mitigate large‑language‑model hallucinations.

AI hallucinationExampleSelectorFewShot
0 likes · 11 min read
Mastering LangChain PromptTemplates to Reduce AI Hallucinations
Architect
Architect
Apr 2, 2025 · Artificial Intelligence

Connecting LLMs to External Tools with Anthropic’s Model Context Protocol (MCP)

This article explains the open‑source Model Context Protocol (MCP) created by Anthropic, describes its client‑server architecture for safely linking LLMs with external data sources and tools, and provides a complete step‑by‑step Python tutorial—including environment setup, server and client code—to demonstrate MCP in action.

AI agentsLLM integrationLangChain
0 likes · 9 min read
Connecting LLMs to External Tools with Anthropic’s Model Context Protocol (MCP)
Qborfy AI
Qborfy AI
Mar 29, 2025 · Artificial Intelligence

Mastering LangChain: Build LLM Apps with Chains, Agents, and Vector Stores

This tutorial walks through the limitations of simple prompt usage, introduces LangChain as a framework for building full‑featured LLM applications, explains its core concepts and components, and provides step‑by‑step code examples for installing, configuring, and running a basic LangChain demo.

AI ApplicationLLMLangChain
0 likes · 11 min read
Mastering LangChain: Build LLM Apps with Chains, Agents, and Vector Stores
AI Algorithm Path
AI Algorithm Path
Mar 28, 2025 · Artificial Intelligence

Workflow vs Agent: A Beginner’s Guide to AI Agents

This tutorial explains the fundamental differences between AI workflows and autonomous agents, compares their strengths, outlines when to use each approach, and provides concrete LangChain/LangGraph code examples, framework references, and best‑practice recommendations for building reliable LLM‑powered systems.

AI agentsLLM workflowsLangChain
0 likes · 28 min read
Workflow vs Agent: A Beginner’s Guide to AI Agents
AI Algorithm Path
AI Algorithm Path
Mar 24, 2025 · Artificial Intelligence

How to Use Pydantic for Structured LLM Output

The article explains why LLM responses can be inconsistent, introduces Pydantic as a way to define custom output schemas, and walks through concrete examples—both with OpenAI and Ollama models—showing how to build a LangChain pipeline that parses responses into structured data.

LLMLangChainOllama
0 likes · 7 min read
How to Use Pydantic for Structured LLM Output
AI Algorithm Path
AI Algorithm Path
Mar 13, 2025 · Artificial Intelligence

Getting Started with AI Agents: An Overview of Popular Agent Frameworks

This article explains how agentic frameworks transform AI development by enabling autonomous, reasoning systems, compares leading open‑source options such as LangChain, LangGraph, CrewAI, Microsoft Semantic Kernel, AutoGen, Smolagents and Phidata, and provides a step‑by‑step LangGraph tutorial with code examples and a comparison table.

Agent FrameworksAutoGenCrewAI
0 likes · 15 min read
Getting Started with AI Agents: An Overview of Popular Agent Frameworks
AI Large Model Application Practice
AI Large Model Application Practice
Feb 17, 2025 · Artificial Intelligence

Mastering Structured Output for DeepSeek‑R1 with LangChain, LangGraph, and ReAct Agents

DeepSeek‑R1 excels at deep reasoning but lacks native structured output; this guide explains why structured output matters, outlines common API‑level techniques, and provides three practical solutions—using an auxiliary model with a LangChain chain, a LangGraph workflow, and a ReAct agent—complete with code snippets and JSON‑mode tips.

DeepSeekLLMLangChain
0 likes · 12 min read
Mastering Structured Output for DeepSeek‑R1 with LangChain, LangGraph, and ReAct Agents
AI Algorithm Path
AI Algorithm Path
Feb 13, 2025 · Artificial Intelligence

How to Build a Local RAG Knowledge Base with DeepSeek‑R1 and Ollama

This article walks through setting up a local Retrieval‑Augmented Generation (RAG) system using the open‑source DeepSeek‑R1 model run via Ollama, covering installation, model selection, PDF ingestion with LangChain, semantic chunking, FAISS vector store creation, RetrievalQA chain construction, and a Streamlit UI for querying.

DeepSeek-R1FAISSLangChain
0 likes · 8 min read
How to Build a Local RAG Knowledge Base with DeepSeek‑R1 and Ollama
Bilibili Tech
Bilibili Tech
Feb 11, 2025 · Artificial Intelligence

Building a Scalable AI Agent for Code Review: Practices, Architecture, and Challenges

The article outlines how to build a scalable, modular AI code‑review agent using LangChain, detailing stages from naive prompting to advanced prompt engineering, architecture with six core modules, strategies to curb hallucinations, improve reliability, performance, and human‑AI collaboration, and future RAG integration.

AI AgentCode reviewLangChain
0 likes · 22 min read
Building a Scalable AI Agent for Code Review: Practices, Architecture, and Challenges
Infra Learning Club
Infra Learning Club
Feb 8, 2025 · Artificial Intelligence

Multi-Agent LLMs Explained: Benefits, Workflows, and Leading Frameworks

The article surveys the rise of multi‑agent LLM systems, detailing how specialized agents collaborate on tasks such as travel planning, outlining their workflow, comparing them with single‑agent models, listing prominent frameworks, and discussing current challenges and research citations.

AIAgent CollaborationAutoGen
0 likes · 13 min read
Multi-Agent LLMs Explained: Benefits, Workflows, and Leading Frameworks
iKang Technology Team
iKang Technology Team
Feb 7, 2025 · Artificial Intelligence

Retrieval‑Augmented Generation (RAG) with LangChain: Concepts and Python Implementation

Retrieval‑Augmented Generation (RAG) using LangChain lets developers enhance large language models by embedding user queries, fetching relevant documents from a vector store, inserting the context into a prompt template, and generating concise, source‑grounded answers, offering low‑cost, up‑to‑date knowledge while reducing hallucinations and fine‑tuning expenses.

LLMLangChainRAG
0 likes · 10 min read
Retrieval‑Augmented Generation (RAG) with LangChain: Concepts and Python Implementation
Architect
Architect
Jan 27, 2025 · Artificial Intelligence

How to Build a Retrieval‑Augmented Generation QA Assistant for an Open Platform

This article details a step‑by‑step design of a RAG‑based intelligent Q&A assistant for the DeWu Open Platform, covering background, RAG fundamentals, system architecture, technology selection, prompt engineering with CO‑STAR, data preprocessing, vector store setup, LangChain.js implementation, similarity search, runnable chaining, debugging, and future prospects.

AILLMLangChain
0 likes · 28 min read
How to Build a Retrieval‑Augmented Generation QA Assistant for an Open Platform
DeWu Technology
DeWu Technology
Jan 6, 2025 · Artificial Intelligence

Design and Implementation of a Retrieval‑Augmented Generation (RAG) Answering Assistant for the Dewu Open Platform

The paper describes building a Retrieval‑Augmented Generation assistant for the Dewu Open Platform that leverages GPT‑4o‑mini, OpenAI embeddings, Milvus vector store, and LangChain.js to semantically retrieve API documentation, structure user queries, and generate accurate, JSON‑formatted answers, thereby reducing manual support and hallucinations.

AILLMLangChain
0 likes · 28 min read
Design and Implementation of a Retrieval‑Augmented Generation (RAG) Answering Assistant for the Dewu Open Platform
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 17, 2024 · Frontend Development

Choosing the Best LangChain Text Splitter for Frontend LLM Apps

This article compares five LangChain text splitters—CharacterTextSplitter, RecursiveCharacterTextSplitter, TokenTextSplitter, MarkdownTextSplitter, and LatexTextSplitter—by examining their principles, pros and cons, and ideal use cases, helping developers select the most suitable splitter for their frontend large‑model applications.

JavaScriptLLMLangChain
0 likes · 10 min read
Choosing the Best LangChain Text Splitter for Frontend LLM Apps