PageIndex/examples
Ray 3ff04d501a fix: address max-effort review findings
- clamp LLM-derived page indices in _get_text_of_pages and
  get_text_of_pdf_pages_with_labels; dedupe get_text_of_pdf_pages
- guard _normalize_tree and folders/documents iterations against
  explicit nulls in cloud API responses
- coerce cloud OCR page numbers to int before filtering in
  get_page_content
- folder cache: raise on missing folder id instead of caching None;
  stop caching name-not-found so later lookups can succeed
- defang doc_id in agent doc-context prompt
- append api-key hint to 401 errors (request, legacy and streaming
  paths)
- remove stale legacy JSON workspace sample data unreadable by the
  SQLite storage
2026-07-13 18:49:09 +08:00
..
documents Restructure examples directory and improve document storage (#189) 2026-03-28 04:28:59 +08:00
tutorials Simplify root directory 2026-03-27 03:30:13 +08:00
agentic_vectorless_rag_demo.py fix: address xhigh code-review findings on 2d46d68..8f536cb 2026-07-08 21:56:41 +08:00
cloud_demo.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
demo_legacy_sdk.py chore: move legacy SDK e2e script into examples/ 2026-05-15 18:08:29 +08:00
demo_query_modes.py feat(collection): doc_ids accepts str|list, design cleanups 2026-05-15 17:03:17 +08:00
local_demo.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00