llamaindex

Creates document ingestion, indexing and RAG pipelines for LLM applications with LlamaIndex.

3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/ihatesea69/HieuNghi-AI-Skills --skill llamaindex-ihatesea69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llamaindex
Source: https://github.com/ihatesea69/HieuNghi-AI-Skills/tree/main/airesearch_skills/14-agents/llamaindex
Command: npx skills add https://github.com/ihatesea69/HieuNghi-AI-Skills --skill llamaindex-ihatesea69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires llama-index, openai, anthropic, and includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of building applications that leverage Large Language Models (LLMs) by connecting them to your own data sources, enabling powerful retrieval-augmented generation (RAG) capabilities.

Core Features & Use Cases

  • Data Ingestion: Connects to over 300 data sources to load documents.
  • Indexing & Querying: Structures data into indices for efficient semantic search and question answering.
  • RAG Pipelines: Enables building chatbots, document Q&A systems, and knowledge retrieval tools over private or custom data.
  • Use Case: You have a large collection of internal company documents and want to build a chatbot that can answer employee questions based on that specific knowledge base.

Quick Start

Use the llamaindex skill to load documents from the './data' directory and create a query engine to ask questions about them.

Frequently Asked Questions about llamaindex

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

FAQPage Schema
How do I connect an LLM to my private company documents for a chatbot?

You can connect an LLM to your documents using a retrieval-augmented generation (RAG) pipeline. This framework handles document ingestion and indexing, enabling chatbots to answer questions based on your specific knowledge base.

What is the best way to build a RAG pipeline over private data sources?

A dedicated data framework structures data into indices for efficient semantic search to build a RAG pipeline. It provides over 300 data connectors to ingest diverse private data sources for question answering.

Do I need to install specific packages to use LlamaIndex for knowledge retrieval?

Yes, using this data framework for knowledge retrieval requires installing the core llama-index package. You also need optional integrations for your chosen LLMs and embeddings, such as the openai or anthropic packages.

Can I use OpenAI and Anthropic models for document ingestion and querying?

Yes, you can use OpenAI and Anthropic models for document ingestion and querying. The framework supports these dependencies as optional integrations to power the LLM and embedding components of your retrieval pipelines.

Does this data framework support custom data connectors for document Q&A?

Yes, the data framework supports over 300 data connectors for diverse data sources. This allows you to load custom documents for indexing and build efficient question answering systems over your own data.