From 595d569363d12d04ac139e63e3bc95141ea4a5b7 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 15 Aug 2026 02:33:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20drop=20the=20demo's=20install=20step=20?= =?UTF-8?q?=E2=80=94=20openai-agents=20ships=20with=20the=20SDK=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 27e3084a4..3f0a1b972 100644 --- a/README.md +++ b/README.md @@ -213,10 +213,6 @@ python3 run_pageindex.py --md_path /path/to/your/document.md 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 -pip3 install openai-agents - -# Run the demo python3 examples/agentic_vectorless_rag_demo.py ```