新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,22 @@
---
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]]