milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
31.02k stars 2.95k forks source link

Is there a way to check the version of a Milvus binary #6496

Open wxyucs opened 3 years ago

wxyucs commented 3 years ago

I wanna check the version of a Milvus without starting it, is there a way? Likes milvus version or milvus --version?

yanliang567 commented 3 years ago

get off from rc3 for new features

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

congqixia commented 2 years ago

After new API added in 2.1, this feature is required to get SDK work as expected.

Phobia-Cosmos commented 10 months ago

After new API added in 2.1, this feature is required to get SDK work as expected.

so we can't just obtain the version of milvus directly from terminal right?We can only use language's APIs?

yanliang567 commented 10 months ago

After new API added in 2.1, this feature is required to get SDK work as expected.

so we can't just obtain the version of milvus directly from terminal right?We can only use language's APIs?

yes