llamaindex

Community

Build RAG apps with LlamaIndex

Authorovachiever
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a complete data framework for building LLM-powered apps with retrieval augmented generation, document ingestion, indices, and agents.

Core Features & Use Cases

  • RAG & Q&A: Retrieve context and answer with structured context.
  • Document Ingestion: Large variety of connectors and loaders to ingest data.
  • Indices & Engines: Vector, list, and tree indices with query engines.
  • Agents with Tools: Tool integration for automated workflows.
  • Multi-Modal Support: Multi-modal tools and data flows.

Quick Start

Create a VectorStoreIndex from documents, then query with a simple engine for robust Q&A over private data.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: llamaindex
Download link: https://github.com/ovachiever/droid-tings/archive/main.zip#llamaindex

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository