Skip to content

Conversation

@JackLCL
Copy link
Contributor

@JackLCL JackLCL commented Dec 23, 2025

Issue: #681

  • Add SCANN index type for Milvus
  • Build params: nlist (default: 1024), with_raw_data (default: false)
  • Search params: reorder_k (default: 100)
  • Add UI configuration for SCANN index

GPU_IVF_PQ = "GPU_IVF_PQ"
GPU_CAGRA = "GPU_CAGRA"
SCANN = "scann"
SCANN = "SCANN"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not overwrite existing types. SCANN_MILVUS would be better.

- Add SCANN index type for Milvus
- Build params: nlist (default: 1024), with_raw_data (default: false)
- Search params: reorder_k (default: 100)
- Add UI configuration for SCANN index

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: alwayslove2013, JackLCL
To complete the pull request process, please assign xuanyang-cn after the PR has been reviewed.
You can assign the PR to them by writing /assign @xuanyang-cn in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@alwayslove2013 alwayslove2013 merged commit eb2c2ce into zilliztech:main Dec 24, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants