mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
Rename demo script and update README wording
This commit is contained in:
parent
77722838e1
commit
4002dc94de
4 changed files with 7 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue