congqixia
congqixia
This PR add log fields indication session identity which could help investigation session problem in standalone mode.
See also #31766 This PR add param place holder type check with search vector field type. This utility method also allows future float32, float16 and bfloat16 convertion.
Cherry-pick from master pr: #30073 currently integration test may timeout if any case run time is above 3 minutes. This duration was hard coded. This PR change this duration into...
Cherry-pick from master pr: #32770 See also #32769
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: 4de063a & 2.4.1 - Deployment mode(standalone or cluster):...
See also #255 This PR: - Add `show partition-loaded` command to list partitions loaded - Make `force-release` able to specify collection id - Rewrite `force-release` command with new framework -...
### What would you like to be added? Make `force-release` command able to release only specified collection ### Why is this needed? `force-release` command will release all collections loaded, which...
### What would you like to be added? Birdwatcher add parameters to specify authentications - ETCD - Pulsar - Kafka - Minio/S3(already supported) ### Why is this needed? Some deployments...
### What would you like to be added? Make birdwatcher connect to multiple thirdparty and milvus itself ### Why is this needed? With this feature, Milvus could check meta data...
### Current Behavior Ctrl-C cannot set signal interupt to command since the terminal is configured by `go_prompt` ### Expected Behavior Ctrl-C shall be able to cancel running commands ### Steps...