cool-solution — dev.blog

VectifyAI/PageIndex

by VectifyAI

Preview of VectifyAI/PageIndex

Stack:PythonLLMRAG

Hierarchical document index for 'vectorless' RAG: instead of embeddings and similarity search, the LLM reasons over a tree structure to decide which section to open.

Why it's interesting

It challenges the 'RAG = vector database' default: no vector indexing, less infrastructure and more traceable answers over long documents.

#ai#rag#retrieval#llm