PageIndex/pageindex/backend
Ray 360ab662a6 fix: three cloud backend correctness issues
- _require_document: always verify doc existence via _get_metadata,
  even when folders are unavailable — previously a non-existent doc_id
  silently passed through to the chat API on non-Max plans
- get_document: forward pageNum from the server metadata as page_count,
  matching the local backend's DocumentDetail contract
- _normalize_nodes: preserve prefix_summary as a separate field instead
  of collapsing it into summary, matching the server's leaf/non-leaf
  distinction
2026-07-23 16:14:57 +08:00
..
__init__.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
cloud.py fix: three cloud backend correctness issues 2026-07-23 16:14:57 +08:00
local.py fix: delete the DB row before the files in delete_document 2026-07-21 18:03:49 +08:00
protocol.py fix: enforce collection membership on cloud doc-scoped operations 2026-07-16 06:20:24 +08:00