LlamaIndex 🦙 0.8.48
LlamaIndex (formerly GPT Index) is a data framework for LLM applications to ingest, structure, and access private or domain-specific data. At their core, LLMs offer a natural language interface between humans and inferred data. Widely available models come pre-trained on huge amounts of publicly available data, from Wikipedia and mailing lists to textbooks and source code. Applications built on top of LLMs often require augmenting these models with private or domain-specific data. Unfortunately, that data can be distributed across siloed applications and data stores. It’s behind APIs, in SQL databases, or trapped in PDFs and slide decks. That’s where LlamaIndex comes in. LlamaIndex provides the following tools: Data connectors ingest your existing data from their native source and format. These could be APIs, PDFs, SQL, and (much) more. Data indexes structure your data in intermediate representations that are easy and performant for LLMs to consume. Engines provide natural language acc
Welcome to LlamaIndex 🦙 ! | Developer Documentation Skip to content LlamaIndex Framework Welcome to LlamaIndex 🦙 ! Copy Markdown Open in Claude Open in ChatGPT Open in Cursor Copy Markdown View as Markdown Welcome to LlamaIndex 🦙 ! LlamaIndex is the leading framework for building LLM-powered agents over your data with LLMs and workflows . Introduction What is context augmentation? What are agents and workflows? How does LlamaIndex help build them? Use cases What kind of apps can you build with LlamaIndex? Who should use it? Getting started Get started in Python or TypeScript in just 5 lines
related reading
- Welcome to LlamaIndex 🦙 ! | Developer Documentationgpt-index.readthedocs.io
- LlamaIndex - by Kenn So - Generationalgenerational.pub
- High-Level Concepts | Developer Documentationdocs.llamaindex.ai
- LLM Powered Autonomous Agents | Lil'Loglilianweng.github.io
- Build and Scale a Powerful Query Engine with LlamaIndex & Rayanyscale.com
- LangChain: the open agent platform to own your intelligencelangchain.com
- The vector database to build knowledgeable AI | Pineconepinecone.io
- Parsed | Custom, interpretable AI systems that continuously learnparsed.com
- Cookbookcookbook.openai.com
- Reducto: The Agentic Document Platform for AI Teamsreducto.ai
- RAG with Deep Agents - Docs by LangChainpython.langchain.com
- GitHub - nashsu/llm_wiki: LLM Wiki is a cross-platform desktop application that turns your documents into an organized, interlinked knowledge base — automatically. Instead of traditional RAG (retrieve-and-answer from scratch every time), the LLM incrementally builds and maintains a persistent wiki from your sources。github.com