整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

View File

@@ -0,0 +1,24 @@
---
id: langchain
title: "LangChain"
type: entity
tags: [LLM, framework, RAG]
sources:
- "[[RAG从入门到精通系列1基础RAG]]"
last_updated: 2025-12-18
---
## Overview
LangChain是RAG实现框架用于构建基于LLM的应用。
## Key Features
- RAG流程封装
- 多种数据源连接
- Chain构建能力
- Agent支持
## Connections
- [[RAG]] ← uses ← [[LangChain]]
- [[LLM应用开发]] ← uses ← [[LangChain]]