mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 00:13:40 -05:00
[GH-ISSUE #7506] I want to access the PDF file uploaded to chat and add it to my custom RAG db #14769
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 @microcoder-py on GitHub (Dec 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7506
Is your feature request related to a problem? Please describe.
When adding PDF to the chat, it extracts the text, which performs very poorly. What I want instead is to access the PDF via a pipeline, but I cannot see that coming in at all
Describe the solution you'd like
Create an event when a PDF is uploaded that I can track
Describe alternatives you've considered
Creating a different UI for uploading docs