PageIndex/pageindex/storage
Ray 80493ccf62 fix: order local list_documents newest-first, matching the cloud API
The server's GET /docs/ returns createdAt DESC (id ASC tiebreak) and the
cloud backend preserves that order, so list_documents()[0] meant the newest
document on cloud but the oldest on local (ORDER BY created_at ascending).
The same order also feeds _get_all_doc_ids' doc priority for multi-doc chat.
rowid DESC tiebreaks same-second inserts by insertion order.
2026-07-22 12:28:06 +08:00
..
__init__.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
protocol.py style: give Protocol stubs docstring bodies 2026-07-08 17:33:41 +08:00
sqlite.py fix: order local list_documents newest-first, matching the cloud API 2026-07-22 12:28:06 +08:00