Files
nexus/wiki/entities/LlamaIndex.md

24 lines
816 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.
---
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