PageIndex/pageindex/backend
Ray ad7f152ea7 fix: whitelist parser metadata to its documented fields before storing
The unfiltered metadata spread let a custom parser overwrite managed
columns — stashing 'file_path' in metadata silently repointed the stored
row at the user's original file, which delete_document would then
unlink. ParsedDocument documents page_count/line_count as the only
persisted metadata; merge exactly those.
2026-07-21 17:59:04 +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: whitelist parser metadata to its documented fields before storing 2026-07-21 17:59:04 +08:00
protocol.py fix: enforce collection membership on cloud doc-scoped operations 2026-07-16 06:20:24 +08:00