Files
nexus/wiki/entities/LlamaIndex.md
2026-04-14 16:02:50 +08:00

523 B
Raw Blame History

title, type, tags
title type tags
LlamaIndex entity
RAG框架
LLM
开发框架

Definition

LlamaIndex是一个专门用于构建RAG应用的框架专注于数据索引和检索优化。

Core Mechanism

  • 数据连接器:支持多种数据源
  • 索引结构:树形、列表、向量等
  • 查询引擎:支持混合检索

Key Properties

  • 专注RAG场景
  • 与LangChain可互操作
  • 丰富的索引策略

Connections