feat: add VolcanoMilvus DISKANN support#793
Open
lyxiong0 wants to merge 1 commit into
Open
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lyxiong0 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
6c39758 to
42fa03a
Compare
添加VolcanoMilvus作为新的向量数据库客户端,包括配置参数、CLI命令和前端界面集成。主要变更包括: 1. 新增VolcanoMilvus客户端实现,继承自Milvus客户端 2. 添加Volcano特有的DISKANN配置参数 3. 集成到主程序CLI和前端配置界面 4. 更新README和模型定义
42fa03a to
fd078de
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add VolcanoMilvus as a new VectorDBBench target by extending the existing Milvus client with Volcano-specific DISKANN behavior.
What's added
New VolcanoMilvus client implementation under vectordb_bench/backend/clients/volcano_milvus/
New CLI command: vectordbbench volcanomilvusdiskann ...
Volcano DISKANN config support:
Load behavior knobs: load_reqs_size and load_after_compaction
Frontend integration for Load, Performance, and Streaming benchmark cases
README/model enum updates so VolcanoMilvus is discoverable as a supported client
Unit tests for CLI parsing, frontend config exposure, load/search params, and DISKANN-only case mapping
Supported index
Only DISKANN is exposed for VolcanoMilvus in this change. Other index types do not fall back to the upstream Milvus configs silently.
Example