mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
feat: allow uploading attachments/files into notes #6841
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 @Busboy3129 on GitHub (Nov 6, 2025).
Check Existing Issues
Problem Description
allow uploading attachments/files into notes
Desired Solution you'd like
when user uploads an image or a pdf, a knowledge base can be automatically created to store it and the resulting file is linked automatically into the notes.
also all note content should be able to be embedded and searchable in the GUI and also during llm chat .
Alternatives Considered
No response
Additional Context
No response