Merge pull request #204 from jyje/v0.5.20

This commit is contained in:
James W. 2025-03-13 07:41:37 -06:00 committed by GitHub
commit 9751a36aef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 59 deletions

View File

@ -1,7 +1,7 @@
dependencies:
- name: ollama
repository: https://otwld.github.io/ollama-helm/
version: 1.8.0
version: 1.9.0
- name: pipelines
repository: https://helm.openwebui.com
version: 0.5.0
@ -11,5 +11,5 @@ dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.11.3
digest: sha256:a1e86756af8e4b216487d7c05ee6c05803178ef753b6fa1237d4e257da1e07eb
generated: "2025-03-12T19:29:07.037812-06:00"
digest: sha256:8883c56753b4403161c144cdc5cb1ef3871c75cc511120709c4a848929126200
generated: "2025-03-13T21:36:36.180953+09:00"

View File

@ -1,7 +1,7 @@
apiVersion: v2
name: open-webui
version: 5.23.0
appVersion: 0.5.16
version: 5.24.0
appVersion: 0.5.20
home: https://www.openwebui.com/
icon: >-
https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png

View File

@ -1,6 +1,6 @@
# open-webui
![Version: 5.23.0](https://img.shields.io/badge/Version-5.23.0-informational?style=flat-square) ![AppVersion: 0.5.16](https://img.shields.io/badge/AppVersion-0.5.16-informational?style=flat-square)
![Version: 5.24.0](https://img.shields.io/badge/Version-5.24.0-informational?style=flat-square) ![AppVersion: 0.5.20](https://img.shields.io/badge/AppVersion-0.5.20-informational?style=flat-square)
Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋

View File

@ -1,53 +0,0 @@
rag:
# -- Enable RAG
# ref: https://docs.openwebui.com/getting-started/env-configuration#retrieval-augmented-generation-rag
enabled: true
vectorDB: milvus
embeddingEngine: ""
embeddingModel: ""
milvus:
# -- Enable Milvus installation. Deploys a Milvus cluster/standalone with subchart 'milvus' from zilliztech
# ref: https://github.com/zilliztech/milvus-helm/tree/master/charts/milvus
enabled: true
uri: "http://open-webui-milvus:19530"
db: default
token: {}
cluster:
enabled: false # This means that the Milvus runs with standalone mode
minio:
enabled: true
resources:
requests:
memory: 50Mi
persistence:
enabled: true
size: 1Gi
etcd:
enabled: true
pulsar:
enabled: false
pulsarv3:
enabled: false
kafka:
enabled: false
externalS3:
enabled: false
externalEtcd:
enabled: false
livenessProbe:
httpGet:
path: /health
port: http
readinessProbe:
httpGet:
path: /health/db
port: http
startupProbe:
httpGet:
path: /health
port: http
initialDelaySeconds: 30 # Adjust this value according to the startup time of the application
periodSeconds: 10 # Adjust this value according to the startup time of the application
failureThreshold: 20 # Adjust this value according to the startup time of the application