Open WebUI - chunhualiao/public-docs GitHub Wiki

https://github.com/open-webui/open-webui

  • support ollama
  • support pdf uploads

python3.11 -m venv .venv

source .venv/bin/activate

pip install open-webui

  • open-webui serve // works on MacOS

ollama-gui works, but does not support file uploads

  • also the installation process is compilicated.

windows

WARNING: The script open-webui.exe is installed in 'C:\Users\liaoc\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.