mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Mounting Documents in Docker no longer shows up in settings > Admin Settings > Documents #2398
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 @LucasZapico on GitHub (Oct 16, 2024).
Bug Report
Important: Before submitting a bug report, please check whether a similar issue or feature request has already been posted in the Issues or Discussions section. It's likely we're already tracking it. In case of uncertainty, initiate a discussion post first. This helps us all to efficiently focus on improving the project.
Let's collaborate respectfully. If you bring negativity, please understand our capacity to engage may be limited. If you're open to learning and communicating constructively, we're more than happy to assist you. Remember, Open WebUI is a volunteer-driven project maintained by a single maintainer, supported by our amazing contributors who also manage full-time jobs. We respect your time; please respect ours. If you have an issue, We highly encourage you to submit a pull request or to fork the project. We actively work to prevent contributor burnout to preserve the quality and continuity of Open WebUI.
Installation Method
Environment
Open WebUI Version: v0.3.32
Ollama (if applicable): v0.3.13
Operating System: Ubuntu 24.04.1 LTS x86_64
Browser (if applicable): Chromium Version 129.0.6668.100 (Official Build) snap (64-bit)
Confirmation:
Expected Behavior:
When I used an earlier version I was able to mount a directory in my docker compose(docker image) and then create a model with "awareness" of all the documents in the directory. When I queried the agent it would use the knowledge in the directory to return a response along with references to the documents.
I would like to leverage this behavior again.
Actual Behavior:
Mounted directories do not appear in the app; I have explored the following locations.
settings > Admin Settings > Documentsworkspace > knowledgeworkspace > create a model > select knowledgeReproduction Details
docker compose upReplace <path/to/doc/dir> with path to desired document dir.
Logs and Screenshots
openwebui-container-log-10-16-2024.json.log
Additional Information
I went into the docker container
docker exec -it open-webui /bin/shto/app/backend/data/docsand my documents are there.@silentoplayz commented on GitHub (Oct 16, 2024):
Source: https://github.com/open-webui/open-webui/releases/tag/v0.3.31