Fetching from the wire…
Top 5 · 2026-05-19 · source-backed
What if your RAG pipeline doesn't need a vector database at all?
VectifyAI's PageIndex eliminates vector databases entirely from document retrieval. Instead of chunking documents, generating embeddings, and running approximate nearest-neighbor search, it builds a hierarchical Table of Contents tree from the document structure and uses LLM reasoning to navigate to the most relevant section. The approach is inspired by AlphaGo's tree search. The result: 98.7% accuracy on FinanceBench via the Mafin 2.5 financial analysis system, significantly outperforming traditional vector-based RAG.
No chunking. No embeddings. No vector DB. Just document structure and LLM reasoning with full page and section traceability.
I've spent months building and maintaining vector RAG pipelines. pgvector in Rayni, embedding generation, chunk size tuning, retrieval quality debugging. The entire infrastructure is non-trivial. If a reasoning-based approach can match or beat vector retrieval on a serious financial benchmark, that's not just an academic curiosity. It's a potential infrastructure elimination.
The timing is interesting. Milvus just shipped a 3.0 release candidate with data lake architecture, external collections, and entity-level TTL. The vector database ecosystem is maturing. And a project with 31K stars is saying you might not need any of it.
I'm not ready to rip out my vector pipelines yet. FinanceBench is one benchmark, and document-structured financial reports are an ideal case for hierarchical navigation. I don't know how well this works on messy, unstructured content where there's no clean ToC to build. But for anyone working with structured documents, PDFs, technical specs, legal filings, financial reports, this is a "try it this weekend" story. If it works for your use case, you just eliminated an entire infrastructure dependency.
Each link below shares sources, entities, or timing with this story.
PageIndex partners with OpenAI Agents SDK / Shared entities / Same source / Shared topic / Earlier coverage
Linked by a graph relationship (PageIndex partners with OpenAI Agents SDK); both cover Instead, LLM, PageIndex, RAG; cite the same source (VectifyAI's PageIndex).
VectifyAI released PageIndex / Shared entities / Same source / Shared topic / Earlier coverage
Linked by a graph relationship (VectifyAI released PageIndex); both cover FinanceBench, LLM, PageIndex, RAG; cite the same source (VectifyAI's PageIndex).
Simon Willison released LLM / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Simon Willison released LLM); both cover PDFs, RAG, Rayni; overlapping topics (document, financial, retrieval).
Milvus partners with OpenAI / Shared entities / Same source domain / What happened next / Tension
Linked by a graph relationship (Milvus partners with OpenAI); both cover LLM, RAG; reported by the same outlet (github.com).
VectifyAI released PageIndex / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (VectifyAI released PageIndex); both cover FinanceBench, PageIndex; reported by the same outlet (github.com).
VectifyAI released PageIndex / Shared entities / Same source / What happened next / Tension
Linked by a graph relationship (VectifyAI released PageIndex); both cover PageIndex, VectifyAI; cite the same source (VectifyAI's PageIndex).
VectifyAI released PageIndex / Shared entities / Same source / Earlier coverage
Linked by a graph relationship (VectifyAI released PageIndex); both cover PageIndex, VectifyAI; cite the same source (VectifyAI's PageIndex).
Milvus partners with OpenAI / Shared entity: Milvus / Same source domain / What happened next
Linked by a graph relationship (Milvus partners with OpenAI); both cover Milvus; reported by the same outlet (github.com).