milvus-lite icon indicating copy to clipboard operation
milvus-lite copied to clipboard

How to install milvus-lite 2.3.x for windows?

Open meteorlin opened this issue 1 year ago • 2 comments
trafficstars

I noticed that installing milvus-lite via pip on Windows only supports up to 2.2.x, not 2.3.x. How can I upgrade to 2.3.x without using tools such as Docker?

meteorlin avatar Feb 25 '24 15:02 meteorlin

sorry we no longer support window deployment. you will need to install docker for milvus usage

xiaofan-luan avatar Feb 26 '24 01:02 xiaofan-luan

You can also use WSL if you are on windows, and install milvus lite with pip:

pip install milvus

YasharF avatar Mar 04 '24 00:03 YasharF