mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #11141] [MERGED] fix: correct parameter name for MilvusClient instantiation #22664
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/11141
Author: @Youggls
Created: 3/4/2025
Status: ✅ Merged
Merged: 3/4/2025
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (1)
67ed61dfixbug: correct parameter name for MilvusClient instantiation📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+2 -2)📄 Description
Replace incorrect parameter 'database=MILVUS_DB' with valid 'db_name=MILVUS_DB'
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Description:
Correct parameter name in MilvusClient instantiation to resolve initialization errors.
Fixed
database=MILVUS_DBin MilvusClient instantiation, replacing it with the valid parameterdb_name=MILVUS_DBas per the MilvusClient documentation.Additional Information
db_nameis explicitly defined in the MilvusClient documentation for database specification.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.