mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
feat: nltk_data taggers and tokenizers to docker image #5955
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @artokarj on GitHub (Aug 4, 2025).
Check Existing Issues
Problem Description
When using Open Webui in air-gapped environment attaching ms office document (docx & pptx) into prompt does not work, because nltk_data can not be loaded from internet.
Desired Solution you'd like
nltk_data including taggers and tokenizers are pre-loaded into docker image.
Alternatives Considered
No response
Additional Context
No response