PageIndex/pageindex/backend
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
cloud.py fix: drop unrecognized stream_metadata, align sort and page_count 2026-07-24 00:36:28 +08:00
local.py fix: use doc_name in agent tools, matching the cloud agent contract 2026-07-24 00:31:11 +08:00
protocol.py fix: enforce collection membership on cloud doc-scoped operations 2026-07-16 06:20:24 +08:00