PageIndex/pageindex/index
Ray 93535fca7e fix: gate doc_description on node summaries in the SDK pipeline, matching legacy
Both legacy entry points nest if_add_doc_description inside the
if_add_node_summary branch: create_clean_structure_for_description keeps only
titles and summaries, so without summaries the description LLM call runs on a
bare title listing. The SDK pipeline (c7fe93b) hoisted the check to top level
with no stated rationale, so summary=False + description=True paid for an
extra LLM call and produced a low-quality description the legacy path
deliberately refuses to generate.
2026-07-22 12:27:32 +08:00
..
__init__.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
page_index.py fix: restore 0.2.x config resolution and legacy submodule attribute access 2026-07-19 03:42:00 +08:00
page_index_md.py Merge upstream/main into dev; port hardening into index/ 2026-07-17 18:11:14 +08:00
pipeline.py fix: gate doc_description on node summaries in the SDK pipeline, matching legacy 2026-07-22 12:27:32 +08:00
utils.py chore: drop the pymupdf extra — image extraction detects the library at runtime 2026-07-19 16:31:37 +08:00