mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #10219] Where could I find my uploaded file in docker container or local disk? #70417
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 @quzhixue-Kimi on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10219
Hi there,
There is one feature that I would like to ask:
How could I find the path of uploading the pdf/excel/word document via OPEN-WEBUI with the latest docker container? Or, using directly local disk via pip install open-webui?
I want to find the file path in docker container or local disk, which could be parsed in my customized pipeline.
The LDAP has been integrated with OPEN-WEBUI, I checked the sample pipeline via https://github.com/open-webui/pipelines/blob/main/examples/scaffolds/example_pipeline_scaffold.py that I could get the user. I would like to get my uploaded file and tried to parse the file with ollama embedding, docling or minerU framework to process the file.
Then, I could ask questions about the uploaded file content (like RAG feature via OPEN-WEBUI directly)
Is there any API that I could use to implement this feature? Any feedback is appreciated.
BR
Kimi