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