Skip to Content
Introduction

📑 What is PageIndex?

PageIndex is a vectorless, reasoning-based RAG (retrieval) framework that simulates how human experts navigate and extract knowledge from long, complex documents. Instead of relying on vector similarity search, it transforms documents into a tree structure and enables LLMs to perform agentic reasoning over that tree for context-aware retrieval. The retrieval is traceable and explainable, with no vector databases and no chunking.

PageIndex Workflow

PageIndex Workflow: Tree index generation; and agentic LLM reasoning over the index for context-aware retrieval

To learn more about PageIndex, please see our detailed introduction to the PageIndex framework. Check out our GitHub repo for open-source code, and the cookbooks, tutorials, and blog for more guides and examples.

💬 Community & Support

Last updated on