From 8aa025c21e4da709d72f96d1a938f9a6bb552b33 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 12 May 2026 03:26:23 +0800 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8bfadc34..ddc80314e 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ You can generate the PageIndex tree structure with this open-source repo; or use # ⚙️ Package Usage -> **Note:** This package uses standard PDF parsing. For use cases with complex PDFs, our [Cloud Service](https://pageindex.ai/developer) (via MCP and API) offers enhanced OCR, tree building, and retrieval. +> **Note:** This package uses standard PDF parsing. For use cases with complex PDFs, our [cloud service](https://pageindex.ai/developer) (via MCP and API) offers enhanced OCR, tree building, and retrieval. You can follow these steps to generate a PageIndex tree from a PDF document. @@ -197,7 +197,7 @@ python3 run_pageindex.py --md_path /path/to/your/document.md ## Agentic Vectorless RAG: An Example -For a simple, end-to-end _**agentic vectorless RAG**_ example using PageIndex with OpenAI Agents SDK, see [`examples/agentic_vectorless_rag_demo.py`](examples/agentic_vectorless_rag_demo.py). +For a simple, end-to-end _**agentic vectorless RAG**_ example using self-hosted PageIndex (with OpenAI Agents SDK), see [`examples/agentic_vectorless_rag_demo.py`](examples/agentic_vectorless_rag_demo.py). ```bash # Install optional dependency