PageIndex/pageindex/backend
Ray 8c7f622112 fix: delete the DB row before the files in delete_document
File-first ordering meant a failed DB delete left a listed, 'completed'
document whose files were gone — and its surviving file_hash made
re-adding the same file dedup to the broken doc. DB-first (the order
delete_collection already uses) degrades the same failure to harmless
orphan files.
2026-07-21 18:03:49 +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 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