llamaindex

Automate data-centric LLM application building with LlamaIndex pipelines.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/tadod12/fraud-detection-research --skill llamaindex-tadod12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llamaindex
Source: https://github.com/tadod12/fraud-detection-research/tree/main/.agent/skills/14-agents/llamaindex
Command: npx skills add https://github.com/tadod12/fraud-detection-research --skill llamaindex-tadod12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

LlamaIndex simplifies turning data into actionable knowledge for LLMs by providing a unified framework to ingest, index, and query diverse data sources.

Core Features & Use Cases

  • Connects with 300+ data connectors to ingest documents and data into a searchable index.
  • Builds retrieval-augmented generation pipelines using vector indices, various query engines, and agent tooling.
  • Enables multi-modal LLM applications, private data handling, and scalable knowledge retrieval for Q&A, chatbots, and knowledge bases.

Quick Start

Create a simple VectorStoreIndex from your documents and run a basic query.

Frequently Asked Questions about llamaindex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a retrieval-augmented generation pipeline for private enterprise data?

To build a retrieval-augmented generation pipeline for private enterprise data, you can use LlamaIndex to ingest documents into a vector index and route queries through multiple retrievers and query engines.

What are data connectors and how do they work with LLMs?

Data connectors are interfaces that ingest documents from various sources into a searchable index for LLMs. LlamaIndex provides over 300 data connectors to unify data ingestion, indexing, and querying across multi-modal datasets.

Can I use OpenAI and Anthropic models with LlamaIndex query engines?

Yes, you can use OpenAI and Anthropic models with LlamaIndex query engines. The framework provides tool integrations for these platforms to support diverse LLM applications, chatbots, and agent tooling.

Does LlamaIndex support multi-modal datasets and private data handling?

LlamaIndex does support multi-modal datasets and private data handling. It enables building scalable knowledge retrieval applications across private enterprise data and multi-modal inputs using vector indices.

What is the best way to index research corpora for question-answer workflows?

The best way to index research corpora for question-answer workflows is using a framework like LlamaIndex to create vector indices from ingested documents. This allows scalable knowledge retrieval and targeted querying across your research data.