Files
nexus/wiki/entities/LangChain.md

25 lines
441 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.
---
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]]