mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
feat: Milvus Vector Store Encryption Support #6465
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?
Originally created by @flefevre on GitHub (Sep 22, 2025).
Check Existing Issues
Problem Description
Is your feature request related to a problem? Please describe.
Currently, vector data stored in Milvus is not encrypted at rest. For organizations operating in regulated or security-sensitive environments, this creates compliance and data protection challenges.
Desired Solution you'd like
Introduce an experimental encryption option for Milvus, similar to the recently added 🔒 Table-Level PGVector Data Encryption feature.
open-webuito enable/disable encryption for Milvus, making it simple to adopt without complex external setup.Alternatives Considered
Additional Context
This feature would mirror the security enhancement done for pgvector:
By extending similar functionality to Milvus, Open WebUI would provide consistent enterprise-grade security across supported vector backends.
Potential benefits
@tjbck commented on GitHub (Sep 25, 2025):
We may have to wait for Offical Milvus support: https://github.com/milvus-io/milvus/issues/40013