mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #8562] [MERGED] [feat] Milvus: add new config var, MILVUS_DB #37877
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:milvus_custom_db📝 Commits (1)
7a95df0Milvus: 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_DBto specify database to connect to within a milvus instance. For backwards compatibility, the default value of this variable isdefault.Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Introduces a new configuration environment variable
MILVUS_DBto specify database to connect to within a milvus instance. For backwards compatibility, the default value of this variable isdefault.Added
MILVUS_DBto 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.