llamaindex

Build LLM applications with RAG using data connectors and vector indices.

2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/zhuangbiaowei/smart_bot --skill llamaindex-zhuangbiaowei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llamaindex
Source: https://github.com/zhuangbiaowei/smart_bot/tree/main/skills/llamaindex
Command: npx skills add https://github.com/zhuangbiaowei/smart_bot --skill llamaindex-zhuangbiaowei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of building Large Language Model (LLM) applications by providing a robust framework for connecting LLMs to your data, enabling advanced retrieval and question-answering capabilities.

Core Features & Use Cases

  • Data Ingestion: Connects to over 300 data sources to load documents.
  • Indexing: Structures data into various indices (vector, list, tree) for efficient querying.
  • Querying: Enables natural language querying over your data, supporting RAG pipelines.
  • Agents: Facilitates the creation of agents that can use tools and interact with data.
  • Use Case: Build a chatbot that can answer questions about your company's internal documentation by ingesting and indexing all relevant documents.

Quick Start

Use the llamaindex skill to load documents from the 'data' directory and create a vector index for querying.

Frequently Asked Questions about llamaindex

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

FAQPage Schema
How do I connect custom data sources for retrieval-augmented generation?

To build retrieval-augmented generation pipelines, you can use data connectors to ingest documents from over 300 sources. This data is then structured into indices for efficient querying and natural language interaction.

What is the best way to index unstructured documents for LLM querying?

The best way to index unstructured documents for LLM querying is by structuring the ingested data into various indices, such as vector, list, or tree indices. This enables efficient retrieval for question-answering.

Can I build an agent that uses tools to interact with my data?

Yes, you can build agents that use tools to interact with your structured and unstructured data. These agents facilitate advanced data interaction within your retrieval-augmented generation pipelines.

Does this data framework support over 300 data connectors for document ingestion?

Yes, the LLM data framework supports over 300 data connectors for document ingestion. This allows you to load documents from various sources into indices for retrieval-augmented generation.

How do I create a chatbot that answers questions from internal documentation?

To create a chatbot answering questions from internal documentation, ingest your documents using data connectors and create a vector index. This enables natural language querying over your data.