Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minio storage does not working #111

Open
PNightOwlY opened this issue May 11, 2024 · 1 comment
Open

minio storage does not working #111

PNightOwlY opened this issue May 11, 2024 · 1 comment

Comments

@PNightOwlY
Copy link

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
Copy link
Collaborator

codingjaguar commented May 12, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants