What problem does it solve? Connecting LLMs to private data for question-answering requires building ingestion, indexing, retrieval, and generation pipelines from scratch, which is complex and error-prone. ## Core Features & Use Cases - Document Ingestion: Load data from 300+ connectors including files, web pages, GitHub, databases, and APIs via LlamaHub. - Indexing & Retrieval: Create vector, list, and tree indices with support for Chroma, Pinecone, and FAISS vector stores. - Query Engines & Agents: Build query engines with streaming, metadata filtering, chat memory, and agents that combine RAG with custom tools. - Use Case: Build a chatbot that answers questions over your company's internal documentation by loading a directory of PDFs, indexing them, and querying with a conversational chat engine. ## Quick Start Use the llamaindex skill to build a RAG pipeline that indexes the documents in my data folder and answers questions about them.