云图梭云图梭
P

PageIndex

MITPython

📑 PageIndex: Document Index for Vectorless, Reasoning-based RAG

33kFork 3k更新于 2026-06-27

软件介绍

PageIndex 是一个开源项目。Reasoning-based RAG  ◦  No Vector DB, No Chunking  ◦  Context-Aware Retrieval  ◦  Reads Like a Human。主要涉及 agentic-ai、agents、ai、ai-agents、context-engineering 等方向。README 覆盖了 📑 Introduction to PageIndex、🎯 Core Features、📍 Explore PageIndex、🛠️ Deployment Options 等内容。云图梭建议在部署前阅读官方文档,确认版本、License 和生产环境配置要求。

核心功能

No Vector DB: Uses document structure and LLM reasoning for retrieval, instead of vector similarity search.
No Chunking: Documents are organized into natural sections, not artificial chunks.
Context-Aware Retrieval: Retrieval depends on your full context (e.g., conversation history and domain knowledge), and easily incorporates new context.
Human-like Retrieval: Mirrors how human experts navigate and extract knowledge from complex documents.

适用场景

agentic-ai 相关场景agents 相关场景ai 相关场景ai-agents 相关场景技术选型评估

Docker 部署

# 请以 PageIndex 官方 README 为准
# 示例:docker compose up -d

FAQ

PageIndex 是开源软件吗?

是。该项目提供 GitHub 仓库,当前 License 信息为 MIT。

PageIndex 适合 Docker 部署吗?

README 中未发现明确的 Docker 命令,建议以官方文档为准,确认是否提供官方镜像。