Files
nexus/wiki/entities/LangChain.md
2026-04-14 16:02:50 +08:00

23 lines
506 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "LangChain"
type: entity
tags: [RAG框架, LLM, 开发框架]
---
## Definition
LangChain是一个简化RAG流程的开发框架提供Chain、Agent、Memory等抽象。
## Core Mechanism
- Chain串联LLM与工具/数据源
- Agent自主决策执行路径
- Memory会话记忆管理
## Key Properties
- Python和JavaScript双版本
- 丰富的内置组件
- 活跃的开源社区
## Connections
- [[RAG]] ← 工具 ← [[LangChain]]
- [[LlamaIndex]] ← 类似 ← [[LangChain]]