is /data/docs the right path ?
-
Looking at the app source code this seems to just be a display issue: https://github.com/search?q=repo%3Aopen-webui%2Fopen-webui DOCS_DIR&type=code
The actual path is built via
DOCS_DIR = os.getenv("DOCS_DIR", f"{DATA_DIR}/docs")
andDATA_DIR
on Cloudron is set to/app/data
-
yes; at the end; the lack of User Interface FeedBack from OpenWebUI and the poor ressource of my server made me wondering if my 600mb of files where being uploading in /data/docs
I guess it was mostly due to the treatments and OCR of PDFs
since it took a whilenow I have, almost in triple my files and mostly in
/data/docs
and/data/uploads
@nebulon do you know which of these directory is the permanent one ?
how should I simply leave those alone ...