Skip to content

Tags: zilliztech/VectorDBBench

Tags

v1.0.22

Toggle v1.0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(oceanbase): configurable index params, KEY partitioning, HNSW_BQ…

… cosine support (#776)

* feat(oceanbase): configurable index params, KEY partitioning, HNSW_BQ cosine support

- Add --create-index-parallel CLI option (default 16)
- Add --extra-info-max-size CLI option (default 32, set 0 to omit)
- Add --partitions CLI option for KEY partitioning (default 0, no partition)
- HNSW_BQ: remove forced L2 for cosine, now supports cosine natively
- need_normalize_cosine returns False for all index types
- pyproject.toml: add pyyaml dependency, fix packages.find to include all subpackages

* fix(oceanbase): declare thread_safe=False to prevent cursor sharing across threads

* fix: restore seekdb dependency accidentally removed

v1.0.21

Toggle v1.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(loader): cap default insert workers to min(cpu, 4) (#767)

ConcurrentInsertRunner previously defaulted to mp.cpu_count(),
spawning one worker per CPU when load_concurrency was unset.
On high-core hosts this opens many parallel client connections,
saturating modest DBs / network paths and yielding worse
load throughput than a smaller, steadier worker count.

Cap the unset default to min(cpu_count, 4). Explicit
load_concurrency from CLI / config / submitTask still wins.

Signed-off-by: yangxuan <xuan.yang@zilliz.com>

v1.0.20

Toggle v1.0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add Pinecone cli support (#717)

* feat: add Pinecone cli support

* fix: replace deprecated search method

* chore: format cli.py

v1.0.19

Toggle v1.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add zvec support (#692)

* feat: support zvec
* update default m

v1.0.18

Toggle v1.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
support restful (#690)

Signed-off-by: min.tian <min.tian.cn@gmail.com>

v1.0.17

Toggle v1.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(oss-opensearch): Add Scalar Quantization support (#685)

v1.0.16

Toggle v1.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
make collection name configurable (#671)

v1.0.15

Toggle v1.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add Custom Dataset support for Streaming Tests (#660)

v1.0.14

Toggle v1.0.14's commit message
feat: support turbopuffer client

Signed-off-by: min.tian <min.tian.cn@gmail.com>

v1.0.13

Toggle v1.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Feature] Add Alibaba Cloud RDS MySQL client (#636)

* Alibaba Cloud RDS MySQL introduced vector support in version 20251031

Co-authored-by: wangzihao.wzh <guguang.wzh@alibaba-inc.com>