LlamaIndex는 LLM 애플리케이션 구축을 위한 선도적인 데이터 프레임워크입니다

Installation and Setup

llama-index python 패키지를 설치해야 합니다.
pip install llama-index
설치 지침을 참조하세요.

Retrievers

LlamaIndexRetriever

LlamaIndex 데이터 구조를 기반으로 소스와 함께 질문-답변을 수행하는 데 사용됩니다.
from langchain_community.retrievers.llama_index import LlamaIndexRetriever

LlamaIndexGraphRetriever

LlamaIndex 그래프 데이터 구조를 기반으로 소스와 함께 질문-답변을 수행하는 데 사용됩니다.
from langchain_community.retrievers.llama_index import LlamaIndexGraphRetriever

Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.
I