mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 00:13:40 -05:00
[PR #17770] [MERGED] feat: Add DISKANN index type support for Milvus #24541
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/17770
Author: @Classic298
Created: 9/26/2025
Status: ✅ Merged
Merged: 9/26/2025
Merged by: @tjbck
Base:
dev← Head:feat-milvus-diskann-support📝 Commits (3)
598282cMerge pull request #17747 from open-webui/dev123dbf1feat: Add DISKANN index type support for Milvus9e3d540Merge branch 'open-webui:main' into feat-milvus-diskann-support📊 Changes
2 files changed (+13 additions, -1 deletions)
View changed files
📝
backend/open_webui/config.py(+4 -0)📝
backend/open_webui/retrieval/vector/dbs/milvus.py(+9 -1)📄 Description
This commit introduces support for the DISKANN index type in the Milvus vector database integration.
Changes include:
MILVUS_DISKANN_MAX_DEGREEandMILVUS_DISKANN_SEARCH_LIST_SIZEconfiguration variables.Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.