VectifyAI/PageIndex
📑 PageIndex: Document Index for Vectorless, Reasoning-based RAG observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 99
- Longevity 37
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6
- age_days: 519
- days_rel: 8
- days_push: 7
- n_releases_24m: 4
Adoption not part of the score
35333 stars · 3114 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PageIndex is a Python SDK and framework for vectorless, reasoning-based RAG that replaces vector similarity search with a hierarchical tree index over documents, which an LLM navigates agentically to retrieve relevant content. It supports local mode with your own LLM key or a hosted cloud API, plus MCP integration, with no embeddings, chunking, or vector database required.
Use cases
- build RAG over long complex PDFs without a vector database
- retrieve relevant sections from documents by reasoning instead of embeddings
- index PDF documents into a hierarchical tree structure
- add traceable document retrieval to AI agents via MCP
- chat with and analyze long professional documents
- avoid chunking and embedding pipelines for document Q&A
When to choose
- your documents are long, structured, and require contextual or multi-step reasoning to retrieve accurately
- you want explainable, traceable retrieval grounded in source sections
- you want to avoid maintaining embeddings, chunking, and vector database infrastructure
- you need MCP or API integration for agentic document retrieval
When to avoid
- you need fast, cheap retrieval over massive corpora where LLM-per-query reasoning cost is prohibitive
- your documents are short or unstructured with no useful hierarchy
- you need sub-second retrieval latency
- you want a fully offline solution without any LLM API key
Facets
library · maturity active
rag search-engine llm-inference agent-framework pdf mcp large-language-models pdf python cli self-hosted cloud vectorless-rag tree-index document-retrieval reasoning-based-retrieval no-embeddings document-analysis retrieval-augmented-generation natural-language-processing ai-agents search
5 sources
- readme: https://github.com/VectifyAI/PageIndex · fetched 2026-08-28 · 192321c884cc
- homepage: https://pageindex.ai · fetched 2026-08-29 · b2d108e19a06
- site_page: https://pageindex.ai/about · fetched 2026-08-29 · 2fee92fee4d0
- site_page: https://docs.pageindex.ai · fetched 2026-08-29 · 3ef3ed6e22e1
- registry_pypi: https://pypi.org/pypi/pageindex/json · fetched 2026-08-29 · 8bce0da11e1b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| VectifyAI/PageIndex | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="VectifyAI/PageIndex")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem