milvus-io / milvus-lite

A lightweight version of Milvus
Apache License 2.0
251 stars 30 forks source link

minio storage does not working #111

Open PNightOwlY opened 2 months ago

PNightOwlY commented 2 months ago

Hi, I have attempted to connect to my MinIO server, and I have set up the configuration in the milvus.yaml file. I ran the following command:

milvus-server --data milvus_data --debug

However, after reviewing the log, I found no indications that the server attempted to connect to the MinIO server.

codingjaguar commented 2 months ago

Hi! The old milvus lite (pip install milvus) has stability issue. So we are in the process of upgrading Milvus lite to a more stable and usable product with an improved lightweight architecture which eliminates all distributed components such as data node, query node and minio storage unnecessary for running on local machine. It sounds like you were using the old version and came across stability issue. We recommend you to try these options: 1) If your use case involves dealing with a large scale of vector dataset (say over 1 million vectors), try the docker standalone deployment https://milvus.io/docs/install_standalone-docker.md 2) If you just want to try out Milvus as a python program, we recommend trying out the new version of milvus-lite, please follow the updated README to use it with pymilvus==2.4.2 which is scheduled to be released on 5/13!