Results 290 comments of groot

Java SDK is compiled by openjdk 11 with language level 8. Seems this is an issue of ByteBuffer. If it cannot run under jdk 1.8, try use jdk 11 instead....

maven.compiler.release doesn't resolve this issue. I tested on my local. - compile sdk with openjdk 1.8 and language level 8 run client with openjdk 1.8 and language level 8, the...

A possible solution is: compile the SDK with OpenJDK 1.8 and language level 8 from the next version. There is a potential problem: seems the tensorflow-core-platform could not work under...

Link to https://github.com/milvus-io/milvus/issues/33171

https://github.com/milvus-io/milvus/discussions/32737

A proposal: display the value according to field type. If the vector field is FloatVector, round the decimal to 7 places. If the vector field is Float16Vector, round the decimal...

[2024/05/23 09:58:36.142 +00:00] [WARN] [timerecord/time_recorder.go:134] ["RootCoord haven't synchronized the time tick for 2.000000 minutes"] This warning indicates the etcd or message queue doesn't work. Double-check the etcd state(log) and the...

Already done: https://github.com/milvus-io/pymilvus/pull/2128 Released in pymilvus v2.4.4

@madogar We don't intend to expose direct interceptor input to users. Java SDK follows the python sdk logic. In python sdk, the interceptor is used to pass db_name and authorization....

@madogar This pr is to set a client ID for the connection, and pass the client ID by ClientInterceptor. In my opinion, I mean no need to expose ClientInterceptor to...