Skip to content

milvus-sdk-java-2.5.0

Compare
Choose a tag to compare
@yhmo yhmo released this 26 Nov 10:59
· 39 commits to master since this release
4942b79

Release date: 2024-11-26

Compatible with Milvus v2.5.x

Feature

  • BulkWriter supports JSON/CSV format
  • Support doc-in-doc-out function(embedded BM25 in server-side) (only for MilvusClientV2)
  • Support varchar analyzer (tokenizer in server-side) (only for MilvusClientV2)
  • Support nullable and default value (both V1 and V2)
  • Support expression template (only for MilvusClientV2)

Improvement

  • QueryIterator/SearchIterator supports mvcc
  • ClientPool throws exception if fail to create/get clients