Rename demo script and update README wording

This commit is contained in:
Ray 2026-03-28 04:56:05 +08:00
parent 77722838e1
commit 4002dc94de
4 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@ class PageIndexClient:
A client for indexing and retrieving document content.
Flow: index() -> get_document() / get_document_structure() / get_page_content()
For agent-based QA, see examples/openai_agents_demo.py.
For agent-based QA, see examples/agentic_vectorless_rag_demo.py.
"""
def __init__(self, api_key: str = None, model: str = None, retrieve_model: str = None, workspace: str = None):
if api_key: