PageIndex/pageindex
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
..
backend feat: restore status and page/line counts in local get_document 2026-07-19 15:25:25 +08:00
index fix: restore intended demo paper, retrieve_model exposure, and md summary threshold 2026-07-19 06:18:35 +08:00
parser feat: restore status and page/line counts in local get_document 2026-07-19 15:25:25 +08:00
storage feat: restore status and page/line counts in local get_document 2026-07-19 15:25:25 +08:00
__init__.py fix: restore 0.2.x config resolution and legacy submodule attribute access 2026-07-19 03:42:00 +08:00
agent.py refactor: spell out collection instead of col in examples, README, and docstrings 2026-07-19 15:25:17 +08:00
client.py fix: restore intended demo paper, retrieve_model exposure, and md summary threshold 2026-07-19 06:18:35 +08:00
cloud_api.py fix: restore 0.2.x config resolution and legacy submodule attribute access 2026-07-19 03:42:00 +08:00
collection.py refactor: spell out collection instead of col in examples, README, and docstrings 2026-07-19 15:25:17 +08:00
config.py fix: default SDK retrieve_model to gpt-5.4 instead of following model 2026-07-16 16:09:07 +08:00
config.yaml fix: default SDK retrieve_model to gpt-5.4 instead of following model 2026-07-16 16:09:07 +08:00
errors.py fix: address max-effort review findings 2026-07-13 18:49:09 +08:00
events.py fix: enforce collection membership on cloud query doc_ids 2026-07-16 14:40:19 +08:00
page_index.py Merge commit from fork 2026-07-17 13:57:21 +08:00
page_index_md.py fix(markdown): skip empty bold headings 2026-07-16 19:36:52 +08:00
retrieve.py fix: CMYK image drop, empty-doc crash, page_index shadowing, sqlite hardening, flaky tests 2026-07-09 11:58:59 +08:00
tokens.py refactor(sdk): typed returns, protocol contract, parser layering 2026-07-07 12:15:34 +08:00
types.py feat: restore status and page/line counts in local get_document 2026-07-19 15:25:25 +08:00
utils.py fix: address xhigh review findings for PR #272 2026-07-16 01:31:57 +08:00