PageIndex/pageindex/backend
Ray a11493502f fix: delete the DB row before files so an interrupted delete can't leave a broken document
Files-first meant a failed DB delete left a valid-looking row whose
files were gone: still listed, status completed, dangling file_path, and
the surviving file_hash made re-adds dedup onto the broken doc. Row
first degrades the same failure to harmless orphan files — the order
delete_collection already uses.
2026-07-21 17:57:47 +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 chore: drop unused os import 2026-07-21 17:37:48 +08:00
local.py fix: delete the DB row before files so an interrupted delete can't leave a broken document 2026-07-21 17:57:47 +08:00
protocol.py fix: enforce collection membership on cloud doc-scoped operations 2026-07-16 06:20:24 +08:00