<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>AI创想 - LangChain</title>
    <link>https://m.llms-ai.com/forum.php?mod=forumdisplay&amp;fid=39</link>
    <description>Latest 20 threads of LangChain</description>
    <copyright>Copyright(C) AI创想</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 04 Jul 2026 10:36:27 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://m.llms-ai.com/static/image/common/logo_88_31.gif</url>
      <title>AI创想</title>
      <link>https://m.llms-ai.com/</link>
    </image>
    <item>
      <title>LangChain：使用自然语言查询数据库</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1702</link>
      <description><![CDATA[作者：技术狂潮AI
目录
前言
LangChain介绍
为什么选择LangChain
LangChain的结构
代理
SQL Database Agent
数据库模式和资源
导入必要的库
连接到数据库：
设置 LLM、工具包和代理执行器：
使用自然语言查询数据库：
完整代码示例：
结论
[hr]前言

在LLM模型还没有特 ...]]></description>
      <category>LangChain</category>
      <author>魍魅8796</author>
      <pubDate>Fri, 03 Jul 2026 23:28:13 +0000</pubDate>
    </item>
    <item>
      <title>【LangChain框架】LangChain和LangGroup介绍</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1706</link>
      <description><![CDATA[作者：Optimistic _ chen]]></description>
      <category>LangChain</category>
      <author>dierren</author>
      <pubDate>Fri, 03 Jul 2026 23:19:05 +0000</pubDate>
    </item>
    <item>
      <title>LangChain框架「 LangChain 详细介绍」</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1700</link>
      <description><![CDATA[作者：CSDN博客
一、LangChain官方解释六大模块


模型（models） : LangChain 支持的各种模型类型和模型集成。
提示（prompts） : 包括提示管理、提示优化和提示序列化。
内存（memory） : 内存是在链/代理调用之间保持状态的概念。LangChain 提供了一个标准的内存接口 ...]]></description>
      <category>LangChain</category>
      <author>mazaoxie</author>
      <pubDate>Fri, 03 Jul 2026 05:16:58 +0000</pubDate>
    </item>
    <item>
      <title>langchain demo</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1672</link>
      <description><![CDATA[作者：CSDN博客
环境要求：
python3.10以上，3.13以下。我用的是3.11
可以用anoconda创建环境，conda create -n py311 python=3.11
环境安装完成后：
选择anaconda powershell prompt


执行：
conda activate py311
pip install -U langchain
pip install -U langchain ...]]></description>
      <category>LangChain</category>
      <author>我是奥利奥丶</author>
      <pubDate>Wed, 01 Jul 2026 23:36:44 +0000</pubDate>
    </item>
    <item>
      <title>LangChain</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1670</link>
      <description><![CDATA[作者：CSDN博客
LangChain 进阶开发者学习笔记

[hr]零、环境配置与快速开始

0.1 安装依赖

0.2 配置 API Key

方式一：环境变量（推荐）
方式二：代码中配置
0.3 验证安装

执行效果：
0.4 国内环境配置

使用代理：
使用国内 API 中转：
使用本地模型（Ollama）：
[h ...]]></description>
      <category>LangChain</category>
      <author>a纯情杜蕾斯</author>
      <pubDate>Wed, 01 Jul 2026 23:32:13 +0000</pubDate>
    </item>
    <item>
      <title>langchain的用法</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1674</link>
      <description><![CDATA[作者：CSDN博客
1 langchain的简介



1.1 Langchain的主要功能



1.2 总结



2 langchain的安装



在我们的安装成功之后：输入python回车然后在输入import langchain，如果没有报错，就说明安装成功了



原文地址：https://blog.csdn.net/qq_50652600/article/deta ...]]></description>
      <category>LangChain</category>
      <author>渊影若凡虹</author>
      <pubDate>Wed, 01 Jul 2026 23:28:33 +0000</pubDate>
    </item>
    <item>
      <title>LangChain</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1643</link>
      <description><![CDATA[作者：zxm8513
LangChain 是一个用于开发由大语言模型（LLM）驱动的应用程序的开源框架。简单来说，你可以把它看作是大模型的“操作系统”和“连接器”。它并不是一个大模型本身，而是提供了一套标准化的组件和工具，让开发者能够像“搭积木”一样，快速构建出功能强大 ...]]></description>
      <category>LangChain</category>
      <author>chenbuli</author>
      <pubDate>Wed, 01 Jul 2026 02:09:47 +0000</pubDate>
    </item>
    <item>
      <title>LangChain框架之概念学习（一）</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1635</link>
      <description><![CDATA[作者：CSDN博客
简介

LangChain是一个语言模型驱动的开发应用程序的框架,于2022年10月底推出，由Harrison Chase开发。它使应用程序能够：
具有情境感知能力（Are context-aware:）：将语言模型与情境源（提示指令、少量示例、为其响应提供基础的内容等）连接起来。
[*] ...]]></description>
      <category>LangChain</category>
      <author>玄月ZH</author>
      <pubDate>Wed, 01 Jul 2026 01:39:01 +0000</pubDate>
    </item>
    <item>
      <title>【LangChain】LangChain开篇</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1629</link>
      <description><![CDATA[作者：CSDN博客
对于复杂场景，LLM的问题主要有6种，分别为
1.幻觉问题，在使用LLM的时候，可能会发现，LLM开始回答的不合理了；举个例子：明明这个厂商没有提供这个API接口，但是竟然被LLM幻觉出来了这个接口
2.统一提示词，提示词的质量和风格直接决定输出结果的准确 ...]]></description>
      <category>LangChain</category>
      <author>a617735965</author>
      <pubDate>Wed, 01 Jul 2026 01:08:57 +0000</pubDate>
    </item>
    <item>
      <title>LangChain拆包后，我的项目依赖该怎么写？聊聊langchain-core、langchain-community和langchain的实战选择</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1631</link>
      <description><![CDATA[作者：CSDN博客
LangChain架构升级实战：如何精准选择依赖与优化项目配置

当LangChain宣布将核心功能拆分为langchain-core、langchain-community和langchain三个独立包时，许多开发者面对新的依赖关系陷入了选择困难。这种架构演进实际上为项目带来了更精细的控制权， ...]]></description>
      <category>LangChain</category>
      <author>就是侑范儿</author>
      <pubDate>Wed, 01 Jul 2026 01:04:39 +0000</pubDate>
    </item>
    <item>
      <title>【每天一个知识点】LangChain</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1627</link>
      <description><![CDATA[作者：CSDN博客
“LangChain” 是一个用于构建由大语言模型（LLMs）驱动的可组合、可交互、多工具协作的智能应用开发框架。它不仅能管理 Prompt、上下文、记忆和工具，还支持构建复杂的“多步骤推理”任务流程。


[hr]一、LangChain 简介

1. 核心定位

LangChain 旨在 ...]]></description>
      <category>LangChain</category>
      <author>AA小狮仔</author>
      <pubDate>Wed, 01 Jul 2026 01:03:09 +0000</pubDate>
    </item>
    <item>
      <title>【LangChain】宏观认识LangChain</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1620</link>
      <description><![CDATA[作者：1886i
一、什么是LangChain

LangChain 是一套开源框架，核心定位是连接大语言模型（LLM）与外部数据、工具及工作流，帮助开发者高效构建、迭代并部署复杂的 LLM 驱动应用，覆盖 Python 与 JavaScript/TypeScript 双生态。它不生产模型，而是通过标准化组件与编排 ...]]></description>
      <category>LangChain</category>
      <author>AI小编</author>
      <pubDate>Wed, 01 Jul 2026 00:56:29 +0000</pubDate>
    </item>
    <item>
      <title>LangChain</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1623</link>
      <description><![CDATA[作者：高桐@BILL
写在前面

AI的未来并不是一个单一技术或平台的发展，而是多个方向共同推进的结果。前面我们了解了AI Agent，这里再来聊聊Lang Chain。
Chain是一种用于基于提示的AI系统的技术，其中一个提示生成或影响另一个提示以实现特定结果或任务。本质上，它是一 ...]]></description>
      <category>LangChain</category>
      <author>dazhankuai</author>
      <pubDate>Wed, 01 Jul 2026 00:54:04 +0000</pubDate>
    </item>
    <item>
      <title>【免费精选】LangChain 项目推荐</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1613</link>
      <description><![CDATA[作者：CSDN博客
LangChain 项目推荐

【免费下载链接】langchain

 项目地址: https://gitcode.com/gh_mirrors/lan/langchain 
1. 项目基础介绍和主要编程语言

LangChain 是一个用于构建上下文感知推理应用程序的开源框架。该项目的主要编程语言是 Python。LangChain  ...]]></description>
      <category>LangChain</category>
      <author>zaihetian</author>
      <pubDate>Wed, 01 Jul 2026 00:22:13 +0000</pubDate>
    </item>
    <item>
      <title>【LangChain专栏】LangChain 调用Ollama本地大模型</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1611</link>
      <description><![CDATA[作者：ZWZhangYu
文章目录

一、什么是Ollama？二、环境准备
1．安装Ollama2．安装Python 依赖
三、LangChain 调用 Ollama
1．基础调用示例2．使用Chat模型方式
四、结合PromptTemplate 使用五、构建一个简单对话接口（FastAPI）六、常见问题
1．模型响应慢怎么办？2． ...]]></description>
      <category>LangChain</category>
      <author>创想小编</author>
      <pubDate>Tue, 30 Jun 2026 23:55:30 +0000</pubDate>
    </item>
    <item>
      <title>LangChain:大语言模型构建的利器</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1608</link>
      <description><![CDATA[作者：CSDN博客
LangChain是一个Python开源库，开发人员旨在用其轻松地构建面向端到端的AI应用。LangChain提供了一个强大而灵活的框架，适用于目前NLP领域的各种任务，如问答系统、智能助手、文本分类、数据分析等。
LangChain简要介绍

LangChain创建的最主要目标是增 ...]]></description>
      <category>LangChain</category>
      <author>dayaoxianren</author>
      <pubDate>Tue, 30 Jun 2026 23:42:44 +0000</pubDate>
    </item>
    <item>
      <title>【LangChain】LangChain 相关概念、快速上手</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1602</link>
      <description><![CDATA[作者：秦jh_]]></description>
      <category>LangChain</category>
      <author>pcsms_PoTVPezd</author>
      <pubDate>Tue, 30 Jun 2026 23:36:50 +0000</pubDate>
    </item>
    <item>
      <title>Langchain</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1605</link>
      <description><![CDATA[作者：听音乐就好
LangChain 是一个用于开发由语言模型驱动的应用程序的框架，以下是关于它的详细介绍：
核心功能

语言模型集成：支持与多种大型语言模型（LLMs）进行集成，如 OpenAI 的 GPT 系列、Anthropic 的 Claude 等，以及一些开源的语言模型。开发人员可以方便 ...]]></description>
      <category>LangChain</category>
      <author>邓金婵9</author>
      <pubDate>Tue, 30 Jun 2026 23:28:16 +0000</pubDate>
    </item>
    <item>
      <title>Cursor使用及接入教程（非常详细），零基础入门到精通，看这一篇就够了</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1591</link>
      <description><![CDATA[作者：CSDN博客
Cursor是什么
Cursor 是一个在 VScode 上改进的AI代码编辑器，在你 VScode 原本的基础上增加了AI的功能，相比于其他 AI 辅助编程的产品，Cursor 开创了 编程+AI 最好的交互方式。


Cloudflare 的CEO在推特上分享了她8岁女儿用了45分钟时间就用 Cursor  ...]]></description>
      <category>LangChain</category>
      <author>雨天撐傘想你</author>
      <pubDate>Thu, 18 Jun 2026 23:39:50 +0000</pubDate>
    </item>
    <item>
      <title>LLM - 01_了解LangChain和LangChain4J</title>
      <link>https://m.llms-ai.com/forum.php?mod=viewthread&amp;tid=1589</link>
      <description><![CDATA[作者：小小工匠
文章目录

官网概述LangChain
LangChain的核心功能LangChain的应用场景
LangChain4J
LangChain4J的特点LangChain4J的应用场景
LangChain vs LangChain4J小结



[hr]官网

https://www.langchain.com/langchain



https://docs.langchain4j.dev/


[hr] ...]]></description>
      <category>LangChain</category>
      <author>dzmzyqy</author>
      <pubDate>Thu, 18 Jun 2026 23:11:58 +0000</pubDate>
    </item>
  </channel>
</rss>