wiki-ingest: RAG从入门到精通系列1

This commit is contained in:
2026-04-16 03:47:33 +08:00
parent 821be5e431
commit 997ad92e81
7 changed files with 213 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
---
title: "LlamaIndex"
type: entity
tags: [llm, framework, rag]
sources: ["RAG从入门到精通系列1基础RAG"]
last_updated: 2026-04-16
---
## Basic Information
- **Type**: LLM Application Framework
- **Source**: RAG从入门到精通系列1基础RAG
## Definition
LlamaIndex is a framework for building LLM applications with data connectors, mentioned alongside LangChain as a way to simplify the complex RAG pipeline construction.
## Relationship with LangChain
- Both LangChain and LlamaIndex are frameworks for building LLM applications
- Both can be used to construct RAG pipelines
- Both provide abstractions for document loading, splitting, embedding, and retrieval
## Related Concepts
- [[RAG]]LlamaIndex is used for building RAG pipelines
- [[LangChain]]Alternative/companion framework