LlamaIndex Python Framework

LlamaIndex is an open-source Python framework for building LLM-powered applications including agents, RAG pipelines, and custom workflows. It provides data connectors for ingesting data from various sources such as APIs, PDFs, databases, and more. The framework offers high-level abstractions like query engines, chat engines, and agent classes (FunctionAgent, ReActAgent, CodeActAgent), as well as lower-level APIs for advanced customization.

API entry from apis.yml

apis.yml Raw ↑
aid: llamaindex:python-framework
name: LlamaIndex Python Framework
tags:
- Agents
- Framework
- LLM
- Open Source
- Python
- RAG
- SDK
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developers.llamaindex.ai/python/framework/
properties:
- url: https://developers.llamaindex.ai/python/framework/
  type: Documentation
description: LlamaIndex is an open-source Python framework for building LLM-powered applications including
  agents, RAG pipelines, and custom workflows. It provides data connectors for ingesting data from various
  sources such as APIs, PDFs, databases, and more. The framework offers high-level abstractions like query
  engines, chat engines, and agent classes (FunctionAgent, ReActAgent, CodeActAgent), as well as lower-level
  APIs for advanced customization.