PageIndex/pageindex/backend
Ray 29971049ae fix: degrade list_collections when folders are unavailable (403/404)
GET /folders/ is gated by the folder plan server-side, so on plans
without folder support list_collections raised CloudAPIError while
every sibling folder method (create_collection, get_or_create_collection,
delete_collection) degrades gracefully. Catch _FOLDER_UNAVAILABLE, emit
the one-time upgrade warning, and return []; transient errors still
propagate.
2026-07-14 17:49:45 +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: degrade list_collections when folders are unavailable (403/404) 2026-07-14 17:49:45 +08:00
local.py fix: empty-list scope, get_tree bool casing, md fence tracking; dedupe base URL 2026-07-10 11:17:20 +08:00
protocol.py refactor(sdk): typed returns, protocol contract, parser layering 2026-07-07 12:15:34 +08:00