[PR #8562] [MERGED] [feat] Milvus: add new config var, MILVUS_DB #37877

Closed
opened 2026-04-25 11:09:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8562
Author: @s-sajid-ali
Created: 1/14/2025
Status: Merged
Merged: 1/15/2025
Merged by: @tjbck

Base: devHead: milvus_custom_db


📝 Commits (1)

  • 7a95df0 Milvus: add new config var, MILVUS_DB

📊 Changes

2 files changed (+3 additions, -2 deletions)

View changed files

📝 backend/open_webui/config.py (+1 -0)
📝 backend/open_webui/retrieval/vector/dbs/milvus.py (+2 -2)

📄 Description

Implements https://github.com/open-webui/open-webui/discussions/7142

Introduces a new environment variable MILVUS_DB to specify database to connect to within a milvus instance. For backwards compatibility, the default value of this variable is default.

Before submitting, make sure you've checked the following:

  • Target branch: Please verify that the pull request targets the dev branch.
  • Description: Provide a concise description of the changes made in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources? https://github.com/open-webui/docs/pull/359
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests for validating the changes?
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?

Changelog Entry

Description

Introduces a new configuration environment variable MILVUS_DB to specify database to connect to within a milvus instance. For backwards compatibility, the default value of this variable is default.

Added

  • a new configuration environment variable MILVUS_DB to specify database to connect to within a milvus instance.

🔄 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/open-webui/pull/8562 **Author:** [@s-sajid-ali](https://github.com/s-sajid-ali) **Created:** 1/14/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `milvus_custom_db` --- ### 📝 Commits (1) - [`7a95df0`](https://github.com/open-webui/open-webui/commit/7a95df008ee4d4ee23482e895c1c326706163a8a) Milvus: add new config var, MILVUS_DB ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/config.py` (+1 -0) 📝 `backend/open_webui/retrieval/vector/dbs/milvus.py` (+2 -2) </details> ### 📄 Description Implements https://github.com/open-webui/open-webui/discussions/7142 Introduces a new environment variable `MILVUS_DB` to specify database to connect to within a milvus instance. For backwards compatibility, the default value of this variable is `default`. **Before submitting, make sure you've checked the following:** - [x] **Target branch:** Please verify that the pull request targets the `dev` branch. - [x] **Description:** Provide a concise description of the changes made in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [x] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? https://github.com/open-webui/docs/pull/359 - [x] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [ ] **Testing:** Have you written and run sufficient tests for validating the changes? - [x] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? # Changelog Entry ### Description Introduces a new configuration environment variable `MILVUS_DB` to specify database to connect to within a milvus instance. For backwards compatibility, the default value of this variable is `default`. ### Added - a new configuration environment variable `MILVUS_DB` to specify database to connect to within a milvus instance. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 11:09:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#37877