更新CLAUDE.md,删除wiki/concepts空文件

This commit is contained in:
2026-04-14 16:26:02 +08:00
parent c6e3d3c5db
commit ba87044423
361 changed files with 3 additions and 12064 deletions

View File

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