mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-05-19 18:35:16 +02:00
Update README (#271)
Some checks failed
CodeQL / Analyze (actions) (push) Has been cancelled
Some checks failed
CodeQL / Analyze (actions) (push) Has been cancelled
This commit is contained in:
parent
f50e529753
commit
7592163e2a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue