Skip to content

milvus-sdk-java-2.6.4

Choose a tag to compare

@yhmo yhmo released this 17 Sep 09:50
· 90 commits to master since this release
e20f6f1

Release date: 2025-09-17

Compatible with Milvus v2.6.x

Feature

  • Support MINHASH_LSH/IVF_RABITQ index type
  • Support MHJACCARD metric type
  • Support passing request-id and unixmsec to the server for MilvusClientV2
  • Support batchDescribeCollection() interface for MilvusClientV2
  • Support FunctionScore, multi-reranker for search/hybridSearch of MilvusClientV2
  • MilvusClientPool supports different ConnectConfig for different keys

Improvement

  • Return shards number of each collection for MilvusClientV2.listCollections()

Bug

  • Fix a defect of MilvusClientV2.query() that always requires an empty filter expression
  • Fix a bug of QueryIterator that offset value cannot exceed 16384