PageIndex/pageindex/index
Ray 41f4a0a6f5 perf: import litellm/PyPDF2 inside the functions that use them
index/utils.py mixes LLM callers with plain string/dict helpers, so any
consumer of parse_pages/create_node_mapping (retrieve, page_index_md,
the cloud backend's tree normalization) paid litellm's multi-second
import and network fetch. The heavy imports now happen at first real
use; sys.modules caches them after that.
2026-07-24 01:40:20 +08:00
..
__init__.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
page_index.py fix: restore 0.2.x config resolution and legacy submodule attribute access 2026-07-19 03:42:00 +08:00
page_index_md.py Merge upstream/main into dev; port hardening into index/ 2026-07-17 18:11:14 +08:00
pipeline.py chore: trim fix-rationale comments 2026-07-22 12:33:30 +08:00
utils.py perf: import litellm/PyPDF2 inside the functions that use them 2026-07-24 01:40:20 +08:00