PageIndex/examples
Ray 9980fc9414 feat: restore status and page/line counts in local get_document
Parsers self-report counts via ParsedDocument.metadata (pymupdf
page_count; markdown len(lines)); the backend merges them generically
into the stored document row at index time. New page_count/line_count
columns are added in place for pre-existing DBs. Local status is always
"completed" (indexing is synchronous), matching the cloud backend's
field. Align the agentic demo's get_document tool docstring (and its
col -> collection naming) accordingly.
2026-07-19 15:25:25 +08:00
..
documents Restructure examples directory and improve document storage (#189) 2026-03-28 04:28:59 +08:00
tutorials Simplify root directory 2026-03-27 03:30:13 +08:00
agentic_vectorless_rag_demo.py feat: restore status and page/line counts in local get_document 2026-07-19 15:25:25 +08:00
cloud_demo.py refactor: spell out collection instead of col in examples, README, and docstrings 2026-07-19 15:25:17 +08:00
demo_legacy_sdk.py chore: move legacy SDK e2e script into examples/ 2026-05-15 18:08:29 +08:00
demo_query_modes.py chore: drop redundant model= in demos (IndexConfig default already applies) 2026-07-19 07:09:24 +08:00
local_demo.py refactor: spell out collection instead of col in examples, README, and docstrings 2026-07-19 15:25:17 +08:00