Releases: zilliztech/VectorDBBench
Releases · zilliztech/VectorDBBench
v1.0.4
What's Changed
- upgrade aliyun opensearch client by @hust-xing in #552
- Feat add ivf rabitq for command #553 by @MageChiu in #554
New Contributors
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- update elastic_cloud results by @alwayslove2013 in #548
- Fix: Correct typos in README by @triplechecker-com in #550
- fix bugs: remove None from download_files by @alwayslove2013 in #551
New Contributors
- @triplechecker-com made their first contribution in #550
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- fix bug: set default num_shards to 1 by @alwayslove2013 in #547
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- generate leaderboard_v2 data by @alwayslove2013 in #546
- update some docs by @alwayslove2013 in #544
Full Changelog: v1.0.0...v1.0.1
v1.0.0
VDBBench 1.0 is Here!
We're excited to launch VectorDBBench(VDBBench) 1.0, a major update focused on a better user experience and more realistic testing.
What's New in 1.0:
- 🚀 Redesigned UI: A brand new homepage and integrated analytics pages make it easier than ever to visualize and compare test results.
- 🏷️ Label-Filter Tests: Simulate real-world queries with new tests for filtered search (e.g.,
color == "red"). - 🌊 Streaming Scenarios: Measure search performance while data is actively being inserted to test "read-while-writing" stability.
- 🔬 New BioASP Dataset: Added a 1024-dimensional dataset (1M & 10M vectors) for high-dimensional performance testing.
- ⚙️ Flexible Custom Datasets: Enjoy more powerful options to configure datasets that mirror your own data.
We have also re-tested and updated all benchmark results for Milvus, ZillizCloud, ElasticCloud, QdrantCloud, Pinecone, and OpenSearch(AWS).
Check out the new features and updated results today!
v0.0.30
What's Changed
- add --num-shards option for milvus performance test case by @LoveYou3000 in #526
- Add a batch cli to support the batch execution of multiple cases. by @LoveYou3000 in #530
- Fixing bugs in aws opensearch client and added fp16 support by @navneet1v in #529
- Bugfix: add num_shards option to MilvusHNSW by @LoveYou3000 in #531
- BugFix: An error occurs when the password option is not passed. by @LoveYou3000 in #532
- Add support for Qdrant local setup by @ZebinRen in #533
- Fix python import in MemoryDB client by @ChristophKoerner in #534
- upgrade ruff / black, reformat all by @alwayslove2013 in #535
- change lancedb vector type to float32 by @ZebinRen in #536
- add num_shards to MilvusConfig.to_dict() by @ZebinRen in #538
- expose lancedb index parameters to the cli interface by @ZebinRen in #537
- Add parameters of aws opensearch, support hnsw engine options, support multi-client load data by @norrishuang in #527
New Contributors
- @ZebinRen made their first contribution in #533
- @ChristophKoerner made their first contribution in #534
- @norrishuang made their first contribution in #527
Full Changelog: v0.0.29...v0.0.30
v0.0.29
What's Changed
- Add qdrant CLI support and fix support for optional fields by @s-h-a-d-o-w in #519
- update readme by @yuyuankang in #522
- Fixing Bugs in Benchmarking ClickHouse with vectordbbench by @yuyuankang in #523
- Add --concurrency-timeout option to avoid long time waiting by @LoveYou3000 in #521
- add alias: VDBBench by @alwayslove2013 in #524
- LanceDB: Improve serial latency by only selecting id by @s-h-a-d-o-w in #525
Full Changelog: v0.0.28...v0.0.29
v0.0.28
What's Changed
- fix: prevent the frontend from crashing on invalid indexes in results by @s-h-a-d-o-w in #513
- Add lancedb support by @s-h-a-d-o-w in #518
- Add --task-label option for cli by @LoveYou3000 in #517
New Contributors
- @s-h-a-d-o-w made their first contribution in #513
- @LoveYou3000 made their first contribution in #517
Full Changelog: v0.0.27...v0.0.28
v0.0.27
What's Changed
- fix bugs when use custom_dataset without groundtruth file by @alwayslove2013 in #511
Full Changelog: v0.0.26...v0.0.27
v0.0.26
What's Changed
- add more milvus index types: hnsw sq/pq/prq; ivf rabitq by @alwayslove2013 in #505
- add more milvus index types: ivf_pq by @alwayslove2013 in #508
- Add HNSW support for Clickhouse client by @MansorY23 in #500
Full Changelog: v0.0.25...v0.0.26