[PR #229] [MERGED] feat: Add an example values for RAG and Milvus (triggering open-webui-6.5.0) #264

Closed
opened 2026-02-15 19:17:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/helm-charts/pull/229
Author: @jyje
Created: 5/4/2025
Status: Merged
Merged: 5/4/2025
Merged by: @westbrook-ai

Base: mainHead: fix/add-milvus-dependency


📝 Commits (1)

  • 4449c53 feat: add an example values for rag and milvus

📊 Changes

1 file changed (+53 additions, -0 deletions)

View changed files

charts/open-webui/values-rag-milvus.yaml (+53 -0)

📄 Description

To resolve #228,

  • This PR will triggered the release pipeline for open-webui-6.5.0
  • We include an example values for milvus installation in charts/open-webui/values-rag-milvus.yaml
    I checked that I can make the knowledge base with the proposed value
    • commands:
      helm upgrade --install \
      -n owui-milvus --create-namespace \
      -f ./charts/open-webui/values-rag-milvus.yaml \
      open-webui ./charts/open-webui
      
    • result screenshot:
      image

I think this PR can complete the release ☺️


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/helm-charts/pull/229 **Author:** [@jyje](https://github.com/jyje) **Created:** 5/4/2025 **Status:** ✅ Merged **Merged:** 5/4/2025 **Merged by:** [@westbrook-ai](https://github.com/westbrook-ai) **Base:** `main` ← **Head:** `fix/add-milvus-dependency` --- ### 📝 Commits (1) - [`4449c53`](https://github.com/open-webui/helm-charts/commit/4449c5397102084d2056290746029df2f28fd9d5) feat: add an example values for rag and milvus ### 📊 Changes **1 file changed** (+53 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `charts/open-webui/values-rag-milvus.yaml` (+53 -0) </details> ### 📄 Description To resolve #228, - This PR will triggered the release pipeline for open-webui-6.5.0 - We include an example values for milvus installation in `charts/open-webui/values-rag-milvus.yaml` I checked that I can make the knowledge base with the proposed value - commands: ```sh helm upgrade --install \ -n owui-milvus --create-namespace \ -f ./charts/open-webui/values-rag-milvus.yaml \ open-webui ./charts/open-webui ``` - result screenshot: ![image](https://github.com/user-attachments/assets/f0471fff-a59e-48e5-aeb1-6e3a10f41e8c) I think this PR can complete the release ☺️ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:08 -05:00
yindo closed this issue 2026-02-15 19:17:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/helm-charts#264