Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion open-webui.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: open-webui
version: "0.6.43"
epoch: 0
epoch: 1
description: User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
copyright:
- license: BSD-3-Clause
Expand Down Expand Up @@ -85,6 +85,9 @@ pipeline:
# GHSA-9h52-p55h-vw2f
uv pip install --upgrade mcp>=1.23.0

# GHSA-54jq-c3m8-4m76 GHSA-69f9-5gxw-wvc2 GHSA-6jhg-hg63-jvvf GHSA-6mq8-rvhq-8wgg GHSA-fh55-r93g-j68g GHSA-g84x-mcqj-x9qq GHSA-jj3x-wxrx-4x23 GHSA-mqqc-3gqh-h2x8
uv pip install --upgrade aiohttp==3.13.3

uv pip uninstall pip

python -c "import os; from sentence_transformers import SentenceTransformer; SentenceTransformer(os.environ['RAG_EMBEDDING_MODEL'], device='cpu')"
Expand Down
Loading