What problem does it solve? Connecting LLMs to private data for question-answering requires building ingestion, indexing, and retrieval infrastructure from scratch, which is time-consuming and error-prone. ## Core Features & Use Cases - Document Ingestion: Load data from 300+ connectors including files, web pages, GitHub, databases, and APIs. - Indexing & Querying: Create vector, list, and tree indices, then query them with configurable response modes, streaming, and metadata filtering. - Agents & Chat Engines: Build agents that combine RAG tools with custom functions, or conversational chat engines with memory. - Use Case: Build a chatbot that answers questions over your company's internal documentation by loading a folder of PDFs and Markdown files into a vector index and querying it with natural language. ## Quick Start Use the llamaindex skill to build a RAG pipeline that answers questions over the documents in my ./data folder.