Skip to content

Conversation

@shaharuk-yb
Copy link

@shaharuk-yb shaharuk-yb commented May 15, 2025

sync fork with zilliztech/VectorDBBench:main

XuanYang-cn and others added 30 commits January 13, 2025 10:38
fix: remove comma of logging str
fix cli unable to run zilliztech#444

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
PyMilvus used to be the only client that uses ready_to_load.
Not it'll load the collection when creating it, so
this PR removes `ready_to_load` from the client.API

Also this PR enhance optimize and remove the optimize_with_size

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
- limit the number of test query vectors.

Signed-off-by: min.tian <min.tian.cn@gmail.com>
Bumps [grpcio](https://github.com/grpc/grpc) from 1.53.0 to 1.53.2.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.53.0...v1.53.2)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
* Added the configuration parameters to create Opensearch dynamically with right replicas, shards and other opensearch related configurations.

Added the feature to create OS index with 0 replica and once the data is loaded update the replicas according to the parameter.

* Updated the readme for config parameters

---------

Co-authored-by: xavrathi <xavrathi@amazon.com>
Signed-off-by: siqi.an <ansiqi_7777@163.com>
Signed-off-by: min.tian <min.tian.cn@gmail.com>
Signed-off-by: Rachit Chaudhary <rachit.chaudhary@outlook.com>
Co-authored-by: Signed-off-by: Rachit Chaudhary - r0c0axe <Rachit.Chaudhary@walmart.com>
MariaDB introduced vector support in version 11.7, enabling MariaDB
Server to function as a relational vector database.
https://mariadb.com/kb/en/vectors/

Now add support for MariaDB server, verified against MariaDB server
of version 11.7.1:

- Support MariaDB vector search with HNSW algorithm, support filter
  search.
- Support index and search parameters:
   - storage_engine: InnoDB or MyISAM
   - M: M parameter in MHNSW vector indexing
   - ef_search: minimal number of result candidates to look for in the
                vector index for ORDER BY ... LIMIT N queries.
   - max_cache_size: Upper limit for one MHNSW vector index cache
- Support CLI of `vectordbbench mariadbhnsw`.
* Add TiDB backend

Signed-off-by: Wish <breezewish@outlook.com>

* Fix

Signed-off-by: Wish <breezewish@outlook.com>

* Fix

Signed-off-by: Wish <breezewish@outlook.com>

* Improve error handling

Signed-off-by: Wish <breezewish@outlook.com>

---------

Signed-off-by: Wish <breezewish@outlook.com>
* Support GPU_BRUTE_FORCE index for Milvus

Signed-off-by: Rachit Chaudhary <rachit.chaudhary@outlook.com>

* MilvusGPUBruteForceTypedDict addition

Signed-off-by: Rachit Chaudhary <rachit.chaudhary@outlook.com>

---------

Signed-off-by: Rachit Chaudhary <rachit.chaudhary@outlook.com>
Co-authored-by: Signed-off-by: Rachit Chaudhary - r0c0axe <Rachit.Chaudhary@walmart.com>
Signed-off-by: min.tian <min.tian.cn@gmail.com>
Signed-off-by: min.tian <min.tian.cn@gmail.com>
Signed-off-by: min.tian <min.tian.cn@gmail.com>
Signed-off-by: min.tian <min.tian.cn@gmail.com>
Signed-off-by: min.tian <min.tian.cn@gmail.com>
* feat: add hnsw support

* refactor: minor fixes

* feat: reformat code

* fix: remove sql injections, reformat code
Signed-off-by: min.tian <min.tian.cn@gmail.com>
s-h-a-d-o-w and others added 6 commits May 7, 2025 20:14
* Add --task-label option for cli

* Fix lint issues
…#523)

* Update cli.py

* Update clickhouse.py

* Update clickhouse.py

* Update cli.py

* Update config.py

* remove space
…ch#521)

* Add --concurrency-timeout option to avoid long time waiting, by default, it's 3600s.

* Fix lint error

* Update README.md, add --concurrency-timeout option
@shaharuk-yb shaharuk-yb changed the base branch from main to main-yb May 15, 2025 10:40
Copy link

@chahatagrawal117 chahatagrawal117 left a comment

Choose a reason for hiding this comment

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

Approving as we are doing syncing from main stream.

@shaharuk-yb shaharuk-yb merged commit e529bd3 into main-yb May 15, 2025
@shaharuk-yb shaharuk-yb deleted the sync-upstream-main branch May 15, 2025 11:02
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.