mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-09-19 10:28:49 +08:00
The default DOCREADER_DOCX_MAX_PAGES=100 silently truncates large documents, causing users to see at most ~1000 chunks regardless of document length. Change the default to 0 (no limit) so all pages are processed. Operators who need a cap can still set the env var. Fixes #719