agents-llamaindex

Build retrieval-augmented LLM applications with LlamaIndex for document ingestion and querying.

24|8|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/vadimcomanescu/codex-skills --skill agents-llamaindex-vadimcomanescu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-llamaindex
Source: https://github.com/vadimcomanescu/codex-skills/tree/main/skills/.curated/ai/agents-llamaindex
Command: npx skills add https://github.com/vadimcomanescu/codex-skills --skill agents-llamaindex-vadimcomanescu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

LlamaIndex provides a modular, data-centric framework to connect LLMs with data, enabling retrieval-augmented workflows and scalable knowledge tools.

Core Features & Use Cases

  • Ingest and index diverse data sources with simple connectors.
  • Build retrieval-based chatbots and knowledge tools that query across your documents.
  • Orchestrate RAG pipelines with flexible storage, indexing, and query modes.

Quick Start

Create a minimal RAG pipeline using LlamaIndex to ingest documents and answer questions.

Frequently Asked Questions about agents-llamaindex

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

FAQPage Schema
How do I build a retrieval-augmented generation pipeline with LlamaIndex?

A RAG pipeline with LlamaIndex ingests documents via data connectors, indexes them into vector storage, and executes versatile query modes to retrieve relevant context for LLM generation.

What is LlamaIndex used for in LLM applications?

LlamaIndex is a data-centric framework used to connect LLMs with custom data, enabling scalable knowledge tools and retrieval-augmented workflows across diverse document sources.

Can I ingest diverse data sources into LlamaIndex using connectors?

Yes, LlamaIndex provides simple data connectors to ingest and index diverse data sources, supporting end-to-end RAG pipelines by bridging external knowledge with language model workflows.

Does LlamaIndex support chat-based querying over my own documents?

Yes, LlamaIndex supports building retrieval-based chatbots and knowledge tools that query across your ingested documents using flexible indexing and versatile query modes.

What is the best way to orchestrate a knowledge management workflow for LLMs?

Orchestrating LLM knowledge management workflows is best achieved using a modular framework like LlamaIndex, which provides data connectors, vector storage integration, and flexible query modes for scalable RAG pipelines.