Skip to main content
LlamaIndex 是构建 LLM 应用的领先数据框架

安装与设置

您需要安装 llama-index Python 包。
pip install llama-index
查看安装说明

检索器

LlamaIndexRetriever

用于在 LlamaIndex 数据结构上进行带来源的问答。
from langchain_community.retrievers.llama_index import LlamaIndexRetriever

LlamaIndexGraphRetriever

用于在 LlamaIndex 图数据结构上进行带来源的问答。
from langchain_community.retrievers.llama_index import LlamaIndexGraphRetriever