Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
OurBuilding Ambient Agents with LangGraph course is now available on LangChain Academy!
Open on GitHub

LlamaIndex

LlamaIndex is the leading data framework for building LLM applications

Installation and Setup

You need to install thellama-index python package.

pip install llama-index

See theinstallation instructions.

Retrievers

LlamaIndexRetriever

It is used for the question-answering with sources over an LlamaIndex data structure.

from langchain_community.retrievers.llama_indeximport LlamaIndexRetriever
API Reference:LlamaIndexRetriever

LlamaIndexGraphRetriever

It is used for question-answering with sources over an LlamaIndex graph data structure.

from langchain_community.retrievers.llama_indeximport LlamaIndexGraphRetriever

[8]ページ先頭

©2009-2025 Movatter.jp