milvus-sdk-java-2.5.0
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