Skip to content

feat: add support for Lindorm#718

Merged
XuanYang-cn merged 8 commits intozilliztech:mainfrom
Poisky:main
Mar 4, 2026
Merged

feat: add support for Lindorm#718
XuanYang-cn merged 8 commits intozilliztech:mainfrom
Poisky:main

Conversation

@Poisky
Copy link
Contributor

@Poisky Poisky commented Feb 6, 2026

Description
This PR introduces support for Lindorm, an Alibaba Cloud multi-model cloud-native database, as a new database engine in VectorDBBench. Lindorm's vector search capability provides high-performance and scalable vector indexing, making it suitable for large-scale AI and similarity search scenarios.
Supported Index Types
(1)HNSW : High-performance graph-based indexing.
(2)IVFPQ : Optimized for memory efficiency and high-speed retrieval.
(3)IVFBQ : Designed for ultra-fast search with minimal storage footprint via binary quantization.

@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Poisky
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

@Poisky Poisky force-pushed the main branch 2 times, most recently from 19004b6 to e83a6eb Compare February 9, 2026 07:58
@Poisky
Copy link
Contributor Author

Poisky commented Feb 10, 2026

/assign @XuanYang-cn

@XuanYang-cn
Copy link
Collaborator

@Poisky Please update this pr to the latest commit to pass the lint checks

ningshuo added 2 commits February 12, 2026 15:54
@Poisky
Copy link
Contributor Author

Poisky commented Feb 12, 2026

@Poisky Please update this pr to the latest commit to pass the lint checks

@XuanYang-cn I have update pr to the latest commit, please check it

@XuanYang-cn
Copy link
Collaborator

image Please run `make format` to auto re-format the code.

@Poisky
Copy link
Contributor Author

Poisky commented Feb 24, 2026

image Please run make format to auto re-format the code.

@XuanYang-cn I have run make format to auto re-format the code, please check it.

@XuanYang-cn
Copy link
Collaborator

@Poisky What's the requirements to run lindorm? Is it opensearch-py ? Please update the readme.md and pyproject.toml accordingly.

@Poisky
Copy link
Contributor Author

Poisky commented Mar 3, 2026

@Poisky What's the requirements to run lindorm? Is it opensearch-py ? Please update the readme.md and pyproject.toml accordingly.
@XuanYang-cn Yes, we use opensearch client to access Lindorm. I have update the readme.md and pyproject.toml, please check it.

@XuanYang-cn XuanYang-cn merged commit a3351f1 into zilliztech:main Mar 4, 2026
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