Skip to content

milvus-sdk-java-2.5.7

Latest
Compare
Choose a tag to compare
@yhmo yhmo released this 09 Apr 10:08
· 62 commits to master since this release
b2c6d0a

Release date: 2025-04-09

Compatible with Milvus v2.5.x

Bug

  • Fix a compatible bug with milvus v2.5.8 that QueryResp.QueryResult doesn't return primary key
  • Fix a bug of nullable Array field that null value should be returned instead of an empty list
  • Fix a regression for parsing JSON field values returned by search/query

Improvement

  • Add proxy setting for connection to milvus
  • Support offset parameter for hybridSearch() interface
  • Add options parameter for bulkImport() interface