mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-07-24 21:41:04 +02:00
- 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"). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| cloud.py | ||
| local.py | ||
| protocol.py | ||