mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[PR #9191] [MERGED] [feat] Milvus: new optional config var, MILVUS_TOKEN #9128
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/9191
Author: @s-sajid-ali
Created: 1/31/2025
Status: ✅ Merged
Merged: 2/2/2025
Merged by: @tjbck
Base:
dev← Head:milvus_auth_token📝 Commits (1)
7b31c75Milvus: new optional config var, MILVUS_TOKEN📊 Changes
2 files changed (+6 additions, -1 deletions)
View changed files
📝
backend/open_webui/config.py(+1 -0)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+5 -1)📄 Description
Introduces a new configuration environment variable
MILVUS_TOKENto specify a connection token to connect to a Milvus instance. Tokens are the recommended alternative to supplying username and password separately. For more information on tokens and authentication, refer to:https://milvus.io/api-reference/pymilvus/v2.5.x/MilvusClient/Client/MilvusClient.md
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Introduces a new configuration environment variable
MILVUS_TOKENto specify a connection token to connect to a Milvus instance.Added
MILVUS_TOKENto specify a connection token to connect to a Milvus instance.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.