PageIndex/pageindex/storage
Ray 11ba63debe fix: drop unrecognized stream_metadata, align sort and page_count
- Remove stream_metadata from chat/completions payloads — the server's
  ChatCompletionRequest model has no such field; it was silently ignored.
- Local list_documents tie-breaker: rowid DESC → doc_id ASC, matching
  the server's "createdAt" DESC, "id" ASC ordering.
- Cloud get_document: skip page_count when pageNum is 0 (server returns
  0 for NULL, meaning "not yet computed", not "zero pages").
2026-07-24 00:36:28 +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: drop unrecognized stream_metadata, align sort and page_count 2026-07-24 00:36:28 +08:00