mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 00:52:24 -05:00
[GH-ISSUE #7117] Ubuntu Python - OW doesn´t show Scan docs option #14615
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 @raullopezgn on GitHub (Nov 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7117
Bug Report
I need that Open Webui (last version installed) scans the docs of a folder to "feed" LLMs knowledge, however when I try follow the following path for do it, there is no "scan" option:
Admin Panel > Settings > Documents > Scan
At the "Documents" section I have:
Embedding Model Engine: Ollama
Embedding Model: paraphrase-multilingual:latest
One last question, where is located the folder, where OW would scan documents?
Installation Method
I created an environment with Conda for Open Webui (OW) with Python 3.11. I installed and executed OW using the commands:
pip install open-webui
open-webui serve
Environment
Open WebUI Version: v0.4.1
Ollama: v0.3.14
Operating System: Ubuntu 22.04.5
Browser: Firefox 132.0.2
Confirmation:
Expected Behavior:
I would need to see the "Scan" button in the following path:
Admin Panel > Settings > Documents > Scan
Actual Behavior:
There isn´t any button or option for scanning docs to feed LLM.